initrd modules options
man modprobe.conf
options modulename option…
This command allows you to add options to the module modulename (which might be an alias) every time it is inserted into the kernel: whether directly (using modprobe modulename, or because the module being inserted depends on this module.
vi /etc/modprobe.d/options
options sundance media=”10mbps_fd,autosense,autosense,10mbps_fd,autosense,autosense,autosense,autosense”
update-initramfs -uv
Posted in kernel by admin at February 15th, 2010.