[gentoo-user] Re: rubinius fails to emerge with error about llvm-config

2012-08-20 Thread Hans de Graaff
On Sun, 19 Aug 2012 16:02:15 -0400, covici wrote:

 Hi.  In my update world of today, the system wanted to emerge rubinius
 -- for reasons known only to itself -- however it fails to emerge during
 its config phase with the following output:

 Any suggestions would be appreciated.

Check our bug database: https://bugs.gentoo.org/show_bug.cgi?id=417533

Hans





Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread Michael Trausch
Tested and verified w/ at least Rhythmbox and Banshee. Have offered a
bounty for years for anyone who fox the bug. There are open, confirmed bugs
in (at least) Launchpad going back quite some time, too. Happens regardless
of hardware, but have had it happen on SB Live and several onboards.

The only time I ever got 5.1 working was with straight ALSA, but then I
don't get upmixing.

As a result, I have been using netradio. No closing and opening of the
audio device.

Also, canberra (the sound notification library) seems to actually output
sound correctly, but I think it holds the device open the whole time.

PA isn't changing the configuration back to stereo. It shows 5.1, but media
players only output to two speakers until I open the PA control and jump
from 5.1 to 4.1 and back.
On Aug 20, 2012 1:03 AM, Canek Peláez Valdés can...@gmail.com wrote:

 On Sun, Aug 19, 2012 at 11:47 PM, Michael Trausch m...@trausch.us wrote:
  Yes.
 
  I have to change it to 4.1 and then back to 5.1 after every song finishes
  playing.
 
  It has been that way ever since the first time I encountered it in Ubuntu
  years back.

 It has never done that to me. Which music player do you use? It
 happens with every one? I use Rhythmbox, Totem, Mplayer2,  and of
 course I watch videos in YouTube in Chromium; nothing even remotely
 similar has ever happened to me. But if it happens after every song,
 maybe the music player somehow changes the setting? It sounds fishy,
 but PA should not change the setting by itself.

 Anyhow, I'm a perfectly happy 5.1 surround user with PulseAudio since
 at least two years.

 Regards.
 --
 Canek Peláez Valdés
 Posgrado en Ciencia e Ingeniería de la Computación
 Universidad Nacional Autónoma de México




Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread Canek Peláez Valdés
On Mon, Aug 20, 2012 at 1:05 AM, Michael Trausch m...@trausch.us wrote:
 Tested and verified w/ at least Rhythmbox and Banshee. Have offered a bounty
 for years for anyone who fox the bug. There are open, confirmed bugs in (at
 least) Launchpad going back quite some time, too. Happens regardless of
 hardware, but have had it happen on SB Live and several onboards.

Do you have links to the bugs?

 The only time I ever got 5.1 working was with straight ALSA, but then I
 don't get upmixing.

 As a result, I have been using netradio. No closing and opening of the audio
 device.

 Also, canberra (the sound notification library) seems to actually output
 sound correctly, but I think it holds the device open the whole time.

I have libcanberra compiled with PA support, so I can use it with
other sound sources at the same time.

 PA isn't changing the configuration back to stereo. It shows 5.1, but media
 players only output to two speakers until I open the PA control and jump
 from 5.1 to 4.1 and back.

And the players output to PulseAudio directly or through the ALSA
emulation? In GNOME 2 you could configure GStreamer (which both
Rhythmbox and Banshee use) to use PulseAudio as default sink, or using
ALSA; but it PA is running, newer versions will automagically detect
it and use it [1]. I use GNOME 3 and PA is mandatory, so I don't
remember exactly how it was.

Sorry for my curiosity, but it sounds really weird: I have heard a lot
about PA problems, but nothing like this.

[1] http://arunraghavan.net/2012/02/gentoo-pulseaudio-alsa-update/
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



[gentoo-user] new machine : DVD drive

2012-08-20 Thread Philip Webb
Apologies for the elementary questions, but I'm a bit slow to change (smile).

In designing my new machine, I assumed that I would simply transfer
the CD drive from the existing box to the new one,
but (1) the new mobo seems to have only SATA sockets
 (2) CD drives seem to be going the same way as diskette drives,
so I'm now planning to buy a new DVD drive  to start using DVDs.
I wb using them only for back-ups, not playing music or videos.

This looks like a good enough item :
  ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99

Can anyone answer a few rather basic questions ?
(1) do I need to configure the kernel to find the drive ?
(2) what software do Gentoo users use to read/write DVDs ?
(3) are there rewritable DVDs, as there used to be rewritable CDs ?
-- among the specs are much slower speeds labelled 'RW'.
(4) anything else I sb aware of ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca





Re: [gentoo-user] Invalid module format

2012-08-20 Thread Hinnerk van Bruinehsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 20.08.2012 00:44, cov...@ccs.covici.com wrote:
 Tamer Higazi th9...@googlemail.com wrote:
 
 Hi people! I have installed through the freeswitch overlay, the
 wanpipe package. What I figure out, that If I modprobe a
 driver, I recevie this error: Invalid module format
 
 here is the output:
 
 tamer@office ~ $ sudo modprobe wanpipe Passwort: WARNING:
 Deprecated config file /etc/modprobe.conf, all config files 
 belong into /etc/modprobe.d/. WARNING: Error inserting wanrouter 
 (/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko):
 Invalid module format FATAL: Error inserting wanpipe 
 (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko):
 Invalid module format
 
 
 
 What does it have to mean? I am not getting smart.
 
 Usually, it means you have compiled a module which is not the same 
 version as your running kernel -- make sure your /usr/src/linux is
 set correctly.
 
 Hope this helps.
 

You could also check for which kernel the module is compiled by
issuing modinfo path-to-module
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJQMhLzAAoJEJwwOFaNFkYctSAH/1wTS1jX08LcGjSAs613UpCX
WqvDtT9rbrz1nhjabCdHOK7K9D0XPt0059lZ9Ii9EbSRL90T+VxAfBI2dJ8jEPmS
aeDSjXxpRwhTBn1/TTCSOv6bg8dyfocXqD+XuvzyuKqD1Ape6sq1/cFUJXDt78Ob
wYaYYUTFqduER/jSaeiVPlJMGy+tps1W7laTTOmoGTvht9xvhyn8yzpsCmG1MIMD
7kqhOX0ES6Wk0IEyIrv1aajsI9yXEn5HbWMxr+69vIp1sCnKgI9Qj3uY+GZzFMJ5
pTmP9V2tcwlQro3oX6kulT8hxykW1Y4ZVysdUoKcVbEG4IWzpXkeRnoy8P1hLJg=
=08l7
-END PGP SIGNATURE-



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Mick
On Monday 20 Aug 2012 11:21:39 Philip Webb wrote:
 Apologies for the elementary questions, but I'm a bit slow to change
 (smile).
 
 In designing my new machine, I assumed that I would simply transfer
 the CD drive from the existing box to the new one,
 but (1) the new mobo seems to have only SATA sockets
  (2) CD drives seem to be going the same way as diskette drives,
 so I'm now planning to buy a new DVD drive  to start using DVDs.
 I wb using them only for back-ups, not playing music or videos.
 
 This looks like a good enough item :
   ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99
 
 Can anyone answer a few rather basic questions ?

I'll try.

 (1) do I need to configure the kernel to find the drive ?

Yes.  As a minimum have a look at BLK_DEV_SR and BLK_DEV_SR_VENDOR.  You may 
also need SCSI_PROC_FS for legacy applications.  The AHCI drivers would 
probably be enabled for your hard drive SATA controller anyway.


 (2) what software do Gentoo users use to read/write DVDs ?

From cdrecord man page (app-cdr/cdrtools):

NAME
   cdrecord - record audio or data CD, DVD or BluRay

and of course for a GUI front you can use k3b if you use KDE applications.  If 
you're not using KDE consider xfburn.  Not sure about Gnome applications like 
Brasero that is shipping with Mint/Ubuntu these days.


 (3) are there rewritable DVDs, as there used to be rewritable CDs ?
 -- among the specs are much slower speeds labelled 'RW'.

Yes, +RW, -RW, but don't know much more on this other than older DVD writers 
would only do one format not another and if you didn't pay attention to the 
specification/limitations of your hardware you could end up buying the wrong 
type of DVDs.  Someone more experienced on recording media could answer this 
better.


 (4) anything else I sb aware of ?

