--- etc/hotplug/hotplug.functions.orig 2003-04-15 17:38:42.000000000 +0100 +++ etc/hotplug/hotplug.functions 2003-06-06 14:16:47.000000000 +0100 @@ -131,13 +131,13 @@ for MODULE in $DRIVERS do # maybe driver modules need loading + LOADED=false if ! lsmod | grep -q "^$MODULE " > /dev/null 2>&1; then if grep -q "^$MODULE\$" $HOTPLUG_DIR/blacklist \ >/dev/null 2>&1; then debug_mesg "... blacklisted module: $MODULE" continue fi - LOADED=false # statically linked modules aren't shown by 'lsmod', # and user mode drivers will ONLY have a setup script;