> The questions I really asked were: > > 1) Why not used modprobe in the pcmcia_cs case?
Because modprobe might pick the wrong modules if others exist. Using insmod allows the script to ignore the search order that modprobe would use. > 2) Why ignore the options from /etc/default/pcmcia in the > kernel case? Because modprobe will read options from /etc/modules.conf, so they don't need to be provided by the script. > And another one I should have asked was: > > 3) Why does the Debian kernel build procedure put modules in > _both_ places, fooling the script anyway? I still haven't figured that one out... -- Grant Edwards [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]