diff --git a/contrib/init.d/rc.mandrake.zaptel b/contrib/init.d/rc.mandrake.zaptel
index 731d9c37976b250397e6217fc744188cdf5c7b04..26ce46d3fd9f57129e471b74e62c9a63faf5aa23 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