2006/4/3, Tom K <[EMAIL PROTECTED]>:
> Specify the option in /etc/modprobe.conf - something like this:
>
> install <module_name> modprobe -i <module_name> <option>

It works, but it doesn't use the directive that was thought for it.
The "install" directive is really general, and substitutes the
"modprobe $FOO" with any command you put inside it. Instead, the
"options" directive should be used. Take a look:

options kqemu major=0

or, as I use it (just to show how multiple options are handled):

options omnibook user=1 ectype=1


bardo

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to