View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#73
Originally Posted by moepda View Post
both commands work . 1st loads and 2nd unloads


~ $ cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless
~/MyDocs/wl1251-maemo/binary/compat-wireless $ sudo /sbin/unload-bleeding-edge-drivers.sh
~/MyDocs/wl1251-maemo/binary/compat-wireless $ cd /home/user ~ $ lsmod|grep "wl12"
wl12xx 77760 0
mac80211 153180 1 wl12xx
cfg80211 27408 2 wl12xx,mac80211
crc7 1216 1 wl12xx
~ $ cat /proc/modules | grep wl12xx
wl12xx 77760 0 - Live 0xbf123000
mac80211 153180 1 wl12xx, Live 0xbf0e5000
cfg80211 27408 2 wl12xx,mac80211, Live 0xbf0bf000
crc7 1216 1 wl12xx, Live 0xbf0e2000
~ $ cd /home/user/MyDocs/wl1251-maemo/binary/compat-wireless~/MyDocs/wl1251-maemo/binary/compat-wireless $ sudo /sbin/load-bleeding-edge-drivers.sh
~/MyDocs/wl1251-maemo/binary/compat-wireless $ cat /proc/modules | grep wl12xx
~/MyDocs/wl1251-maemo/binary/compat-wireless $ lsmod|grep "wl12"
wl1251_spi 4224 0
wl1251 79808 1 wl1251_spi
mac80211 220024 2 wl1251_spi,wl1251
cfg80211 154472 2 wl1251,mac80211
crc7 1216 1 wl1251_spi
~/MyDocs/wl1251-maemo/binary/compat-wireless $
Thanks. I'll have to remove "sh " from the command and the applet should work.

Originally Posted by casketizer View Post
@laasonen
Could you add a button to completely disable wlan like wifi switcher?
I'm imagining something like dual/3g/gsm applet with 3 buttons:
Bleeding|Stock|NoWlan
Or just a small «Off» Button next to the select Button.
That way I would save a status menu slot and wouldn't have to do
Bleeding->Stock->Wifi Switcher to disable Wlan.
I'll check how it looks with two buttons.
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following 2 Users Say Thank You to laasonen For This Useful Post: