Benno Eigenmann Posted October 2, 2018 Share Posted October 2, 2018 @data benno@orangepilite2:/etc/NetworkManager$ cat NetworkManager.conf [main] dns=default rc-manager=file plugins=ifupdown,keyfile [ifupdown] managed=true [device] wifi.scan-rand-mac-address=no Link to comment Share on other sites More sharing options...
data Posted October 2, 2018 Share Posted October 2, 2018 Wrong file. Please do 'cat /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf' Link to comment Share on other sites More sharing options...
Benno Eigenmann Posted October 2, 2018 Share Posted October 2, 2018 cat default-wifi-powersave-on.conf [connection] wifi.powersave = 3 Link to comment Share on other sites More sharing options...
data Posted October 2, 2018 Share Posted October 2, 2018 3 means powersave enabled. Change that to 2 and reboot. Then check for powersave again Link to comment Share on other sites More sharing options...
Benno Eigenmann Posted October 2, 2018 Share Posted October 2, 2018 OK Looks more pleasing benno@orangepilite2:~$ iwconfig wlan0 IEEE 802.11 ESSID:"OpenWrt_5" Mode:Managed Frequency:5.22 GHz Access Point: 14:CC:20:F1:6D:48 Bit Rate=433.3 Mb/s Tx-Power=31 dBm Retry short limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. https://github.com/armbian/build/commit/40e5ce955b39e689a35c05016cbdfcaba5d5f26c Link to comment Share on other sites More sharing options...
Igor Posted October 2, 2018 Share Posted October 2, 2018 Ooops. I added wrong number. Will be corrected asap.Wrote on mobile Link to comment Share on other sites More sharing options...
junnikokuki Posted October 2, 2018 Author Share Posted October 2, 2018 7 hours ago, Igor said: Ooops. I added wrong number. Will be corrected asap. Wrote on mobile Your 40e5ce955b39e689a35c05016cbdfcaba5d5f26c commit on wifi power save has an issue, cause the networkmanager can not start. echo -e "[connection]\nwifi.powersave = 3" > /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf this will leave a -e on begining of the file before [connection]. Link to comment Share on other sites More sharing options...
Igor Posted October 2, 2018 Share Posted October 2, 2018 30 minutes ago, junnikokuki said: Your 40e5ce955b39e689a35c05016cbdfcaba5d5f26c commit on wifi power save has an issue, cause the networkmanager can not start. echo -e "[connection]\nwifi.powersave = 3" > /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf this will leave a -e on begining of the file before [connection]. Thank you. Fided among this cleanup https://github.com/armbian/build/commit/fd235d6c3467fb5ab735a638db84481927c299d6 Link to comment Share on other sites More sharing options...
data Posted October 2, 2018 Share Posted October 2, 2018 Keep in mind that 3 means enabled, 2 is disabled. Use "[connection]\nwifi.powersave = 2" 1 Link to comment Share on other sites More sharing options...
Recommended Posts