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=49&t=27987&p=168950
I'm on the latest hardened
On Mon, Jan 19, 2009 at 5:57 PM, Saphirus Sage wrote:
> 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:
$ ls /var/db/pk
On Monday 19 January 2009 23:08:41 Paul Hartman wrote:
> cat /proc/asound/version
Thanks!
On Mon, Jan 19, 2009 at 1:50 PM, Andrew Gaydenko 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
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-source
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.
How to determine?
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 dist
On Friday 05 January 2007 09:47, "Nelson, David \(ED, PAR&D\)"
<[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 som
> 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 r
> -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:
> >
> >
> 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
> snd_i
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 ...
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
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
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
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: http://www.cdbaby.com/naomis
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
On Wednesday 30 November 2005 19:13, Arnau Bria Ramírez 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 the driver into the kernel (not as module):
> SND_AC97_CODEC
>
> my lspci:
> 00
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 c
On Wednesday 30 November 2005 18:13, Arnau Bria Ramírez wrote:
> * Could not detect custom ALSA settings. Loading all detected alsa
> drivers.
Did you set up the file /etc/modules.d/alsa correctly? If not, do so then
execute modules-update. This line indicate that you did not say to alsa waht
i
Arnau Bria Ramírez wrote:
I compiled the driver into the kernel (not as module):
SND_AC97_CODEC
my lspci:
:00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235/8237 AC97 Audio Controller (rev 40)
Given your lspci output, I'd try CONFIG_SND_VIA82XX.
Christoph
--
echo m
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.
VT8233/A/8235/823
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 a
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
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.
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 let
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
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 alsa-driv
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
30 matches
Mail list logo