LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   passing options to build-in-modules (https://www.linuxquestions.org/questions/linux-general-1/passing-options-to-build-in-modules-143970/)

nielchiano 02-09-2004 04:21 AM

passing options to build-in-modules
 
I have a monolithic kernel (for security purposes) with my ethernet-driver build in.

I want to have wake-on-lan enabled. I know how to do it: pass "option enable_wol=1" to the module.
However, since the driver is build-in, I can't pass anything to a MODULE.

Any idea how to pass options to BUILD-IN drivers?

nielchiano 02-11-2004 12:44 PM

bump

nielchiano 02-16-2004 11:42 PM

bump

bruce1271 02-17-2004 10:58 PM

Modules are there to pass options. If you dont have modules you have to edit the source code of the kernel for your device for any extras you want.

nielchiano 02-17-2004 11:40 PM

what about, for example, the 'ide=....' lines? (I can't find a site right now)


All times are GMT -5. The time now is 08:58 AM.