[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 6742528e5492fed9adff8cb50935b08123ee9405

Damyan Ivanov dmn at debian.org
Sun Sep 7 11:25:45 UTC 2008


The following commit has been merged in the master branch:
commit 73c486de7d4e19d3977405ffb8749925968f8e5b
Author: Damyan Ivanov <dmn at debian.org>
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



More information about the Debian-eeepc-devel mailing list