wok rev 779

get-b43-firmware: load module b43 befor config
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 18:38:56 2008 +0200 (2008-05-12)
parents 82b6491f7573
children 2857e33d1bb6
files get-b43-firmware/stuff/get-b43-firmware
line diff
     1.1 --- a/get-b43-firmware/stuff/get-b43-firmware	Mon May 12 18:16:38 2008 +0200
     1.2 +++ b/get-b43-firmware/stuff/get-b43-firmware	Mon May 12 18:38:56 2008 +0200
     1.3 @@ -61,6 +61,11 @@
     1.4  cd /tmp
     1.5  rm -rf $TARBALL $DIR-$VERSION
     1.6  
     1.7 +# Load b43 module
     1.8 +echo "Loading module: b43..."
     1.9 +modprobe b43
    1.10 +sleep 1
    1.11 +
    1.12  # Configure /etc/network.conf and start connexion
    1.13  sed -i s/'WIFI="no"'/'WIFI="yes"'/ /etc/network.conf
    1.14  . /etc/network.conf