View previous topic :: View next topic |
Author |
Message |
chy168 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
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 ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
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 |
|
![](templates/gentoo/images/spacer.gif) |
Rob1n l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
|