maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers and shut down WLAN complitely [0.2.2 in extras] (https://talk.maemo.org/showthread.php?t=73682)

zylor 2011-06-06 18:49

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
Works like a charm so far :)

casketizer 2011-06-07 01:06

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
@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.

laasonen 2011-06-07 08:06

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
Quote:

Originally Posted by moepda (Post 1023390)
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.

Quote:

Originally Posted by casketizer (Post 1023736)
@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.

moepda 2011-06-07 15:17

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
updated to latest version 0.1.3-1 today and it works perfectly :) loads,unloads,gives correct readings accordingly on xterm and correct messages/status on applet :) many many thanks laasonen for the applet and all your help getting it working on my n900 :)

tonypower88 2011-06-11 18:02

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
thanks for your app

it works for me but it should load bleeding edge driver and put into monitor mode not just loading bleeding edge driver .

is it possible to modify to do this and upload it ?

laasonen 2011-06-12 13:00

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
Quote:

Originally Posted by tonypower88 (Post 1027248)
thanks for your app

it works for me but it should load bleeding edge driver and put into monitor mode not just loading bleeding edge driver .

is it possible to modify to do this and upload it ?

Like this?
Code:

airmon-ng start wlan0
You could add this feature easily by running this as root:
Code:

echo 'ifconfig wlan0 up; sh -c "airmon-ng start wlan0 >> /dev/null &" &' >> /sbin/load-bleeding-edge-drivers.sh

Hotshot 2011-06-13 00:12

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
This is just not working for me :( I downloaded the kernel power un packed the tar for the new drivers got the path right and when I try to use it getting errors.

laasonen 2011-06-13 00:44

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
Quote:

Originally Posted by Hotshot (Post 1027875)
This is just not working for me :( I downloaded the kernel power un packed the tar for the new drivers got the path right and when I try to use it getting errors.

What kind of errors :p

Hotshot 2011-06-13 00:52

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
How can I show the errors im getting from trying to use this applet

laasonen 2011-06-13 00:55

Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 
Quote:

Originally Posted by Hotshot (Post 1027885)
How can I show the errors im getting from trying to use this applet

By running these on terminal:
Code:

sudo /sbin/load-bleeding-edge-drivers.sh
Code:

sudo /sbin/unload-bleeding-edge-drivers.sh


All times are GMT. The time now is 15:51.

vBulletin® Version 3.8.8