Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting up ALSA on a new computer
Date: Fri, 14 Oct 2005 02:27:11
Message-Id: 20051014152046.1A12.NICK@rout.co.nz
In Reply to: Re: [gentoo-user] Setting up ALSA on a new computer by Eduard Vaykher
1 On Thu, 13 Oct 2005 21:06:03 -0400
2 Eduard Vaykher wrote:
3
4 > On 10/13/05, Michael Sullivan <michael@××××××××××××.com> wrote:
5 > >
6 > > I'm trying to set up ALSA on my new computer. I ran lspci to find out
7 > > what sound card I had:
8 > >
9 > > camille ~ # lspci -v | grep -i 'audio'
10 > > 0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
11 > > Family) High Definition Audio Controller (rev 03)
12 > >
13 > > Then I cross-referenced it in the ALSA Matrix. I found (I think) that I
14 > > should be using the intel8x0 driver. The Matrix page said that I should
15 > > modprobe snd-card-intel8x0, but when I do that it comes up missing:
16 > >
17 > > camille ~ # modprobe snd-card-intel8x0
18 > > FATAL: Module snd_card_intel8x0 not found.
19 > >
20 > > I'm pretty sure I have support for the module compiled into the kernel.
21 > > What should I do?
22 > >
23 > > --
24 > > gentoo-user@g.o mailing list
25 > >
26 > >
27 > It's not snd-card-intel8x0, it's snd-intel8x0. Make sure you have the module
28 > enabled in the kernel config, though.
29
30 Its not either, its
31
32 snd-hda-intel
33
34 It is not in kernels <2.6.12 (unless backported)
35
36
37
38 --
39 Nick Rout <nick@×××××××.nz>
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Setting up ALSA on a new computer Michael Sullivan <michael@××××××××××××.com>