| Jeff Abrahamson on 25 Apr 2006 21:30:32 -0000 |
|
On Sun, Apr 23, 2006 at 03:11:54PM +0100, Stephen Gran wrote:
> Make a new file:
> /etc/modutils/name-does-not-matter
> add
> options $module_name $variable=$value
>
> so in your case something like:
> options sb2 serialize_io=1
>
> Then run update-modules. rmmod the module, and reload, and it should be
> loaded with the new options. /sbin/modinfo $module gives the full list
> of options a module supports (hopefully).
Hmm. I did this, and now I see this:
jeff@astra:etc $ grep sbp modules.conf
### update-modules: start processing /etc/modutils/sbp2-hack
options sbp2 serialize_io=1
### update-modules: end processing /etc/modutils/sbp2-hack
jeff@astra:etc $
Yet I also see this:
jeff@astra:etc $ cat /sys/module/sbp2/parameters/serialize_io
0
jeff@astra:etc $
I have rebooted even since the modutils change.
Any thought what I might be doing wrong?
--
Jeff
Jeff Abrahamson <http://jeff.purple.com/> +1 215/837-2287
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|