I need to disable the wifi power save option using netplan configuration files. I tried adding
powersave: False
It didn't work.Any help would be appreciated.
I need to disable the wifi power save option using netplan configuration files. I tried adding
powersave: False
It didn't work.Any help would be appreciated.
ip
andethtool -i
can get this information. – user10489 Jan 06 '24 at 21:59iwconfig Wlso1 power off
has worked so far. I need to run it every time after boot. Withoutpowersave disabled
experience is very poor. – pauli Jan 07 '24 at 05:46ethtool -i Wlso1
to your question. – user10489 Jan 07 '24 at 06:29