Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't hear anything. :-(
Date: Wed, 17 Feb 2010 00:21:58
Message-Id: 5bdc1c8b1002161620o3ad074di7bea5d26bd68e02c@mail.gmail.com
In Reply to: [gentoo-user] Can't hear anything. :-( by Alan Mackenzie
1 On Tue, Feb 16, 2010 at 6:54 AM, Alan Mackenzie <acm@×××.de> wrote:
2 > Hi, gentoo,
3 >
4 > I'm trying to get sound to sound on my new Gentoo box, following the
5 > "Gentoo Linux ALSA Guide".  Everything seems to be working fine, except
6 > no sound is coming out of my loudspeakers.
7 >
8 > I've checked the obvious things: the speakers are plugged in, switched
9 > on and connected to the appropriate socket on my motherboard (the light
10 > green one).
11 >
12 > I have drivers for my motherboard's sound chips compiled into my kernel,
13 > and they are correctly identified by alsamixer.  With alsamixer I've
14 > unmuted various things and turned up the volume.
15 >
16 > madplay appears to play an mp3 file I have.  Just that no actual sound
17 > comes out.
18 >
19 > One other strange thing: the titles under the "volume bars" in alsamixer
20 > are very different from the ones in the document: Instead of "Master /
21 > Headphone / Tone / Bass / Treble / 3D Contr / PCM", I've got " Master /
22 > Headphon / Front / Front Mi / Surround / Center / LFE / Side / Line /
23 > Mic / Mic Boos / S/PDIF / S/PDIF D / Beep".  Why is this?  In
24 > particular, I'm missing the "PCM" volume bar which the documentation
25 > says is so important to unmute.
26 >
27 > What am I missing here?
28 >
29 > Thanks in advance!
30 >
31 > --
32 > Alan Mackenzie (Nuremberg, Germany).
33 >
34
35 Did you get this worked out yet? VERY strange that you don't see pcm
36 as a mixer control...
37
38 It's a bit hard to say much with so little info but I'll offer a
39 couple of things:
40
41 1) IMO Alsa has never run so well when drivers are compiled into the
42 kernel. I do a lot of audio in Linux and have always had the best
43 results using modules. I would strongly suggest you give it a try...
44
45 2) Under /proc/asound/card0 (or whatever card you are using if you
46 have more than 1) do you see any pcm directories?
47
48 3) Post back a little more info?
49
50 cat /proc/asound/cards
51 aplay -l
52 aplay -L
53 lsmod
54
55 Good luck,
56 Mark

Replies

Subject Author
Re: [gentoo-user] Can't hear anything. :-( Alan Mackenzie <acm@×××.de>