rpi-wifi icon indicating copy to clipboard operation
rpi-wifi copied to clipboard

Turn off power management

Open cyp-git opened this issue 5 years ago • 2 comments

Hi,

thanks for this nice script! It works nice on Raspberry Pi Zero wh. It seems to work better with the power management turned off. If someone wants to do that for ap0 and wlan0, just add following lines to /etc/network/interfaces:

post-up iw ap0 set power_save off post-up iw wlan0 set power_save off


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

cyp-git avatar Jan 31 '20 11:01 cyp-git

Nice! It will be fantastic if you make PR! I believe this feature should be optional, disabled by default.

lukicdarkoo avatar May 11 '20 21:05 lukicdarkoo

@lukicdarkoo I feel there is no point in having this optional. Under any circumstances you want an AP running ... or did I get something wrong?

t0b3 avatar Mar 07 '21 11:03 t0b3