Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem Installing alsa-driver
Date: Mon, 04 Sep 2006 21:47:22
Message-Id: 7573e9640609041441v4bf7b2e1qf9194c556242da4d@mail.gmail.com
1 On 9/4/06, Colleen Beamer <colleen.beamer@×××××.com> wrote:
2 > Yes, I had it set to AC97 when I took the screenprint, but I had it set
3 > to "intel8x0" and I *still* got the error message that it couldn't
4 > recognize the sound card.
5
6 I suspect you simply typod something, or that your new kernel
7 introduced an incompatibility with alsa-drivers-1.0.11 and the failure
8 is not the same message, but something else. intel8x0 is definitely
9 a recognized sound card option for alsa-drivers:
10
11 # ALSA_CARDS=intel8x0 emerge --buildpkgonly =media-sound/alsa-driver-1.0.11
12 [...]
13 ./configure --prefix=/usr --host=i686-pc-linux-gnu
14 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
15 --sysconfdir=/etc --localstatedir=/var/lib --with-oss --without-debug
16 --with-kernel=/usr/src/linux --with-build=/usr/src/linux
17 --with-isapnp=yes --with-sequencer=yes --with-cards=intel8x0
18 --build=i686-pc-linux-gnu
19 [...]
20 checking for which soundcards to compile driver for... intel8x0
21 configure: creating ./config.status
22 config.status: creating version
23 [...]
24
25 > > You could also just use the in-kernel drivers, assuming they work for you.
26 >
27 > I'll try this, but I don't see why I should have to when I never had to
28 > before.
29
30 Well, it isn't so much a matter of "have to", but you probably "want
31 to". The advantages of the in-kernel drivers are a bit easier
32 configuration since you can just select the driver you want in the
33 menuconfig/xconfig interface, and you never have to worry about any
34 incompatiblity between the kernel and the drivers. There is always a
35 risk when you upgrade kernel versions that the new kernel will change
36 something that breaks out-of-tree drivers. Such breakage usually
37 appears as a failure in the compile the new drivers.
38
39 For pretty much any driver that has versions both in-tree and
40 out-of-tree, I recommend using the in-tree version if possible.
41
42 -Richard
43 --
44 gentoo-user@g.o mailing list