Is there any pre-requisite to be able to turn power management off for wlan ? 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). Do you have the bug id so I (and everyone else on this thread) can vote for it ? Thanks !
echo rootme | devel-su -c "develsh -c 'while true; do date \"+%T\" /sbin/iwconfig wlan0 power off count=0 while [ \$count -le 5 ]; do /usr/bin/bmestat|sed -n '/current/p' /sbin/iwlist wlan0 power sleep 10 count=\$((count+1)) done done'"
devel-su -c "develsh -c '/sbin/iwconfig wlan0 power off'"