View Single Post
Posts: 12 | Thanked: 3 times | Joined on Dec 2011
#9
Originally Posted by AlMehdi View Post
Yeah, you could download the wireless-tool from the sdk repo and then do "iwconfig wlan0 power off".. i have put it in a while-loop which i turn on when i need wifi.. or i do as you and just update the ap. I think could have with the ps-poll.. but are not sure.
Is there any pre-requisite to be able to turn power management off for wlan ?

Code:
~ $ devel-su -c "/sbin/iwconfig wlan0 power off"
Password:
Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device wlan0 ; Operation not permitted.
~ $
I'm always getting this error (I tried: from terminal as root, as user, connecting via ssh over usb, with or without internet connection set).

Originally Posted by AlMehdi View Post
Hopefullt they solve it.. have set up a bug on it before.
Do you have the bug id so I (and everyone else on this thread) can vote for it ?

Thanks !