Advanced Wifi Options for powersave mode #2791
-
Describe the featureI would like to have a feature to set the powersave mode of the wifi card permanent. Use casesWhen I set the powersave mode to off, via: $ nmcli connection modify "Supervisor wlp4s0" 802-11-wireless.powersave 2 && nmcli connection down "Supervisor wlp4s0" && nmcli connection up "Supervisor wlp4s0"
Connection 'Supervisor wlp4s0' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/3)
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/4)My ping / jitter get's significantly better: 64 bytes from 192.168.40.9: icmp_seq=1941 ttl=64 time=13.531 ms
64 bytes from 192.168.40.9: icmp_seq=1942 ttl=64 time=33.726 ms
64 bytes from 192.168.40.9: icmp_seq=1943 ttl=64 time=52.637 ms
64 bytes from 192.168.40.9: icmp_seq=1944 ttl=64 time=71.470 ms
64 bytes from 192.168.40.9: icmp_seq=1945 ttl=64 time=90.491 ms
64 bytes from 192.168.40.9: icmp_seq=1946 ttl=64 time=110.753 ms
64 bytes from 192.168.40.9: icmp_seq=1947 ttl=64 time=27.086 ms
64 bytes from 192.168.40.9: icmp_seq=1948 ttl=64 time=45.775 ms
64 bytes from 192.168.40.9: icmp_seq=1949 ttl=64 time=66.318 ms
64 bytes from 192.168.40.9: icmp_seq=1950 ttl=64 time=83.107 ms
Request timeout for icmp_seq 1951
Request timeout for icmp_seq 1952
Request timeout for icmp_seq 1953
Request timeout for icmp_seq 1954
Request timeout for icmp_seq 1955
Request timeout for icmp_seq 1956
Request timeout for icmp_seq 1957
Request timeout for icmp_seq 1958
Request timeout for icmp_seq 1959
64 bytes from 192.168.40.9: icmp_seq=1960 ttl=64 time=7.887 ms
64 bytes from 192.168.40.9: icmp_seq=1961 ttl=64 time=6.469 ms
64 bytes from 192.168.40.9: icmp_seq=1962 ttl=64 time=9.073 ms
64 bytes from 192.168.40.9: icmp_seq=1963 ttl=64 time=7.301 ms
64 bytes from 192.168.40.9: icmp_seq=1964 ttl=64 time=6.466 ms
64 bytes from 192.168.40.9: icmp_seq=1965 ttl=64 time=7.061 ms
64 bytes from 192.168.40.9: icmp_seq=1966 ttl=64 time=7.214 ms
64 bytes from 192.168.40.9: icmp_seq=1967 ttl=64 time=6.982 ms
64 bytes from 192.168.40.9: icmp_seq=1968 ttl=64 time=7.577 ms
64 bytes from 192.168.40.9: icmp_seq=1969 ttl=64 time=7.560 ms
64 bytes from 192.168.40.9: icmp_seq=1970 ttl=64 time=7.566 msCurrent workaroundsOn every host reboot I need to run: Anything else?It would be fine for me to make this a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hm, I wonder if it would make sense to simply default to disabled for powersave mode, since we are a Server by default 🤔 @sairon thoughts? |
Beta Was this translation helpful? Give feedback.
Right, let's make it default: home-assistant/operating-system#4529