Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] alsa config problems
Date: Thu, 13 Oct 2005 00:57:44
Message-Id: 5bdc1c8b0510121752y575655f1k523fe77132ebc4c0@mail.gmail.com
In Reply to: [gentoo-user] alsa config problems by Rob
1 On 10/12/05, Rob <europa100@×××××××.net> wrote:
2 > Hi all,
3 >
4 > I have done the alsa configuration before, so I am kind of at a loss as
5 > to why nothing is working. I believe that I followed the Gentoo Linux
6 > Alsa Guide to the letter, but it was confusing. I had difficulty
7 > figuring out which parts of the text applied to different ways of
8 > configuring Alsa. For example, the use of modules vs. a compiled in
9 > kernel Alsa. Also, when is the alsa-driver needed for operation? It
10 > wouldn't compile when I tried it.
11 >
12 > I am using modules. Now, alsaconf failed when I tried it. It wrote
13 > error messages to modules.d/alsa. I seem to remember the error entries
14 > had a "snd-***" in them. But a manually edited modules.d/alsa and then
15 > a modules-update allowed all the needed modules to be loaded during bootup.
16 >
17 > So lsmod shows all the needed modules loaded, alsamixer is fully unmuted
18 > and the volumes turned up, yet no sound. I am certain that I have the
19 > right modules for my soundcard as revealed by pciutils.
20 >
21 > Is there any other documentation for Alsa? Man alsa or alsasound
22 > revealed nothing as well as apropos alsa.
23 >
24 > Thanks, Rob.
25
26 There's a lot of documentation at the Alsa site.
27
28 That said, let's look around. Please post back the output of
29
30 lspci
31 lsmod
32 cat /proc/asound/cards
33
34 Remove any /etc/asound.state file, run alsamixer again, and then run
35
36 alsactl store
37
38 Locate a wave file and try playing that from the command line. What happens
39
40 aplay file.wav
41
42 - Mark
43
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] alsa config problems Rob <europa100@×××××××.net>