![]() |
2010-07-11
, 12:26
|
Posts: 150 |
Thanked: 16 times |
Joined on Jun 2010
|
#2
|
![]() |
2010-09-17
, 23:38
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#4
|
![]() |
2010-09-18
, 01:32
|
Posts: 23 |
Thanked: 3 times |
Joined on Jan 2010
|
#5
|
![]() |
2010-09-18
, 02:08
|
|
Posts: 164 |
Thanked: 79 times |
Joined on Jul 2010
|
#6
|
![]() |
2010-09-18
, 17:31
|
Posts: 72 |
Thanked: 5 times |
Joined on Apr 2010
@ Finland
|
#7
|
![]() |
2010-09-18
, 18:01
|
Posts: 118 |
Thanked: 39 times |
Joined on Apr 2010
@ Jakarta, Indonesia
|
#8
|
![]() |
2010-09-18
, 18:28
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#9
|
![]() |
2010-09-24
, 23:47
|
Posts: 219 |
Thanked: 40 times |
Joined on Sep 2010
|
#10
|
I'm a fresh N900 owner and quite happy with it. I've installed the famous wifi-switcher and wanted to disable wlan on boot per default as I don't use it very much.
My first try to was to write an upstart event to "start after started wlancond" and then call wifi-switcher's "wifi.sh" to disabled it.
wlancond is not happy with that and respawns quite often until it is blocked by upstart's respawn protection. Adding a "sleep 10" (...) before calling wifi.sh worked around the issue.
So I found another way to do this:
- echo "blacklist wl12xx" >>/etc/modprobe.d/blacklist
- edit "/etc/event.d/wlancond" and comment out the
"start on started hildon-desktop" line. No wlancond on boot
- edit "/etc/event.replace.d/wlancond" and comment out the
"start on started hildon-desktop" line. No wlancond on boot
-> wlan is now completly disabled on boot and can be enabled normally using the wifi-switcher.
Is the assumption correct that an unloaded wl12xx module
sucks less battery than just disabled wlan?
Atleast wifi-switcher also unloads the module.
Cheers,
Thomas