[gentoo-user] alsa-driver: Unknown symbol in module error

2009-10-09 Thread Grant
My Dell Vostro 1320 doesn't mute the external speakers when headphones are plugged in. These guys seem to have fixed the problem by upgrading to the latest version of alsa-driver, alsa-lib, and alsa-utils: http://forums.linuxmint.com/viewtopic.php?f=49t=27987p=168950 I'm on the latest

[gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Andrew Gaydenko
How to determine?

Re: [gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Saphirus Sage
Andrew Gaydenko wrote: How to determine? ls /usr/portage/metadata/cache/media-libs | grep alsa That should show you the alsa libs and drivers you have installed on your system.

Re: [gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Andrew Gaydenko
On Monday 19 January 2009 22:57:57 Saphirus Sage wrote: Andrew Gaydenko wrote: How to determine? ls /usr/portage/metadata/cache/media-libs | grep alsa That should show you the alsa libs and drivers you have installed on your system. The thing is I use drivers from the gentoo-sources

Re: [gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Paul Hartman
On Mon, Jan 19, 2009 at 1:50 PM, Andrew Gaydenko a...@gaydenko.com wrote: How to determine? cat /usr/src/linux/include/sound/version.h (replace linux with specific version if not your current) Also you can see the currently running version with: cat /proc/asound/version

Re: [gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Andrew Gaydenko
On Monday 19 January 2009 23:08:41 Paul Hartman wrote: cat /proc/asound/version Thanks!

Re: [gentoo-user] alsa-driver version in gentoo-sources

2009-01-19 Thread Norberto Bensa
On Mon, Jan 19, 2009 at 5:57 PM, Saphirus Sage saphirus...@gmail.comwrote: ls /usr/portage/metadata/cache/media-libs | grep alsa That should show you the alsa libs and drivers you have installed on your system. Nope. That will give you what's available for install. You want something like:

Re: [gentoo-user] alsa-driver

2007-01-07 Thread Steve Evans
On Friday 05 January 2007 16:44, Christoph Eckert wrote: In the case of some drivers (such as intel hd audio) I have found the userspace drivers to be far superior to the kernel modules which gave poor sound quality, incredibly low volume even when turned fully up, and frequent distortion.

[gentoo-user] alsa-driver

2007-01-05 Thread Ken Gypen
Hi fellow Gentoo users, Today I updated my working alsa-driver to version 1.0.14_rc4 and when I restart /etc/init.d/alsasound I get following error: # modules-update -f /etc/init.d/alsasound restart * Updating /etc/modules.conf ...

Re: [gentoo-user] alsa-driver

2007-01-05 Thread Christoph Eckert
The dmesg output (referred to by the error) is: snd_intel8x0: Unknown symbol snd_free_irq snd_intel8x0: Unknown symbol snd_pci_quirk_lookup snd_intel8x0: Unknown symbol snd_request_irq snd_intel8x0: Unknown symbol snd_free_irq snd_intel8x0: Unknown symbol snd_pci_quirk_lookup

RE: [gentoo-user] alsa-driver

2007-01-05 Thread Nelson, David \(ED, PARD\)
-Original Message- From: Christoph Eckert [mailto:[EMAIL PROTECTED] Sent: 05 January 2007 15:45 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] alsa-driver The dmesg output (referred to by the error) is: snd_intel8x0: Unknown symbol snd_free_irq snd_intel8x0

Re: [gentoo-user] alsa-driver

2007-01-05 Thread Christoph Eckert
In the case of some drivers (such as intel hd audio) I have found the userspace drivers to be far superior to the kernel modules which gave poor sound quality, incredibly low volume even when turned fully up, and frequent distortion. using the alsa-driver package makes sense to get more

Re: [gentoo-user] alsa-driver

2007-01-05 Thread Boyd Stephen Smith Jr.
On Friday 05 January 2007 09:47, Nelson, David \(ED, PARD\) [EMAIL PROTECTED] wrote about 'RE: [gentoo-user] alsa-driver': Anyway, I wonder why all people still try to install the alsa-driver package. In the case of some drivers (such as intel hd audio) I have found the userspace drivers

[gentoo-user] alsa driver problem

2005-11-30 Thread Arnau Bria Ramírez
Hi, I recentlly reinstalled my pc and I had all my hw working fine. I rebooted the box (for udev) and now my sound card stop working. I compiled the driver into the kernel (not as module): SND_AC97_CODEC my lspci: :00:11.5 Multimedia audio controller: VIA Technologies, Inc.

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Andres Becerra Sandoval
Apart from SND_AC97_CODEC you should select the via module SND_VIA82XX I hope it helps. On 11/30/05, Arnau Bria Ramírez [EMAIL PROTECTED] wrote: Hi, I recentlly reinstalled my pc and I had all my hw working fine. I rebooted the box (for udev) and now my sound card stop working. I compiled

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Arnau Bria Ramírez
El Wed, 30 Nov 2005 17:27:47 +0100 Andres Becerra Sandoval dijo: SND_VIA82XX that made the trick! I don't know why it worked before... anyway.. many thanks to all who answered my question! Cheers! Arnau -- Arnau Bria -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Phil Sexton
Arnau Bria Ramírez wrote: I compiled the driver into the kernel (not as module): SND_AC97_CODEC There is your problem. See the install guide. Sound is supposed to be compiled as a module if you use alsa. -- Phil My Home Page: http://fancypiper.info Our 2nd CD:

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Arnau Bria Ramírez
El Wed, 30 Nov 2005 12:17:28 -0500 Phil Sexton dijo: Arnau Bria Ramírez wrote: I compiled the driver into the kernel (not as module): SND_AC97_CODEC There is your problem. See the install guide. Sound is supposed to be compiled as a module if you use alsa. Not sure at all...please

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Andres Becerra Sandoval
Yes, you can choose between module or in kernel sound support. If you do the latter the alsa initscript will only complain that there is no module, but the sound will be activated anyway On 11/30/05, Arnau Bria Ramírez [EMAIL PROTECTED] wrote: El Wed, 30 Nov 2005 12:17:28 -0500 Phil Sexton

Re: [gentoo-user] alsa driver problem

2005-11-30 Thread Martins Steinbergs
On Wednesday 30 November 2005 20:35, Arnau Bria Ramírez wrote: El Wed, 30 Nov 2005 12:17:28 -0500 Phil Sexton dijo: Arnau Bria Ramírez wrote: I compiled the driver into the kernel (not as module): SND_AC97_CODEC There is your problem. See the install guide. Sound is supposed to

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Holly Bostick
Stuart Howard schreef: thx for the response I think we missed each other with the point though, currently my sound works just fine and I am happy with it as it is [ie. built in] I am not sure where the alsa driver in world came from unless it is a hangover from my initial genkernel

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Daniel da Veiga
Oh, I see... Well, since you have it builtin and everything is working, maybe its dependent on other app, do you have alsa-utils or anything that could pull alsa-drivers? If you have an old installation and (like me) don't remember exactly the steps for the initial configuration (I used

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Stuart Howard
thx for the response I think we missed each other with the point though, currently my sound works just fine and I am happy with it as it is [ie. built in] I am not sure where the alsa driver in world came from unless it is a hangover from my initial genkernel instalation. I would like to remove

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Daniel da Veiga
In order to use alsa-driver, you must not have alsa compiled in the kernel, I dunno exactly how you got this error using alsa already if everything was working before (unless you changed any settings on your kernel config). Enable only the audio support, compile modules for your sound-cards and

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Zac Medico
Stuart Howard wrote: thx for the response I think we missed each other with the point though, currently my sound works just fine and I am happy with it as it is [ie. built in] I am not sure where the alsa driver in world came from unless it is a hangover from my initial genkernel instalation.

[gentoo-user] alsa-driver emerge error

2005-07-18 Thread Stuart Howard
Hi I think I know why I have this error but I woul like another view before I -aCv the package, the error from this mornings emerge -aDuv world was :- checking for built-in ALSA... yes configure: error: You have built-in ALSA in your kernel. !!! Please attach the config.log to your bug report:

Re: [gentoo-user] alsa-driver emerge error

2005-07-18 Thread Stuart Howard
OK well it looks like I have been neglecting my admin duties I am going to proceed with removing the alsa-driver and then go from there, Holly thx for the workaround but I do not feel confident in me ;) I will trust the powers that be and make portage happy, my theory being that portage manages