From d2fa3af91e8223e7c55719207119c061e9b001d0 Mon Sep 17 00:00:00 2001 From: Peter Weller Date: Mon, 19 Nov 2007 21:40:18 +0000 Subject: Use insmod rather than modprobe in initscript --- app-laptop/hdapsd/files/hdapsd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-laptop/hdapsd') diff --git a/app-laptop/hdapsd/files/hdapsd.init b/app-laptop/hdapsd/files/hdapsd.init index a413490..4a6d11c 100644 --- a/app-laptop/hdapsd/files/hdapsd.init +++ b/app-laptop/hdapsd/files/hdapsd.init @@ -26,7 +26,7 @@ checkconfig() { if [[ ! -d /sys/devices/platform/hdaps ]]; then ebegin "Loading hdaps module" - modprobe hdaps + insmod /lib/modules/2.6.23-tp-r1/extra/hdaps.ko eend $? || return 1 fi } -- cgit v1.2.3-65-gdbad