Given your adoption rate of new technology I suggest you consider buying a 
BluRay player if not recorder, because I don't know how long it will be before 
DVDs become obsolete too.  Unfortunately BluRay devices were out of my price 
range last time I bought hardware to justify paying the extra, so I can't 
recommend any.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] SSH question

2012-08-20 Thread David Relson
On Mon, 20 Aug 2012 06:50:29 +0100
Mick wrote:

 On Monday 20 Aug 2012 04:48:40 Canek Peláez Valdés wrote:
  On Sun, Aug 19, 2012 at 10:31 PM, David Relson
  rel...@osagesoftware.com 
 wrote:
   G'day,
   
   I've volunteered to do some data entry for my local bike club.
   This involves a java application (jar  file) and a tunnel to a
   mysql server.  I have detailed PuTTY configuration instructions
   but haven't yet succeeded in converting them to ssh options.
   
   The configuration options include:
   Seconds between keepalives -- 120
   Don't start a shell or command
   
   Forwarded port:
   source port number - PORT
   Destionation: MACHINE.DOMAIN.COM
   
   Host - IP_Address
   Login - userid
   Password - pw
   
   Using ssh -N userid@IP_Address gives me a password prompt and no
   command prompt - both good.
   
   How do I specify the forwarded port?
  
  If I understand correctly, with -L:
  
  ssh -L XX:machine2:YY user@machine1
  
  This command will connect you to the machine1 host with user
  user, and any connection to the port XX to the machine you are
  running the ssh command from, will redirect the connection to the
  machine2 host in the YY port.
 
 If you want to forward a local port XX to a remote port YY then
 Canek's suggestion will do what you want, assuming that the correct
 remote application is listening on port YY.
 
 When you have more than one application this can soon become
 tedious.  So, if you want to set up the remote machine as a SOCKS
 proxy so that any socks-ified applications on the local machine can
 connect to the remote SOCKS, then you can use:
 
   ssh -N -D  user@machine1
 
 For applications that do not have built in proxy capability you can
 use e.g. proxychains.
 
 HTH.
 -- 
 Regards,
 Mick

H'lo Mick and Carnek,

The mention of XX and YY wasn't transparent, but a bit of
experimentation gave a good connection.  Using the terms in my original
post, I now have the following working command: 

   ssh -2 -N -L PORT:MACHINE.DOMAIN.COM:22 userid@IP_Address

Just need to add an appropriate TCPKeepAlive and all will be good.

Thank you both for your tips..

Regards,
David



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Neil Bothwick
On Mon, 20 Aug 2012 12:19:23 +0100, Mick wrote:

 Given your adoption rate of new technology I suggest you consider
 buying a BluRay player if not recorder, because I don't know how long
 it will be before DVDs become obsolete too.  Unfortunately BluRay
 devices were out of my price range last time I bought hardware to
 justify paying the extra, so I can't recommend any.

Bluray recorders are still expensive, as is the media. I have a
Samsung drive that does BD-ROM and DVD+/-R* and it just works.


-- 
Neil Bothwick

What you don't know can hurt you, only you won't know it.


signature.asc
Description: PGP signature


Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Neil Bothwick n...@digimed.co.uk wrote:

 On Mon, 20 Aug 2012 12:19:23 +0100, Mick wrote:

  Given your adoption rate of new technology I suggest you consider
  buying a BluRay player if not recorder, because I don't know how long
  it will be before DVDs become obsolete too.  Unfortunately BluRay
  devices were out of my price range last time I bought hardware to
  justify paying the extra, so I can't recommend any.

 Bluray recorders are still expensive, as is the media. I have a
 Samsung drive that does BD-ROM and DVD+/-R* and it just works.

the media is affordable nowthey (BD-R 25 GB) start at 1.5 Euro.
So this is less than the equivalent price per GB on a DVD.

Drives are still 2-3x as expensive than a DVD writer.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Andrea Conti
 (1) do I need to configure the kernel to find the drive ?

It's basically handled exactly the same as a CD drive, so you need the
same configuration options you would use for that.

 Yes.  As a minimum have a look at BLK_DEV_SR and BLK_DEV_SR_VENDOR.  You may 
 also need SCSI_PROC_FS for legacy applications.  The AHCI drivers would 
 probably be enabled for your hard drive SATA controller anyway.

BLK_DEV_SR_VENDOR made sense when every drive manufacturer adopted their
own standard in designing interface protocols... with every drive made
on the planet in the last ten years being mmc-compliant, there is not
much point in still using that. Not that it hurts even if it's not needed...

 (3) are there rewritable DVDs, as there used to be rewritable CDs ?
 -- among the specs are much slower speeds labelled 'RW'.
 
 Yes, +RW, -RW, but don't know much more on this other than older DVD writers 
 would only do one format not another and if you didn't pay attention to the 
 specification/limitations of your hardware you could end up buying the wrong 
 type of DVDs.  Someone more experienced on recording media could answer this 
 better.

Every modern recorder does both standards; depending on both the burner
and the reader you might find that one standard works better than the
other (i.e. has lower read error rates). Trial and error seems to be the
only working approach...

As for the standards, if you're just burning backups they're basically
equivalent. The +RW standard is theoretically more flexible as media can
be formatted in a packet mode which allows (almost) random r/w access,
but in my experience software support and reliability have always been
lousy, so forget about it.

+RW media cannot be erased in the same way CD-RWs are erased, -- you can
only overwrite it with new data. -RW behaves the same as CD-RWs in this
regard.

