Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Sound card drivers must be modules?
Date: Wed, 04 Nov 2009 18:19:47
Message-Id: hcsgj3$gr3$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: Sound card drivers must be modules? by Grant
1 On 11/04/2009 09:30 AM, Grant wrote:
2 >>> But I get the warning about "Module snd_hda_intel not found" which is
3 >>> the built-in chip.
4 >>
5 >> That's because you don't have that module, it's built into the kernel.
6 >> This also means the the options lines in alsa.conf will not do anything.
7 >
8 > OK, so I need to build them as modules, or I need to change those
9 > lines in alsa.conf? If I can avoid building them as modules I'd like
10 > to. How can those lines be written when the drivers are built into
11 > the kernel?
12
13 This is from /etc/conf.d/alsasound:
14
15 # LOAD_ON_START:
16 # Do you want to load sound modules when alsasound starts?
17 # Note: The Gentoo ALSA developers encourage you to build your sound
18 # drivers into the kernel unless the device is hotpluggable or
19 # you need to supply specific options (such as model= to HD-Audio).
20 # no - Do not load modules
21 # yes - Load modules
22 LOAD_ON_START="yes"
23
24 I've never had a hot-pluggable sound card, so I can only guess whether
25 hald would somehow load that sound module for you.
26
27 So say LOAD_ON_START="no", compile the on-board sound driver into the
28 kernel and do the other one as a module -- and let us know if it works
29 when you plug it in :o)

Replies

Subject Author
Re: [gentoo-user] Re: Sound card drivers must be modules? Grant <emailgrant@×××××.com>