But Naev is now 290 MB Big :rolleyes:Just tested without powersaving using this
and successfully downloaded a 250MB file (naev.pnd).sudo iwconfig wlan0 power off rate 54M
But Naev is now 290 MB Big :rolleyes:Just tested without powersaving using this
and successfully downloaded a 250MB file (naev.pnd).sudo iwconfig wlan0 power off rate 54M
You and Dunny can tryJust tested without powersaving using this
and successfully downloaded a 250MB file (naev.pnd).sudo iwconfig wlan0 power off rate 54M
echo 10000 > '/sys/bus/mmc/devices/mmc2:0001/mmc2:0001:1/ps_rate_threshold'
Another issue addressed by the command is the rate which seems to change randomly unless the wifi signal is really strong. Is it possible to tune the rate changing algorithm somehow so it doesn't pick 1Mb speed after a minor signal strength drop?You and Dunny can tryJust tested without powersaving using this
and successfully downloaded a 250MB file (naev.pnd).sudo iwconfig wlan0 power off rate 54M
echo 10000 > '/sys/bus/mmc/devices/mmc2:0001/mmc2:0001:1/ps_rate_threshold'
This will automatically disable powersave when the rate goes above 10K/s (instead of default 100K/s) and turn it back on when idle, so it doesn't drain your battery for nothing.
Tried both - the first executes without errors, but the second throws a "No such file or directory" error. Time to reflash again? Can't use internet at all now, PNDManager complains that sync fails every time and can't download PNDs.You and Dunny can tryJust tested without powersaving using this
and successfully downloaded a 250MB file (naev.pnd).sudo iwconfig wlan0 power off rate 54M
echo 10000 > '/sys/bus/mmc/devices/mmc2:0001/mmc2:0001:1/ps_rate_threshold'
This will automatically disable powersave when the rate goes above 10K/s (instead of default 100K/s) and turn it back on when idle, so it doesn't drain your battery for nothing.
echo 10000 > '/sys/bus/mmc/devices/mmc2\:0001/mmc2\:0001\:1/ps_rate_threshold'
Shouldn't that be sudo su + command?^ did you try to run the second command with sudo ?
Why? Strong quotes already keep ':' intact.Try
echo 10000 > '/sys/bus/mmc/devices/mmc2\:0001/mmc2\:0001\:1/ps_rate_threshold'
I did indeed.^ did you try to run the second command with sudo ?
I think you, Farox and Dunny are missing the resistor fix, or have the fix improperly applied by Craig's team, so it's a hardware issue. See the image MWeston sent me back in 2010:edit: Or it only seemed so. Didn't last long, kinda reverted to not loading anything. I don't know either. As things stand, only disabled power saving seems to work reliably for me after the update.
The rate is fully controlled by binary blob. Are you sure it's not power saving off alone doing this?Another issue addressed by the command is the rate which seems to change randomly unless the wifi signal is really strong. Is it possible to tune the rate changing algorithm somehow so it doesn't pick 1Mb speed after a minor signal strength drop?
This leave out a question which rate value is optimal. Setting rate to 54M improves my wifi a lot when I use it outside, but I suppose there is an intermediate value between 1 and 54 which offers a better compromise. Do you know anything about it?
Fixed.Is it normal that the kernel git still on 3.2.64 ?
I do pretty much the same, though I use g_ether driver and have a stable 480Mb/s connection via USB2 instead of a less stable 54 Mb/s wifi which is additionally busy with other traffic. This doesn't change a lot if all you use is a terminal, but most apps I work with have GUIs, so it's tempting to run them in a remote X session. That's where additional bandwith comes in handy.I ssh in to use cdevtools or codeblocks onboard as a dev environment
I'm pretty sure that increasing the rate alone helped a lot. Might have been still related to power saving though, since 1Mb/s is not enough to go above the PS threshold, which in turn results in weak signal, keeping the rate at 1 Mb/s forever.The rate is fully controlled by binary blob. Are you sure it's not power saving off alone doing this?Another issue addressed by the command is the rate which seems to change randomly unless the wifi signal is really strong. Is it possible to tune the rate changing algorithm somehow so it doesn't pick 1Mb speed after a minor signal strength drop?
This leave out a question which rate value is optimal. Setting rate to 54M improves my wifi a lot when I use it outside, but I suppose there is an intermediate value between 1 and 54 which offers a better compromise. Do you know anything about it?