In Stretch, with predicables names active, on a RPi3 how can I disable the power management of the embedded wireless chip?
Thank you.
After a fresh install of the following version:

Code: Select all
pi@raspi07:~$ dmesg | grep brcm
[ 10.622921] usbcore: registered new interface driver brcmfmac
[ 10.750197] brcmfmac: Firmware version = wl0: Aug 7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378
[ 20.651866] brcmfmac: power management disabled
Code: Select all
[ 26.801862] usbcore: registered new interface driver brcmfmac
[ 26.942622] brcmfmac: Firmware version = wl0: Aug 7 2017 00:46:29 version 7.45.41.46 (r666254 CY) FWID 01-f8a78378
[ 29.284947] brcmfmac: power management disabled
[16192.219005] brcmfmac: power management disabled
Code: Select all
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
No idea.
You are again right.
Code: Select all
Linux RWPi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux
I wish i had a nickel for every post about a power-saving "feature" wasting people's time and causing things to break. My theory is that the companies that make hardware get a special tax break for putting "energy saving" modes into everything. Even though most of this stuff wouldn't save enough energy to warm a bird's nest for a day.amcdonley wrote: ↑Sat Nov 25, 2017 3:04 pmadded to /etc/rc.local:
iwconfig wlan0 power off
resulted in my Stretch Pi3 onboard wifi power management being permanently off.
For my robot, this reduces the tx excessive retries by a factor of 10, and incoming ping Request timeouts by a factor of 2.
Code: Select all
Linux RWPi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux