diff --git a/contrib/init.d/rc.mandrake.zaptel b/contrib/init.d/rc.mandrake.zaptel index 731d9c3797..26ce46d3fd 100755 --- a/contrib/init.d/rc.mandrake.zaptel +++ b/contrib/init.d/rc.mandrake.zaptel @@ -20,7 +20,7 @@ MODULES="usb-uhci zaptel wcfxo wcusb" function probe() { gprintf " $1" - modprobe $1 + insmod $1 # It has to be in the module list, otherwise something is wrong if lsmod | grep -c ^$1 >/dev/null; then success