Permanently disable WiFi powersave (#1119)
* Create default-wifi-powersave-on.conf https://forum.armbian.com/topic/8207-orange-pi-lite2-wireless-support/?do=findComment&comment=63151 Permanently disable wifi powersave * Permanently disable WiFi power save * Permanently disable wifi powersave
This commit is contained in:
parent
00f3406cda
commit
575af9d411
@ -0,0 +1,3 @@
|
||||
[connection]
|
||||
# Values are 0 (use default), 1 (ignore/don't touch), 2 (disable) or 3 (enable).
|
||||
wifi.powersave = 2
|
||||
@ -0,0 +1 @@
|
||||
KERNEL=="wlan*", ACTION=="add", RUN+="/sbin/iwconfig wlan0 power off"
|
||||
Loading…
Reference in New Issue
Block a user