Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Sound card drivers must be modules?
Date: Thu, 05 Nov 2009 15:51:36
Message-Id: ee2a916a0911050751n7738e25dud803e431192e5355@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Sound card drivers must be modules? by Grant
1 On Thu, Nov 5, 2009 at 9:25 AM, Grant <emailgrant@×××××.com> 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)
30 >
31 > Thanks, I will try that right away.  Is it necessary for me to keep
32 > the USB sound driver as a module since it could be plugged in or not?
33 > I can't build that one in too?
34
35 Of course you can. If the module is not being used (i.e., the USB card
36 is not connected), it barely uses resources. In my desktop I have the
37 gspca webcam module built-in, even if my webcam is not connected all
38 the time. The same thing with things like USB gamepads.
39
40 Regards.
41 --
42 Canek Peláez Valdés
43 Instituto de Matemáticas
44 Universidad Nacional Autónoma de México

Replies

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