If you need rewritable DVD media with reliable random r/w access (but
this doesn't seem to be your case), there is a third standard (DVD-RAM)
which uses special disks with hardware sector marks. Drive support is
not hard to find nowadays (the drive you cited actually supports it),
but writing is slow, good media is expensive and the disks cannot be
read in most normal dvd drives; I have no idea about the state of
software support in Linux.

 (4) anything else I sb aware of ?

DVDs (especially rewritable ones) are much less resilient than CDs.
Don't rely on a recorded DVD to be still readable after more than 3-4
years, because it probably won't be. While good quality (i.e. expensive)
brand media tends to be a little more durable, DVDs are not the right
choice for long-term archival.

 Given your adoption rate of new technology I suggest you consider buying a 
 BluRay player if not recorder, because I don't know how long it will be 
 before 
 DVDs become obsolete too.

I doubt BD-R will ever supplant DVD-R the same way DVD-R did with CD-R.

When DVD-R came out there were no practical and affordable alternatives
for recording and transporting large quantities of data. Nowadays, on
the other hand, flash storage is ubiquitous and cheap enough to satisfy
the needs of most people. This slowed the adoption of BD-R a lot, to the
point that I'm not sure it will ever become a widespread technology.

IOW, I would only consider shelling out the cash for a BD-R drive if it
made sense for my current storage needs, not as an investment for the
future.

my € 0.02,
andrea




Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 7:19 AM, Mick michaelkintz...@gmail.com wrote:
 On Monday 20 Aug 2012 11:21:39 Philip Webb wrote:
 Apologies for the elementary questions, but I'm a bit slow to change
 (smile).

 In designing my new machine, I assumed that I would simply transfer
 the CD drive from the existing box to the new one,
 but (1) the new mobo seems to have only SATA sockets
  (2) CD drives seem to be going the same way as diskette drives,
 so I'm now planning to buy a new DVD drive  to start using DVDs.
 I wb using them only for back-ups, not playing music or videos.

 This looks like a good enough item :
   ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99

 Can anyone answer a few rather basic questions ?

 I'll try.

 (1) do I need to configure the kernel to find the drive ?

 Yes.  As a minimum have a look at BLK_DEV_SR and BLK_DEV_SR_VENDOR.  You may
 also need SCSI_PROC_FS for legacy applications.  The AHCI drivers would
 probably be enabled for your hard drive SATA controller anyway.


 (2) what software do Gentoo users use to read/write DVDs ?

 From cdrecord man page (app-cdr/cdrtools):

 NAME
cdrecord - record audio or data CD, DVD or BluRay

 and of course for a GUI front you can use k3b if you use KDE applications.  If
 you're not using KDE consider xfburn.  Not sure about Gnome applications like
 Brasero that is shipping with Mint/Ubuntu these days.

Brasero is a fine tool, and my tool of choice on Gentoo. (I don't use
a full GNOME or KDE desktop; Brasero works great without either.)



 (3) are there rewritable DVDs, as there used to be rewritable CDs ?
 -- among the specs are much slower speeds labelled 'RW'.

 Yes, +RW, -RW, but don't know much more on this other than older DVD writers
 would only do one format not another and if you didn't pay attention to the
 specification/limitations of your hardware you could end up buying the wrong
 type of DVDs.  Someone more experienced on recording media could answer this
 better.

Almost all of this stuff settled a little under a decade ago, but in
the beginning there was just the DVD. The DVD had a field in its
metadata called book type, which was supposed to tell the DVD player
what kind of DVD it was. Was it a manufacturer-pressed disc? Was it a
burned disc? Was it something else? In order to master DVDs, you had
to get specially-licensed and controlled master discs, drives and
software which would allow you to write to that book type field.

DVD-R came out, and pressures from Hollywood dictated that this DVD-R
format hardcode a value into that Book Type field that declared the
disc as a burnable disc. This way, people who tried copying or burning
movies and the like would have these discs rejected by DVD players.

Some DVD players wouldn't play back movies from DVD-R discs. Some DVD
players wouldn't even acknowledge them; as far as these players were
concerned, that particular value in the 'book type' field was still
'reserved', so any disc that used it was invalid.

Along comes the DVD+R format. The DVD+R format has some variances in
*how* data is represented on disc, but to the player that doesn't know
any better, it looks just like any other DVD. The big difference DVD+R
brought was that the 'book type' field was burnable on any drive which
was capable of burning DVD+R media, and a disc appropriately burned
would play in any home DVD player as though it were a pressed disc.
(Yay, we can has home-recorded movies again!)

Both DVD+R and DVD-R discs are sold, but I only ever buy DVD+R discs;
as far as I can tell, playback works in everything, and just about any
recorder will record to them. I have to think that the DVD-R discs are
sold only because there are still some ancient burners out there.

When in doubt, go with DVD+R.



 (4) anything else I sb aware of ?

 Given your adoption rate of new technology I suggest you consider buying a
 BluRay player if not recorder, because I don't know how long it will be before
 DVDs become obsolete too.  Unfortunately BluRay devices were out of my price
 range last time I bought hardware to justify paying the extra, so I can't
 recommend any.

There's something to this; a single-layer DVD only holds 4.7GB of
data. I carry around more rewriteable storage capacity than that in my
pants. (Literally; I have a pelican case full of SD and micro-SD
cards, for photography purposes.)

If this is a backup solution, it's probably better to look at blu-ray
or (even better) modern tape drive solutions. DVDs are kinda small by
modern storage standards.

-- 
:wq



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Andrea Conti a...@alyf.net wrote:

 As for the standards, if you're just burning backups they're basically
 equivalent. The +RW standard is theoretically more flexible as media can
 be formatted in a packet mode which allows (almost) random r/w access,
 but in my experience software support and reliability have always been
 lousy, so forget about it.

 +RW media cannot be erased in the same way CD-RWs are erased, -- you can
 only overwrite it with new data. -RW behaves the same as CD-RWs in this
 regard.

You are correct for DVD-RW and with all DVD- formats, there are frequent round 
robin tests with all writers vs. allr readers and all media. This kind of test 
does not exist for DVD+RW and I've seen a lot of problems with media 
interchange.


 I doubt BD-R will ever supplant DVD-R the same way DVD-R did with CD-R.

 When DVD-R came out there were no practical and affordable alternatives
 for recording and transporting large quantities of data. Nowadays, on
 the other hand, flash storage is ubiquitous and cheap enough to satisfy
 the needs of most people. This slowed the adoption of BD-R a lot, to the
 point that I'm not sure it will ever become a widespread technology.

 IOW, I would only consider shelling out the cash for a BD-R drive if it
 made sense for my current storage needs, not as an investment for the
 future.

Just a note:

When I got my first DVD writer in February 1998, the price of the writer 
was 15000 US$ and the price of a media was 80 US$.

When I received my first BR writer, the price of the writer was 600 Euro and 
the price of a medium was ~ 20 Euro.

Now the price for a medium is 1.5...3 Euro and the price for a writer is 
60...200 Euro. It took 5 years for DVD to get into this price level and it took 
5 years for BR to get into this price level. So where do you see a difference?

There is another difference: the fact that flash memory has become cheap did 
change the interest of the people.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Michael Mol mike...@gmail.com wrote:

 Along comes the DVD+R format. The DVD+R format has some variances in
 *how* data is represented on disc, but to the player that doesn't know
 any better, it looks just like any other DVD. The big difference DVD+R
 brought was that the 'book type' field was burnable on any drive which
 was capable of burning DVD+R media, and a disc appropriately burned
 would play in any home DVD player as though it were a pressed disc.
 (Yay, we can has home-recorded movies again!)

 Both DVD+R and DVD-R discs are sold, but I only ever buy DVD+R discs;
 as far as I can tell, playback works in everything, and just about any
 recorder will record to them. I have to think that the DVD-R discs are
 sold only because there are still some ancient burners out there.

Not true: DVD- allows to write this too, but the media you can buy has been 
prerecorded to satisfy the film industry.



 When in doubt, go with DVD+R.

This is a wrong advise: When In doubt go DVD- as this is the official format.
There is one single exception: For Dual layer, the DVD+R/DL media gives better 
results.
Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] revdep-rebuild problem

2012-08-20 Thread Volker Armin Hemmann
Am Montag, 20. August 2012, 01:00:34 schrieb Reinhard Kotucha:
 On 2012-08-19 at 01:02:24 +0200, Volker Armin Hemmann wrote:
   Am Sonntag, 19. August 2012, 00:37:36 schrieb Reinhard Kotucha:
Hi,
I'm using Gentoo for a couple of years and am quite amazed how good it
works.  So thanks to all involved in its develpoment.

However, after today's update, when I run revdep-rebuild, I get the
message

 * Checking dynamic linking consistency
 *   broken /usr/lib64/libogrove.la (requires -lstdc++)
 *   broken /usr/lib64/libospgrove.la (requires -lstdc++)
 *   broken /usr/lib64/libostyle.la (requires -lstdc++)
   
   so, find out which package these three belong to - and remove them.
 
 Ok, will do.
 
   emerge --update --pretend
   
   why pretend?
 
 Because whenever I see that there is an Xorg update, I nowadays make a
 full backup before I do the actual update.
 

that is what --ask is made for ;)

On the other hand it happpened several times that *after* an update
I've been told that my system is completely broken and will not
re-boot unless I compile a new kernel.
   
   really? never saw that. Only with xorg-drivers after a xorg-server
   update.
 
 Presumably because you already were using a newer kernel.  It was the
 kernel version number what mattered, not the configuration.

I have been sticking around with 3.0 for a long time. 

 
It would be nice if I can be warned *before* I run emerge without
the --pretend option.  Then I could postpone the update to the
next weekend, when I have more time.
   
   so you want portage to read every single ebuild, making the
   operation A LOT longer? I am sorry but I am not willing to waste so
   much time.
 
 Maybe a news item would be sufficient.
 
My propsal is to add a warning similar to that I get when portage
updates are available, so that users know in advance that a
particular update will break the system.
   
   please enlighten me which update breaks a system. Can't remember
   one. Hm, back with libssco maybe?
 
 Last time it happened after an udev update.  After the update I've
 been told that my kernel was too old.  If I have to build a new kernel
 the next day, I can only hope that there is no power failure
 meanwhile and would rather postpone the update.

okay, there is a reason I masked udev updates a long time ago ;)

-- 
#163933



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 9:04 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Michael Mol mike...@gmail.com wrote:

 Along comes the DVD+R format. The DVD+R format has some variances in
 *how* data is represented on disc, but to the player that doesn't know
 any better, it looks just like any other DVD. The big difference DVD+R
 brought was that the 'book type' field was burnable on any drive which
 was capable of burning DVD+R media, and a disc appropriately burned
 would play in any home DVD player as though it were a pressed disc.
 (Yay, we can has home-recorded movies again!)

 Both DVD+R and DVD-R discs are sold, but I only ever buy DVD+R discs;
 as far as I can tell, playback works in everything, and just about any
 recorder will record to them. I have to think that the DVD-R discs are
 sold only because there are still some ancient burners out there.

 Not true: DVD- allows to write this too, but the media you can buy has been
 prerecorded to satisfy the film industry.

