Gentoo Archives: gentoo-user

From: Eduard Vaykher <freelight@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting up ALSA on a new computer
Date: Fri, 14 Oct 2005 01:13:38
Message-Id: 20adc39b0510131806xff167b2l9c72dc87087a1437@mail.gmail.com
In Reply to: [gentoo-user] Setting up ALSA on a new computer by Michael Sullivan
1 On 10/13/05, Michael Sullivan <michael@××××××××××××.com> wrote:
2 >
3 > I'm trying to set up ALSA on my new computer. I ran lspci to find out
4 > what sound card I had:
5 >
6 > camille ~ # lspci -v | grep -i 'audio'
7 > 0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
8 > Family) High Definition Audio Controller (rev 03)
9 >
10 > Then I cross-referenced it in the ALSA Matrix. I found (I think) that I
11 > should be using the intel8x0 driver. The Matrix page said that I should
12 > modprobe snd-card-intel8x0, but when I do that it comes up missing:
13 >
14 > camille ~ # modprobe snd-card-intel8x0
15 > FATAL: Module snd_card_intel8x0 not found.
16 >
17 > I'm pretty sure I have support for the module compiled into the kernel.
18 > What should I do?
19 >
20 > --
21 > gentoo-user@g.o mailing list
22 >
23 >
24 It's not snd-card-intel8x0, it's snd-intel8x0. Make sure you have the module
25 enabled in the kernel config, though.

Replies

Subject Author
Re: [gentoo-user] Setting up ALSA on a new computer Nick Rout <nick@×××××××.nz>