On Sat, Jul 29, 2006 at 12:20:00AM +0200, Ondrej Zajicek wrote: > Because there are lines like: > install snd-driver modprobe --ignore-install snd-driver && > /lib/alsa/modprobe-post-install snd-driver > for most alsa drivers, it is not possible to modprobe drivers with > additional parameters.
Even though this is tagged wontfix it is really simple to fix and `man
modprobe.conf' suggests how:
If you use the string "$CMDLINE_OPTS" in the command,
it will be replaced by any options specified on the
modprobe command line. This can be useful because
users expect "modprobe fred opt=1" to pass the
"opt=1" arg to the module, even if there's an install
command in the configuration file. So our above
example becomes "install fred /sbin/modprobe barney;
/sbin/modprobe --ignore-install fred $CMDLINE_OPTS"
regards
Mario
--
The social dynamics of the net are a direct consequence of the fact that
nobody has yet developed a Remote Strangulation Protocol. -- Larry Wall
signature.asc
Description: Digital signature