I alluded to this in my description of DVD-R. Thank you for correcting
my description of implementation details, though. (Obviously, you
don't need a special burner, but you do need to buy specially-licensed
media.)

 When in doubt, go with DVD+R.

 This is a wrong advise: When In doubt go DVD- as this is the official format.

I don't understand this position at all for this context. Unless
you're doing work in particular fields for the recording industry, why
touch DVD-R at all? Doing so because it's the official format
doesn't really mean anything; the industry and market has been stable
for years, and upstream isn't going to switch out everything out from
under people using the format. (At least, not in a way that doesn't
screw over DVD-R users as well.)

I'm not saying you're necessarily wrong in that perhaps DVD-R might be
the more appropriate format, but you should give some better arguments
than it's the official format.

 There is one single exception: For Dual layer, the DVD+R/DL media gives better
 results.

-- 
:wq



Re: [gentoo-user] Re: rubinius fails to emerge with error about llvm-config

2012-08-20 Thread covici
Hans de Graaff gra...@gentoo.org wrote:

 On Sun, 19 Aug 2012 16:02:15 -0400, covici wrote:
 
  Hi.  In my update world of today, the system wanted to emerge rubinius
  -- for reasons known only to itself -- however it fails to emerge during
  its config phase with the following output:
 
  Any suggestions would be appreciated.
 
 Check our bug database: https://bugs.gentoo.org/show_bug.cgi?id=417533

Thanks -- that did it -- I downgraded llvm and that fixed things.  I did
a search at bugs.gentoo.org for rubinius llvm, but that bug did not come
up in the search.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Pandu Poluan
On Aug 20, 2012 7:47 PM, Andrea Conti a...@alyf.net wrote:


[snip]

 
  Yes, +RW, -RW, but don't know much more on this other than older DVD
writers
  would only do one format not another and if you didn't pay attention to
the
  specification/limitations of your hardware you could end up buying the
wrong
  type of DVDs.  Someone more experienced on recording media could answer
this
  better.

 Every modern recorder does both standards; depending on both the burner
 and the reader you might find that one standard works better than the
 other (i.e. has lower read error rates). Trial and error seems to be the
 only working approach...

 As for the standards, if you're just burning backups they're basically
 equivalent. The +RW standard is theoretically more flexible as media can
 be formatted in a packet mode which allows (almost) random r/w access,
 but in my experience software support and reliability have always been
 lousy, so forget about it.

 +RW media cannot be erased in the same way CD-RWs are erased, -- you can
 only overwrite it with new data. -RW behaves the same as CD-RWs in this
 regard.

 If you need rewritable DVD media with reliable random r/w access (but
 this doesn't seem to be your case), there is a third standard (DVD-RAM)
 which uses special disks with hardware sector marks. Drive support is
 not hard to find nowadays (the drive you cited actually supports it),
 but writing is slow, good media is expensive and the disks cannot be
 read in most normal dvd drives; I have no idea about the state of
 software support in Linux.


+RW *can* be erased, or else it won't be called RW :-)

That said, the difference is much deeper than differing metadata. Among
which :

* +RW uses Phase Modulation, -RW uses amplitude modulation. This gives +RW
much more robustness than -RW

* +RW blanks provide more info on the energy level required to burn, IIRC
up to 4 energy levels each tuned to a certain burning speed (e.g., 1x, 2x,
4x, and 8x). This *greatly* improves the success probability of burning.
-RW only provides energy level info for the maximum burning speed; if your
drive doesn't support that speed, it'll have to guess, and the results are
usually ungood

More history :

The CD Standard was originally developed by Philips, then adapted to the
data world requirements, including CD-R(W).  The DVD-R standard was
originally developed by Panasonic, but Philips had a spat with Panasonic
because in Phillips' view, the CD-R standard has shortcomings they
(Philips) want to fix; Panasonic was more interested in getting DVD-R out
of the door asap. This resulted in Philips -- together with someone else,
was it Sony? -- to independently released the DVD+R standard.

CMIIW

Rgds,


Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Michael Mol mike...@gmail.com wrote:

 I alluded to this in my description of DVD-R. Thank you for correcting
 my description of implementation details, though. (Obviously, you
 don't need a special burner, but you do need to buy specially-licensed
 media.)

Well, if you manage to get unwritten DVD- media, you need a drive with special 
firmware and you even can pretend a different manufacturer ;-)

It is however hard to get this special firmware...


  When in doubt, go with DVD+R.
 
  This is a wrong advise: When In doubt go DVD- as this is the official 
  format.

 I don't understand this position at all for this context. Unless
 you're doing work in particular fields for the recording industry, why
 touch DVD-R at all? Doing so because it's the official format
 doesn't really mean anything; the industry and market has been stable
 for years, and upstream isn't going to switch out everything out from
 under people using the format. (At least, not in a way that doesn't
 screw over DVD-R users as well.)

You seem to be anti-DVD- because you uncorrectly believe that it is related to 
the film industry. You are wrong. Pioneer asked the fil industry to make a 
useful proposal before Summer 2001 and as this proposal was not made, Pioneer 
started to sell the A03 for 1000 US $ - together with the prerecorded media 
format.

 I'm not saying you're necessarily wrong in that perhaps DVD-R might be
 the more appropriate format, but you should give some better arguments
 than it's the official format.

I did give these arguments: There are variouy problems media compatibility of 
you use DVD+ with different drives. 

NOTE: DVD+ does not have a round robin check!!

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Pandu Poluan
On Aug 20, 2012 8:51 PM, Pandu Poluan pa...@poluan.info wrote:


 On Aug 20, 2012 7:47 PM, Andrea Conti a...@alyf.net wrote:
 

 [snip]

  
   Yes, +RW, -RW, but don't know much more on this other than older DVD
writers
   would only do one format not another and if you didn't pay attention
to the
   specification/limitations of your hardware you could end up buying
the wrong
   type of DVDs.  Someone more experienced on recording media could
answer this
   better.
 
  Every modern recorder does both standards; depending on both the burner
  and the reader you might find that one standard works better than the
  other (i.e. has lower read error rates). Trial and error seems to be the
  only working approach...
 
  As for the standards, if you're just burning backups they're basically
  equivalent. The +RW standard is theoretically more flexible as media can
  be formatted in a packet mode which allows (almost) random r/w access,
  but in my experience software support and reliability have always been
  lousy, so forget about it.
 
  +RW media cannot be erased in the same way CD-RWs are erased, -- you can
  only overwrite it with new data. -RW behaves the same as CD-RWs in this
  regard.
 
  If you need rewritable DVD media with reliable random r/w access (but
  this doesn't seem to be your case), there is a third standard (DVD-RAM)
  which uses special disks with hardware sector marks. Drive support is
  not hard to find nowadays (the drive you cited actually supports it),
  but writing is slow, good media is expensive and the disks cannot be
  read in most normal dvd drives; I have no idea about the state of
  software support in Linux.
 

 +RW *can* be erased, or else it won't be called RW :-)

 That said, the difference is much deeper than differing metadata. Among
which :

 * +RW uses Phase Modulation, -RW uses amplitude modulation. This gives
+RW much more robustness than -RW

 * +RW blanks provide more info on the energy level required to burn, IIRC
up to 4 energy levels each tuned to a certain burning speed (e.g., 1x, 2x,
4x, and 8x). This *greatly* improves the success probability of burning.
-RW only provides energy level info for the maximum burning speed; if your
drive doesn't support that speed, it'll have to guess, and the results are
usually ungood

 More history :

 The CD Standard was originally developed by Philips, then adapted to the
data world requirements, including CD-R(W).  The DVD-R standard was
originally developed by Panasonic, but Philips had a spat with Panasonic
because in Phillips' view, the CD-R standard has shortcomings they
(Philips) want to fix; Panasonic was more interested in getting DVD-R out
of the door asap. This resulted in Philips -- together with someone else,
was it Sony? -- to independently released the DVD+R standard.

 CMIIW


Aha, found the page comparing +R(W) and -R(W) :

http://www.myce.com/article/why-dvdrw-is-superior-to-dvd-rw-203/

tldr: DVD+R(W) is technically a better standard. Use it.

Rgds,


Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Pandu Poluan pa...@poluan.info wrote:

 +RW *can* be erased, or else it won't be called RW :-)

Not it definitely can't.

You just may overwrite it.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 9:53 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Michael Mol mike...@gmail.com wrote:

 I alluded to this in my description of DVD-R. Thank you for correcting
 my description of implementation details, though. (Obviously, you
 don't need a special burner, but you do need to buy specially-licensed
 media.)

 Well, if you manage to get unwritten DVD- media, you need a drive with special
 firmware and you even can pretend a different manufacturer ;-)

 It is however hard to get this special firmware...


  When in doubt, go with DVD+R.
 
  This is a wrong advise: When In doubt go DVD- as this is the official 
  format.

 I don't understand this position at all for this context. Unless
 you're doing work in particular fields for the recording industry, why
 touch DVD-R at all? Doing so because it's the official format
 doesn't really mean anything; the industry and market has been stable
 for years, and upstream isn't going to switch out everything out from
 under people using the format. (At least, not in a way that doesn't
 screw over DVD-R users as well.)

 You seem to be anti-DVD- because you uncorrectly believe that it is related to
 the film industry. You are wrong. Pioneer asked the fil industry to make a
 useful proposal before Summer 2001 and as this proposal was not made, Pioneer
 started to sell the A03 for 1000 US $ - together with the prerecorded media
 format.

