![]() |
[ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers and shut down WLAN complitely [0.2.2 in extras]
Just coded a little status area applet which lets you switch between stock and bleeding edge drivers :) It also has a possibility to shut down WLAN complitely.
http://hosted.laasonen.net/attachment-LFGWWV.png You can find it under name status-area-wlan-driver-selector-applet on extras-testing. Please vote, if you think its stable. All ideas and feedback are welcome :) How?
Applet is not showing up? You could try to run this as root: Code:
apt-get install python python-hildondesktop Code:
gconftool-2 --type string --set /apps/wlan_driver_selector/driver_folder /path/to/drivers/ Quote:
Code:
apt-get install wget #If you don't have wget already Or download this with your PC, move it to your N900 and then open it with the file browser. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
But... how does this applet know from where does it need to pickup the drivers? Or they are included in the deb?
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
I'm guessing it either
A: Assumes that the driver is in the default path, as per the instructions in the original package from lxp that they came in. or B: Performs epically awesome shell script voodoo, searching the system for a directory that has all of the files with the respective kernel module names in it, then saves that location to somewhere, then, if at some point it gets an error because those files are no longer there, it repeats the search. Cuz B would be awesome...slow, but awesome.... but it's probably A. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Just looked at the source code - looks like (I skimmed, and I'm not that experienced with Python code making GUIs, so I might be reading this wrong), it's going to actually give you a menu to download the bleeding edge drivers, and then has a configuration option of pointing it to the directory where the bleeding edge drivers are.
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
is there issues with the bleeding edge?
edit: didnt realise the bleeding edge was free now either. cool. downloading! do we need to extract the tar ? |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
I've installed it trough FAM but i'cant see it in status menu. i'm on CSSU.15
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
I use the bleeding edge driver all the time. Some people do say there's battery issues, but I use it as my default driver all the time, and I see no noticeable battery life decrease.
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
Quote:
Code:
killall hildon-status-menu |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
@laasonen,
This applet is definitely what I want all the time. Really cooool and useful .... thank you very much ! p.s.: I also saw that .deb has been located in the repos. :) |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
most long package name ever
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
so we need to install kernel-46 wlan ? :( I dont want to downgrade from v47.......
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Do you need to use this with Kernel power? Can't it be done with stock kernel?
Kernel power makes my hildon-home goes nuts every 24hours. Stock kernel still doing good after 3days. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
how can you check the bleeding edge is in use?
with the applet when I select it to go to stock it says "stock already in use" thanks |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
Code:
cat /proc/modules | grep wl12xx This should fix it: Code:
update-sudoers |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Yes you have to use it with kernel-power. Stock doesn't support the right cfg80211 module (i.e. one that's a module and not statically compiled in).
f2that, as root: Code:
lsmod|grep "wl12" |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Guys I cant install the applet. Everytime I try to do it I get this error
Code:
1 not fully installed or removed. Any help? |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
Same error log for me as well. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
IMHO, is better use always bleeding edge drivers. I have installed in /lib/modules so I load always these modules. The quality of wifi is improved with bleeding edge drivers. The bleeding edge drivers is NOT only for injection.
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Hi laasonen,
The ver 0.1.0-4 got the same version upgrade issue as the ver0.1.0-3. :) Code:
Get:1 http://repository.maemo.org fremantle/free status-area-wlan-driver-selector-applet 0.1.0-4 [8880B] |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Maemo.org's builder doesn't seem to build my package like my scratchbox. I hope the fifth build will work correctly.
EDIT: Seems to work :) |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Thanks :):):):) it was very borring to load it with Xtrem when i need the Driver.Now it is fatser and easy:D
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
1 Attachment(s)
if i select bleeding edge then reboot, will bleeding edge still be loaded after reboot? thanks
Quote:
see attachment..thx |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
sorry to ask this here, but how to permenantly install the bleeding edge drivers?
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
[QUOTE=laasonen;1020642]If you are using bleeding edge drivers this shouldn't output anything:
Code:
cat /proc/modules | grep wl12xx |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Might need to give this a try!
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
any help would be much appreciated |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
I have the wl1251-maemo drivers uncompressed.
Well, I put "Select location of Bleeding Edge drivers" and cannot find the correct path inside this folder. Paths would be: Code:
wl1251-maemo/binary What path should I choose to the applet to detect it? edit: path is inside MyDocs. full path would be /home/user/MyDocs/wl1251-maemo/wl1251-maemo (yeah, double folder here).- |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Like some others I can't get the status-applet showing.
I have tried restartedand rebooted the device but det apllet is not showing. I tried uninstalling another aplet and still I can't see the applet. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
i have also installed cpu-mem applet, simple-brightness applet, 2g-3g mode selector, and wlan-switcher. can something of these applet conlict with driver-seletor? |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
So try seeing if that selector is causing you problems. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
A though on the applet not appearing for some people: This status menu applet is written in Python. Sometimes, when a status menu python applet is the first python program you install, the app managers **** up somehow, and something ends up not working, and the status menu applet you installed doesn't show up.
So, as an alternative, I recommend uninstalling and reinstalling, and if THAT doesn't fix it, uninstalling, installing python by itself first, with "apt-get install python" as root in x-terminal, and then trying to install the applet again. |
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
The app is not loading the drivers again for me. after I install the program, it worked but after a phone restart it did not work again even tho the app says that the drivers are loaded.
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
Re: [ANNOUNCE] Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
Quote:
|
All times are GMT. The time now is 22:13. |
vBulletin® Version 3.8.8