Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4869

Raspberry Pi OS • Re: Best way to disable WiFi Power Save?

$
0
0
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contents

Code:

wifi.powersave=off
Make the file protection 600 and reboot.
Thanks @bls
I would like to ask you something else. My router (via dhcp) assign static local ip adresses to my raspberries (e.g. 192.168.0.101) based on mac adress. Router is no good and sometimes loose conection, and I need to restart Pi-s. Is it posible to be run a script in NetworkManager (nmcli), if wi-fi connection to router is donw to restart only wlan interfece on Pi - not reboot it all.
Thanks

Statistics: Posted by independent — Tue Nov 26, 2024 12:56 pm



Viewing all articles
Browse latest Browse all 4869

Trending Articles