No, I'm not anti-DVD-, or even anti-film-industry.

I recommend DVD+ over DVD- for the uninitiated, for compatibility and
flexibility reasons.


 I'm not saying you're necessarily wrong in that perhaps DVD-R might be
 the more appropriate format, but you should give some better arguments
 than it's the official format.

 I did give these arguments: There are variouy problems media compatibility of
 you use DVD+ with different drives.

Your description runs counter to my experience. But that's not
terribly surprising; there will of course be players which won't
handle DVD+ media, but I've found them to be few and far between.


 NOTE: DVD+ does not have a round robin check!!

I don't know what that is, and searching isn't turning up anything but
pages about a movie called 'round robin'.

-- 
:wq



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 10:00 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Pandu Poluan pa...@poluan.info wrote:

 +RW *can* be erased, or else it won't be called RW :-)

 Not it definitely can't.

 You just may overwrite it.

Communications issue: You guys are talking about different encoding layers.

-- 
:wq



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread microcai
2012/8/20 Philip Webb purs...@ca.inter.net:
 Apologies for the elementary questions, but I'm a bit slow to change (smile).

 In designing my new machine, I assumed that I would simply transfer
 the CD drive from the existing box to the new one,
 but (1) the new mobo seems to have only SATA sockets
  (2) CD drives seem to be going the same way as diskette drives,
 so I'm now planning to buy a new DVD drive  to start using DVDs.
 I wb using them only for back-ups, not playing music or videos.

 This looks like a good enough item :
   ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99

 Can anyone answer a few rather basic questions ?
 (1) do I need to configure the kernel to find the drive ?

NO.  just enable packet write and SCSI_CDROM



 (2) what software do Gentoo users use to read/write DVDs ?

k3b is a good one

 (3) are there rewritable DVDs, as there used to be rewritable CDs ?

