LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   how do I pass a module parameter? (https://www.linuxquestions.org/questions/debian-26/how-do-i-pass-a-module-parameter-286167/)

maerong 02-04-2005 08:46 AM

how do I pass a module parameter?
 
I'm having some problems with an external firewire hard disk. Apparently I need to pass a parameter to the sbp2 kernel module, namely

sbp2_serialize_io = 1

I'm running on Sarge with the 2.6.8 kernel. How do I pass this option -

a. "in-running", so I can test the change to see if it's had the desired effect.

b. permanently, so that it works automatically on a reboot.

macondo 02-04-2005 09:40 AM

Install and execute

#modconf

maerong 02-07-2005 07:33 AM

Sorted now. I went into /etc/modules and added the line

sbp2 serialize_io=1

which seems to have done the trick.


All times are GMT -5. The time now is 09:27 PM.