2010-10-20 15:14:00

by Walter Goldens

[permalink] [raw]
Subject: [PATCH 4/4] compat-wireless: remove obsolete load scripts

- delete obsolete load scripts

Signed-off-by: Walter Goldens <[email protected]>
---

--- a/scripts/load.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-MODULES="ipw2100 ipw2200 libertas_cs usb8xxx"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES adm8211 zd1211rw"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES iwl3945 iwlagn"
-MODULES="$MODULES ath ar9170usb"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES rt2400pci rt2500pci rt61pci"
-MODULES="$MODULES rt2500usb rt73usb"
-MODULES="$MODULES rndis_wlan at76_usb"
-MODULES="$MODULES mwl8k mac80211_hwsim"
-MODULES="$MODULES at76c50x_usb"
-MODULES="$MODULES bluetooth btusb l2cap sco hidp rfcomm bnep"
-for i in $MODULES; do
-??? echo Loading $i...
-??? modprobe $i
-done
-# For ath5k we must be sure to unload MadWifi first
-athload ath5k
-# For b43 we must make sure to unload bcm43xx first
-b43load b43
-echo Starting bluetooth service..
-/etc/init.d/bluetooth start
-/etc/init.d/bluetooth status
--- a/scripts/wlload.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-MODULES="ipw2100 ipw2200 libertas_cs usb8xxx"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES adm8211 zd1211rw"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES p54pci p54usb"
-MODULES="$MODULES iwl3945 iwlagn"
-MODULES="$MODULES ath ar9170usb"
-MODULES="$MODULES rtl8180 rtl8187"
-MODULES="$MODULES rt2400pci rt2500pci rt61pci"
-MODULES="$MODULES rt2500usb rt73usb"
-MODULES="$MODULES rndis_wlan at76_usb"
-MODULES="$MODULES mwl8k mac80211_hwsim"
-MODULES="$MODULES at76c50x_usb"
-for i in $MODULES; do
-??? echo Loading $i...
-??? modprobe $i
-done
-# For ath5k we must be sure to unload MadWifi first
-athload ath5k
-# For b43 we must make sure to unload bcm43xx first
-b43load b43
--- a/scripts/btload.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-MODULES="bluetooth btusb l2cap sco hidp rfcomm bnep"
-for i in $MODULES; do
-??? echo Loading $i...
-??? modprobe $i
-done
-echo Starting bluetooth service..
-/etc/init.d/bluetooth start
-/etc/init.d/bluetooth status
-







2010-11-12 20:09:45

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH 4/4] compat-wireless: remove obsolete load scripts

On Thu, Nov 11, 2010 at 10:25 PM, Shinhaeng Oh <[email protected]> wrote:
> Hello. Mr.Rodriguez.
>
> I'm from Korea at Seoul Nat'l University graduate student. (mmlab.snu.ac.kr)
>
> Also, I'm interested in ath9k (802.11n)
>
> In my compile procedure,
>
> 1. make unload
>
> 2. make
>
> 3. make install
>
> 4. make wlload
>
> However, I have some question for your PATCH
> (compat-wireless-2010-10-23.tar.bz2)
>
> After this PATCH, wlload is gone.
>
> wlload.sh was exists in compat-wireless-2010-10-22.tar.bz2
>
> Is there any reason there is no wlload.sh?
>
> And then, how can I load and test the lan-card from my computer without
> "make wlload"?
>
> I'd really appreciate and thankful for your reply
>
> Thank you.
>
>
> Best Regards,
>
> Shinhaeng
>
> 2010/11/9 Mingu Cho <[email protected]>
>>

Its gone. Don't use it. Load the module you know you need or reboot.
Simple as that.

Luis