sure

 -- among the specs are much slower speeds labelled 'RW'.
 (4) anything else I sb aware of ?

 --
 ,,
 SUPPORT ___//___,   Philip Webb
 ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
 TRANSIT`-O--O---'   purslowatchassdotutorontodotca





Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread m...@trausch.us
On 08/20/2012 02:19 AM, Canek Peláez Valdés wrote:
 On Mon, Aug 20, 2012 at 1:05 AM, Michael Trausch m...@trausch.us wrote:
 Tested and verified w/ at least Rhythmbox and Banshee. Have offered a bounty
 for years for anyone who fox the bug. There are open, confirmed bugs in (at
 least) Launchpad going back quite some time, too. Happens regardless of
 hardware, but have had it happen on SB Live and several onboards.
 
 Do you have links to the bugs?

This is an incomplete list of reports from Launchpad:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/406582

I reported that one, looks as though at least 5 others have the same
problem and have found that bug.

I have had this issue before as well:

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/445849
(affects 91 people)

This one looks to be about the same, though lacking enough information
to confirm for sure:

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/693039

Another:

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/677067 (4 users)

And yet another:

https://bugs.launchpad.net/linux/+bug/494099 (17 users)

Aside from my bug, I was able to find the other ones in just a couple of
minutes with Google.

There are pointers to Launchpad from other places, too, such as the
Ubuntu Forums, Gentoo and Arch wiki and forums and so forth.

 The only time I ever got 5.1 working was with straight ALSA, but then I
 don't get upmixing.

 As a result, I have been using netradio. No closing and opening of the audio
 device.

 Also, canberra (the sound notification library) seems to actually output
 sound correctly, but I think it holds the device open the whole time.
 
 I have libcanberra compiled with PA support, so I can use it with
 other sound sources at the same time.
 
 PA isn't changing the configuration back to stereo. It shows 5.1, but media
 players only output to two speakers until I open the PA control and jump
 from 5.1 to 4.1 and back.
 
 And the players output to PulseAudio directly or through the ALSA
 emulation? In GNOME 2 you could configure GStreamer (which both
 Rhythmbox and Banshee use) to use PulseAudio as default sink, or using
 ALSA; but it PA is running, newer versions will automagically detect
 it and use it [1]. I use GNOME 3 and PA is mandatory, so I don't
 remember exactly how it was.

I couldn't even tell you.  I stopped actively trying to get PulseAudio
to work correctly with 6 channel output about two years ago or so, I got
sick and tired of people telling me my problem was imaginary.  I work
around it by using Internet radio, since that way I only have to have
the PA control panel program open _once_, instead of every time I change
songs.

Rhythmbox and Banshee have improved in the past few years in that they
no longer close the audio device when playing songs in sequential order.
 However, that isn't foolproof either.

It's been bugging me again lately, but while I have the motivation to
investigate and attempt to find a way to fix this stupidly infuriating
problem, I don't have the time.  Nobody who knows what they're doing
with the PA source code seems to believe that this is truly an issue, so
it's probably never going to be fixed.

 Sorry for my curiosity, but it sounds really weird: I have heard a lot
 about PA problems, but nothing like this.
 
 [1] http://arunraghavan.net/2012/02/gentoo-pulseaudio-alsa-update/
 

I remember that post.  Nothing changed, though, at least for me.

-- 
A man who reasons deliberately, manages it better after studying Logic
than he could before, if he is sincere about it and has common sense.
   --- Carveth Read, “Logic”



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Pandu Poluan pa...@poluan.info wrote:

 On Aug 20, 2012 8:51 PM, Pandu Poluan pa...@poluan.info wrote:
 
 
  On Aug 20, 2012 7:47 PM, Andrea Conti a...@alyf.net wrote:

  +RW *can* be erased, or else it won't be called RW :-)
 
  That said, the difference is much deeper than differing metadata. Among
 which :
 
  * +RW uses Phase Modulation, -RW uses amplitude modulation. This gives
 +RW much more robustness than -RW

This is also wrong:


DVD+RW use 817.4 kHz in the pregrove and periodically inverts the phase as 
sector start marker. This is cheaper to press (as the stamper will last for 
more 
press cycles) but it is not as accurate as DVD-RW and you get floating bader 
quality during the life cycle of the stamper.

DVD-RW uses 140.6 kHz in the pregrove and in addition lans pits between the 
groves to mark the sector start, This is much more precise than what DVD+RW 
uses. Since aproc. 4 years, there is a new patented stamper method that uses 
dints in the pregrove instead of pits on top of the land. This is as precise as 
the pit on land method, compatoble to this method and allows stampers that are 
as cheap as the DVD+RW stampers. There is no degradaraion of the stamper 
accuracy as with DVD+RW, even with the new modified version.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Michael Mol mike...@gmail.com wrote:

  I did give these arguments: There are variouy problems media compatibility 
  of
  you use DVD+ with different drives.

 Your description runs counter to my experience. But that's not
 terribly surprising; there will of course be players which won't
 handle DVD+ media, but I've found them to be few and far between.

It happened with Sony vs. Ricoh, vs. Philips writers and I could rarely rewrite 
media that has been written before in another writer.

 
  NOTE: DVD+ does not have a round robin check!!

 I don't know what that is, and searching isn't turning up anything but
 pages about a movie called 'round robin'.

Why don't you just read my explanation from my previous mail?

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 6:21 AM, Philip Webb purs...@ca.inter.net wrote:
 Apologies for the elementary questions, but I'm a bit slow to change (smile).

 In designing my new machine, I assumed that I would simply transfer
 the CD drive from the existing box to the new one,
 but (1) the new mobo seems to have only SATA sockets
  (2) CD drives seem to be going the same way as diskette drives,
 so I'm now planning to buy a new DVD drive  to start using DVDs.
 I wb using them only for back-ups, not playing music or videos.

 This looks like a good enough item :
   ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99

 Can anyone answer a few rather basic questions ?
 (1) do I need to configure the kernel to find the drive ?
 (2) what software do Gentoo users use to read/write DVDs ?
 (3) are there rewritable DVDs, as there used to be rewritable CDs ?
 -- among the specs are much slower speeds labelled 'RW'.
 (4) anything else I sb aware of ?

This thread has exploded into arcane info irrelevant to you. So here's
what I recommend:

Walk into any old store and buy a $15-$30 drive. Most burners these
days support burning CD-R, CD-RW, DVD+R, DVD-R, DVD+RW, DVD-RAM.
Writing dual-layer discs is slightly less common, but still cheap and
easy to get.

Long and short of it, just go out and get a drive; just about any of
them will do what you need them to do.

As for kernel support, once you get past the SATA/AHCI learning curve,
it's a piece of cake. The standard for writing to SATA CD burners is
essentially the same as it was for ATAPI burners, and both SATA and
ATAPI are very similar (in that they borrow heavily from SCSI). Just
about any software that can write to a CD burner should have no
trouble writing to a DVD burner.
-- 
:wq



Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread m...@trausch.us
On 08/20/2012 02:19 AM, Canek Peláez Valdés wrote:
 And the players output to PulseAudio directly or through the ALSA
 emulation? In GNOME 2 you could configure GStreamer (which both
 Rhythmbox and Banshee use) to use PulseAudio as default sink, or using
 ALSA; but it PA is running, newer versions will automagically detect
 it and use it [1]. I use GNOME 3 and PA is mandatory, so I don't
 remember exactly how it was.

I just checked my GStreamer settings, and they are correct; here is a
transcript of the configuration window for gstreamer-properties:

==
Default Output

  Plugin: PulseAudio Sound Server
  Device: Internal Audio Analog Surround 5.1
  Pipeline: [can't read, runs off the screen and window won't resize]
==

The Input section is blank, and I never use the input so it doesn't matter.

I still have to do the scroll-up/scroll-down trickery every time I start
a stream in Banshee or Rhythmbox.

--- Mike

-- 
A man who reasons deliberately, manages it better after studying Logic
than he could before, if he is sincere about it and has common sense.
   --- Carveth Read, “Logic”



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 11:05 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Michael Mol mike...@gmail.com wrote:

  I did give these arguments: There are variouy problems media compatibility 
  of
  you use DVD+ with different drives.

 Your description runs counter to my experience. But that's not
 terribly surprising; there will of course be players which won't
 handle DVD+ media, but I've found them to be few and far between.

 It happened with Sony vs. Ricoh, vs. Philips writers and I could rarely 
 rewrite
 media that has been written before in another writer.

Could be an issue unique to the RW space. I never hung out there. It
always made more sense to burn+verify a disc and either file it away,
or discard it when done. A spindle of discs is pretty cheap, and a
spindle of 25-50 lasts me a year or two.


 
  NOTE: DVD+ does not have a round robin check!!

 I don't know what that is, and searching isn't turning up anything but
 pages about a movie called 'round robin'.

 Why don't you just read my explanation from my previous mail?

Which one? There are nearly twenty messages here over the span of five
hours, six of them are yours, and I can't hang on your every word. If
you're going to reply to me, include context in your replies; don't
count on my having read everything you might have said in response to
someone else.

-- 
:wq



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Joerg Schilling
Michael Mol mike...@gmail.com wrote:

 Walk into any old store and buy a $15-$30 drive. Most burners these
 days support burning CD-R, CD-RW, DVD+R, DVD-R, DVD+RW, DVD-RAM.
 Writing dual-layer discs is slightly less common, but still cheap and
 easy to get.

Looking at the pile of writers I have at home, there are much more dual laywr 
writers than DVD-RAM aware ones.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Michael Mol
On Mon, Aug 20, 2012 at 11:31 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:
 Michael Mol mike...@gmail.com wrote:

 Walk into any old store and buy a $15-$30 drive. Most burners these
 days support burning CD-R, CD-RW, DVD+R, DVD-R, DVD+RW, DVD-RAM.
 Writing dual-layer discs is slightly less common, but still cheap and
 easy to get.

 Looking at the pile of writers I have at home, there are much more dual laywr
 writers than DVD-RAM aware ones.

Then the art has improved since I last went shopping. *shrug*

-- 
:wq



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Pandu Poluan
On Aug 20, 2012 10:12 PM, Joerg Schilling 
joerg.schill...@fokus.fraunhofer.de wrote:

 Pandu Poluan pa...@poluan.info wrote:

  On Aug 20, 2012 8:51 PM, Pandu Poluan pa...@poluan.info wrote:
  
  
   On Aug 20, 2012 7:47 PM, Andrea Conti a...@alyf.net wrote:

   +RW *can* be erased, or else it won't be called RW :-)
  
   That said, the difference is much deeper than differing metadata.
Among
  which :
  
   * +RW uses Phase Modulation, -RW uses amplitude modulation. This gives
  +RW much more robustness than -RW

 This is also wrong:


 DVD+RW use 817.4 kHz in the pregrove and periodically inverts the phase as
 sector start marker. This is cheaper to press (as the stamper will last
for more
 press cycles) but it is not as accurate as DVD-RW and you get floating
bader
 quality during the life cycle of the stamper.

 DVD-RW uses 140.6 kHz in the pregrove and in addition lans pits between
the
 groves to mark the sector start, This is much more precise than what
DVD+RW
 uses. Since aproc. 4 years, there is a new patented stamper method that
uses
 dints in the pregrove instead of pits on top of the land. This is as
precise as
 the pit on land method, compatoble to this method and allows stampers
that are
 as cheap as the DVD+RW stampers. There is no degradaraion of the stamper
 accuracy as with DVD+RW, even with the new modified version.


Thanks for the technical information, although honestly, most are beyond me
:-P

That said, care to refute the following page:

http://www.myce.com/article/why-dvdrw-is-superior-to-dvd-rw-203/

because until someone publicly refute that article, I honestly will prefer
+RW over -RW.

(And, anecdotally, ever since I burn DVD's, I already had a stack of
failing -RW discs, while having only two failing +RW discs. I might be just
lucky, but since experience matches expectations (based on that article),
luck seems to not have anything to do with it.)

PS: I'm not trying to start a plus/minus war; I am sincerely interested,
and will switch my preferred optical media if corrected.

Rgds,


Re: [gentoo-user] Invalid module format

2012-08-20 Thread Tamer Higazi
Hi Hinnerk!
I did what you say, now the magic issue comes, the kernel drivers ARE
BUILT for this kernel, here the modinfo output:

tamer@office ~ $ sudo modinfo
/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
+filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
license:GPL
description:Sangoma WANPIPE: WAN Multi-Protocol Driver
author: Nenad Corbic ncor...@sangoma.com
depends:sdladrv,wanrouter
vermagic:   3.3.8-gentoo SMP mod_unload modversions
tamer@office ~ $ sudo modinfo
/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanrouter.ko


tamer@office ~ $ sudo modinfo
/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
filename:   /lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
license:GPL
description:Sangoma WANPIPE: Proc  User Interface
author: Nenad Corbic ncor...@sangoma.com
depends:sdladrv
vermagic:   3.3.8-gentoo SMP mod_unload modversions


tamer@office ~ $ sudo modprobe sdladrv
WARNING: Deprecated config file /etc/modprobe.conf, all config files
belong into /etc/modprobe.d/.
FATAL: Error inserting sdladrv
(/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko): Invalid
module format
tamer@office ~ $ sudo modinfo
/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
license:GPL
description:Sangoma WANPIPE: HW Layer
author: Alex Feldman al.feld...@sangoma.com
depends:
vermagic:   3.3.8-gentoo SMP mod_unload modversions


I am running the 3.3.8 SMP kernel, and I don't know why he doesn't load
the modules. This is what droves me crazy about it


any other ideas?!



Tamer


Am 20.08.2012 12:35, schrieb Hinnerk van Bruinehsen:
 On 20.08.2012 00:44, cov...@ccs.covici.com wrote:
 Tamer Higazi th9...@googlemail.com wrote:
 
 Hi people! I have installed through the freeswitch overlay, the
 wanpipe package. What I figure out, that If I modprobe a
 driver, I recevie this error: Invalid module format

 here is the output:

 tamer@office ~ $ sudo modprobe wanpipe Passwort: WARNING:
 Deprecated config file /etc/modprobe.conf, all config files 
 belong into /etc/modprobe.d/. WARNING: Error inserting wanrouter 
 (/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko):
 Invalid module format FATAL: Error inserting wanpipe 
 (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko):
 Invalid module format



 What does it have to mean? I am not getting smart.
 
 Usually, it means you have compiled a module which is not the same 
 version as your running kernel -- make sure your /usr/src/linux is
 set correctly.
 
 Hope this helps.
 
 
 You could also check for which kernel the module is compiled by
 issuing modinfo path-to-module
 




Re: [gentoo-user] Invalid module format

2012-08-20 Thread covici

I would contact sangoma or file a bug on the freeswitch gira.

Tamer Higazi th9...@googlemail.com wrote:

 Hi Hinnerk!
 I did what you say, now the magic issue comes, the kernel drivers ARE
 BUILT for this kernel, here the modinfo output:
 
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
 +filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
 license:GPL
 description:Sangoma WANPIPE: WAN Multi-Protocol Driver
 author: Nenad Corbic ncor...@sangoma.com
 depends:sdladrv,wanrouter
 vermagic:   3.3.8-gentoo SMP mod_unload modversions
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanrouter.ko
 
 
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
 filename:   /lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
 license:GPL
 description:Sangoma WANPIPE: Proc  User Interface
 author: Nenad Corbic ncor...@sangoma.com
 depends:sdladrv
 vermagic:   3.3.8-gentoo SMP mod_unload modversions
 
 
 tamer@office ~ $ sudo modprobe sdladrv
 WARNING: Deprecated config file /etc/modprobe.conf, all config files
 belong into /etc/modprobe.d/.
 FATAL: Error inserting sdladrv
 (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko): Invalid
 module format
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
 filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
 license:GPL
 description:Sangoma WANPIPE: HW Layer
 author: Alex Feldman al.feld...@sangoma.com
 depends:
 vermagic:   3.3.8-gentoo SMP mod_unload modversions
 
 
 I am running the 3.3.8 SMP kernel, and I don't know why he doesn't load
 the modules. This is what droves me crazy about it
 
 
 any other ideas?!
 
 
 
 Tamer
 
 
 Am 20.08.2012 12:35, schrieb Hinnerk van Bruinehsen:
  On 20.08.2012 00:44, cov...@ccs.covici.com wrote:
  Tamer Higazi th9...@googlemail.com wrote:
  
  Hi people! I have installed through the freeswitch overlay, the
  wanpipe package. What I figure out, that If I modprobe a
  driver, I recevie this error: Invalid module format
 
  here is the output:
 
  tamer@office ~ $ sudo modprobe wanpipe Passwort: WARNING:
  Deprecated config file /etc/modprobe.conf, all config files 
  belong into /etc/modprobe.d/. WARNING: Error inserting wanrouter 
  (/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko):
  Invalid module format FATAL: Error inserting wanpipe 
  (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko):
  Invalid module format
 
 
 
  What does it have to mean? I am not getting smart.
  
  Usually, it means you have compiled a module which is not the same 
  version as your running kernel -- make sure your /usr/src/linux is
  set correctly.
  
  Hope this helps.
  
  
  You could also check for which kernel the module is compiled by
  issuing modinfo path-to-module
  
 

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] /usr/tmp - /var/tmp a problem with new udev?

2012-08-20 Thread Doug Hunley
I have this symlink on a new ~amd64 install without a separate /usr
and the latest udev and have no issues at all. I don't use a initramfs
or anything on this install either. fwiw

On Fri, Aug 17, 2012 at 8:47 AM, Allan Gottlieb gottl...@nyu.edu wrote:
 I realize that new udev without dracut wants /usr part of root
 filesystem.

 The last few gentoo installations I have done all had
 /usr/tmp symlinked to /var/tmp and I don't believe I did this symlink
 manually.

 Will this be a problem with new udev and no dracut or are the programs
 that must run early trained not to use /usr/tmp?

 thanks,
 allan




-- 
Douglas J Hunley (doug.hun...@gmail.com)
Twitter: @hunleyd   Web:
douglasjhunley.com
G+: http://goo.gl/sajR3



Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread João Matos
To install pulseaudio was the best thing I did since I enabled vdpau suport.

It is running great to my needs: I'm now able to use my bluetooth headset,
my webcam mic, and the system is perfectly integrated. When I anwser a
skype call, the amarok player pauses itself untill the call finish.

Just skype can't use the headset, but I'll work on it later.

Thank u.
-- 
João de Matos
Linux User #461527


Re: [gentoo-user] mod_qos x mod_security x mod_evasive

2012-08-20 Thread Jarry

On 19-Aug-12 23:56, Alexandre Riveira wrote:


What better module for prevent DOS Attack, mod_qos, mod_security or
mod_evasive


mod_security seems to me to be the most mature, but might not
be easy to configure. But honestly, none of them can protect
you from DOS, if malicious traffic saturates your network
connection...

In some cases it is even easier to DOS a web-site with those
modules activated (when as a result of incomming traffic all
cpu-cycles are used for filtering, instead of serving web
pages to valid clients)...

Jarry
--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Dale
microcai wrote:
 2012/8/20 Philip Webb purs...@ca.inter.net:

 (2) what software do Gentoo users use to read/write DVDs ?
 k3b is a good one


If you don't use KDE or Gnome, try this one:

app-cdr/tkdvd

It's simple but it worked last time I tried it. 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how 
you interpreted my words!




Re: [gentoo-user] new machine : DVD drive

2012-08-20 Thread Walter Dnes
On Mon, Aug 20, 2012 at 06:21:39AM -0400, Philip Webb wrote

 so I'm now planning to buy a new DVD drive  to start using DVDs.
 I wb using them only for back-ups, not playing music or videos.
 
 This looks like a good enough item :
   ASUS DRW-24B1ST 24x SATA Black R 48x W 8x OEM : CAD 24,99

  Some outside the box thinking...
* You said CDs are going away, so let's use DVDs
* Others said DVDs are going away, so let's use Bluerays
* I say that exposed-platter media in general is going away

  So let's look at using USB keys instead...
* My offsite backup is a couple of 16-gig USB keys in a safety deposit
  box at my bank.  Ever tried to stash a CD/DVD/Blueray disk into a
  regular-size safety deposit box?  It doesn't work.

* Random access - check

* All permissions and ownership UIDs - check (when formatted with any
  linux file system).

  I suggest formatting as ext2fs.  It's simple, and it works.  You won't
be writing that often, and journaling filesystems can be murder on USB
keys.  FAT32 doesn't save linux ownership+permissions.  Also, while the
FAT32 partition can go up to 2 terabytes, individual files can only go
up to 4 gigs.

-- 
Walter Dnes waltd...@waltdnes.org
I don't run desktop environments; I run useful applications



Re: [gentoo-user] SSH question

2012-08-20 Thread Mick
On Monday 20 Aug 2012 12:35:06 David Relson wrote:
 On Mon, 20 Aug 2012 06:50:29 +0100
 
 Mick wrote:
  On Monday 20 Aug 2012 04:48:40 Canek Peláez Valdés wrote:
   On Sun, Aug 19, 2012 at 10:31 PM, David Relson
   rel...@osagesoftware.com
  
  wrote:
G'day,

I've volunteered to do some data entry for my local bike club.
This involves a java application (jar  file) and a tunnel to a
mysql server.  I have detailed PuTTY configuration instructions
but haven't yet succeeded in converting them to ssh options.

The configuration options include:
Seconds between keepalives -- 120
Don't start a shell or command

Forwarded port:
source port number - PORT
Destionation: MACHINE.DOMAIN.COM

Host - IP_Address
Login - userid
Password - pw

Using ssh -N userid@IP_Address gives me a password prompt and no
command prompt - both good.

How do I specify the forwarded port?
   
   If I understand correctly, with -L:
   
   ssh -L XX:machine2:YY user@machine1
   
   This command will connect you to the machine1 host with user
   user, and any connection to the port XX to the machine you are
   running the ssh command from, will redirect the connection to the
   machine2 host in the YY port.
  
  If you want to forward a local port XX to a remote port YY then
  Canek's suggestion will do what you want, assuming that the correct
  remote application is listening on port YY.
  
  When you have more than one application this can soon become
  tedious.  So, if you want to set up the remote machine as a SOCKS
  proxy so that any socks-ified applications on the local machine can
  
  connect to the remote SOCKS, then you can use:
ssh -N -D  user@machine1
  
  For applications that do not have built in proxy capability you can
  use e.g. proxychains.
  
  HTH.
 
 H'lo Mick and Carnek,
 
 The mention of XX and YY wasn't transparent, but a bit of
 experimentation gave a good connection.  Using the terms in my original
 post, I now have the following working command:
 
ssh -2 -N -L PORT:MACHINE.DOMAIN.COM:22 userid@IP_Address
 
 Just need to add an appropriate TCPKeepAlive and all will be good.
 
 Thank you both for your tips..

You're welcome.  BTW, port 22 in your example above does not *have* to be port 
22.  As a matter of fact if it isn't, it would avoid zillions of connection 
attempts by stupid botnets that could drive up your bandwidth consumption. It 
could also be the same port as the one you use at your local host. Whichever 
port you choose, you'll have to allow it through the firewall at the remote 
machine and of course whichever application is running at the remote host that 
you want to connect to, should be listening on said port.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] /usr/tmp - /var/tmp a problem with new udev?

2012-08-20 Thread Allan Gottlieb
On Mon, Aug 20 2012, Doug Hunley wrote:

 On Fri, Aug 17, 2012 at 8:47 AM, Allan Gottlieb gottl...@nyu.edu wrote:
 I realize that new udev without dracut wants /usr part of root
 filesystem.

 The last few gentoo installations I have done all had
 /usr/tmp symlinked to /var/tmp and I don't believe I did this symlink
 manually.

 Will this be a problem with new udev and no dracut or are the programs
 that must run early trained not to use /usr/tmp?

 thanks,
 allan

 I have this symlink on a new ~amd64 install without a separate /usr
 and the latest udev and have no issues at all. I don't use a initramfs
 or anything on this install either. fwiw

Thank you, that is what I wanted to hear.  I assume you don't run dracut
either.

allan

(PS top-posting is discouraged on this group)



Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread Canek Peláez Valdés
On Mon, Aug 20, 2012 at 12:24 PM, João Matos jaon...@gmail.com wrote:
 To install pulseaudio was the best thing I did since I enabled vdpau suport.

 It is running great to my needs: I'm now able to use my bluetooth headset,
 my webcam mic, and the system is perfectly integrated. When I anwser a skype
 call, the amarok player pauses itself untill the call finish.

 Just skype can't use the headset, but I'll work on it later.

It's easy: go to Skype preferences,  select Sound Devices, and set
PulseAudio server (local) for microphone, speakers and ringing. Now
emerge media-sound/pavucontrol, and run pavucontrol. With Skype
running (and in the middle of a test call, for example, so it uses the
soundcard), in the Playback tab of pavucontrol select the BT headset
for the Skype application. Done; this is how I did it in my laptop
right now:

https://plus.google.com/u/0/115256116066287398549/posts/JX6kRciZ9zA

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Should I install pulseaudio to solve my phonon audio problems?

2012-08-20 Thread João Matos
2012/8/20 Canek Peláez Valdés can...@gmail.com

 On Mon, Aug 20, 2012 at 12:24 PM, João Matos jaon...@gmail.com wrote:
  To install pulseaudio was the best thing I did since I enabled vdpau
 suport.
 
  It is running great to my needs: I'm now able to use my bluetooth
 headset,
  my webcam mic, and the system is perfectly integrated. When I anwser a
 skype
  call, the amarok player pauses itself untill the call finish.
 
  Just skype can't use the headset, but I'll work on it later.

 It's easy: go to Skype preferences,  select Sound Devices, and set
 PulseAudio server (local) for microphone, speakers and ringing. Now
 emerge media-sound/pavucontrol, and run pavucontrol. With Skype
 running (and in the middle of a test call, for example, so it uses the
 soundcard), in the Playback tab of pavucontrol select the BT headset
 for the Skype application. Done; this is how I did it in my laptop
 right now:


Now, everything is the way I wanted! :)

thank u

-- 
João de Matos
Linux User #461527


Re: [gentoo-user] /usr/tmp - /var/tmp a problem with new udev?

2012-08-20 Thread Florian Philipp
Am 20.08.2012 21:01, schrieb Allan Gottlieb:
 On Mon, Aug 20 2012, Doug Hunley wrote:
 
 On Fri, Aug 17, 2012 at 8:47 AM, Allan Gottlieb gottl...@nyu.edu wrote:
 I realize that new udev without dracut wants /usr part of root
 filesystem.

 The last few gentoo installations I have done all had
 /usr/tmp symlinked to /var/tmp and I don't believe I did this symlink
 manually.

 Will this be a problem with new udev and no dracut or are the programs
 that must run early trained not to use /usr/tmp?

 thanks,
 allan

 I have this symlink on a new ~amd64 install without a separate /usr
 and the latest udev and have no issues at all. I don't use a initramfs
 or anything on this install either. fwiw
 
 Thank you, that is what I wanted to hear.  I assume you don't run dracut
 either.
 
 allan
 
 (PS top-posting is discouraged on this group)
 

Are there still programs out there using that directory, anyway? I
thought /usr/tmp is mostly for compatibility with ancient Unixes. Even
in the FHS it is a may be present clause.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Invalid module format

2012-08-20 Thread Tamer Higazi
Even though they couldn't help..

Am 20.08.2012 18:29, schrieb cov...@ccs.covici.com:
 I would contact sangoma or file a bug on the freeswitch gira.
 
 Tamer Higazi th9...@googlemail.com wrote:
 
 Hi Hinnerk!
 I did what you say, now the magic issue comes, the kernel drivers ARE
 BUILT for this kernel, here the modinfo output:

 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
 +filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko
 license:GPL
 description:Sangoma WANPIPE: WAN Multi-Protocol Driver
 author: Nenad Corbic ncor...@sangoma.com
 depends:sdladrv,wanrouter
 vermagic:   3.3.8-gentoo SMP mod_unload modversions
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanrouter.ko


 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
 filename:   /lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko
 license:GPL
 description:Sangoma WANPIPE: Proc  User Interface
 author: Nenad Corbic ncor...@sangoma.com
 depends:sdladrv
 vermagic:   3.3.8-gentoo SMP mod_unload modversions


 tamer@office ~ $ sudo modprobe sdladrv
 WARNING: Deprecated config file /etc/modprobe.conf, all config files
 belong into /etc/modprobe.d/.
 FATAL: Error inserting sdladrv
 (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko): Invalid
 module format
 tamer@office ~ $ sudo modinfo
 /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
 filename:   /lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/sdladrv.ko
 license:GPL
 description:Sangoma WANPIPE: HW Layer
 author: Alex Feldman al.feld...@sangoma.com
 depends:
 vermagic:   3.3.8-gentoo SMP mod_unload modversions


 I am running the 3.3.8 SMP kernel, and I don't know why he doesn't load
 the modules. This is what droves me crazy about it


 any other ideas?!



 Tamer


 Am 20.08.2012 12:35, schrieb Hinnerk van Bruinehsen:
 On 20.08.2012 00:44, cov...@ccs.covici.com wrote:
 Tamer Higazi th9...@googlemail.com wrote:

 Hi people! I have installed through the freeswitch overlay, the
 wanpipe package. What I figure out, that If I modprobe a
 driver, I recevie this error: Invalid module format

 here is the output:

 tamer@office ~ $ sudo modprobe wanpipe Passwort: WARNING:
 Deprecated config file /etc/modprobe.conf, all config files 
 belong into /etc/modprobe.d/. WARNING: Error inserting wanrouter 
 (/lib/modules/3.3.8-gentoo/kernel/net/wanrouter/wanrouter.ko):
 Invalid module format FATAL: Error inserting wanpipe 
 (/lib/modules/3.3.8-gentoo/kernel/drivers/net/wan/wanpipe.ko):
 Invalid module format



 What does it have to mean? I am not getting smart.

 Usually, it means you have compiled a module which is not the same 
 version as your running kernel -- make sure your /usr/src/linux is
 set correctly.

 Hope this helps.


 You could also check for which kernel the module is compiled by
 issuing modinfo path-to-module