mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-06 21:19:01 +00:00
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
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue