The following commit has been merged in the master branch:
commit 73c486de7d4e19d3977405ffb8749925968f8e5b
Author: Damyan Ivanov <[EMAIL PROTECTED]>
Date: Sun Sep 7 12:12:00 2008 +0300
wireless.sh: remove reloading of pciehp module
The purpose of this is to make sure that the pciehp_force parameter
is given. The right place for this is /etc/modprobe.d/, so removing
from here.
diff --git a/actions/wireless.sh b/actions/wireless.sh
index e5d2713..6a309f6 100755
--- a/actions/wireless.sh
+++ b/actions/wireless.sh
@@ -8,8 +8,6 @@ wlan_control=/sys/devices/platform/eeepc/wlan
case $1 in
on|enable)
if [ $(cat $wlan_control) = 0 ]; then
- modprobe -r pciehp
- modprobe pciehp pciehp_force=1
echo 1 > $wlan_control
detect_wlan
modprobe $WLAN_MOD
--
Maintenance of eeepc-acpi-scripts debian package
_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel