View previous topic :: View next topic |
Author |
Message |
chy168 n00b
Joined: 12 Mar 2005 Posts: 70
|
Posted: Sat Aug 25, 2007 8:19 am Post subject: How to pass build-in module parameter in to kernel ? |
|
|
Hello,
I set the "snd-hda-intel" feature as "build-in" in my kernel.
I try to let my volume level go high, so I try add "options snd-hda-intel model=3stack" to my /etc/modprobe.conf.
(ref: https://forums.gentoo.org/viewtopic-p-4190233.html )
BUT, I compile "snd-hda-intel" as BUILD-IN not MODULE.
how can I pass "options snd-hda-intel model=3stack" to my build-in snd-hda-intel ?
thank you |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sat Aug 25, 2007 8:28 am Post subject: Re: How to pass build-in module parameter in to kernel ? |
|
|
chy168 wrote: | BUT, I compile "snd-hda-intel" as BUILD-IN not MODULE. |
Why? Don't. Then, you can use /etc/modules.d/alsa and /etc/init.d/alsasound as they are meant to be used.
As usual, I will say: Follow wiki article carefully. |
|
Back to top |
|
|
Rob1n l33t
Joined: 29 Nov 2003 Posts: 714 Location: Cambridge, UK
|
Posted: Sat Aug 25, 2007 10:15 am Post subject: |
|
|
See /usr/src/linux/Documentation/kernel-parameters.txt - what you'll want is to add "snd-hda-intel.model=3stack" to your kernel line in /boot/grub/menu.lst. |
|
Back to top |
|
|
|