My wifi becomes connecting and disconnecting again and which is very annoying to work with specifically while watching videos online
Here, is the log, for
sudo dmesg | eos-sendlog
http://ix.io/4yK4
and also
sudo systemctl list-unit-files --state=enabled
http://ix.io/4yK6
I don’t know where the issue happens whether it’s based on power manager conflict and any other stuff
ps aux | grep power
http://ix.io/4yK7
and also network manager log
sudo journactl -b | grep wlan0
http://ix.io/4yK8
Are you dual booting with Windows?
nope I have fully booted with linux
hardware address with driver
http://ix.io/4yKf
It looks like it’s using 2.4 Ghz. Is it able to connect to 5.0 Ghz? I see this in the logs.
10.547129] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 10.547135] cfg80211: failed to load regulatory.db
But my WiFi uses only 2.4GHz band support, It doesn’t have 5GHz support
@Vishnu105
What does this show?
iw reg get
http://ix.io/4yKL
and also I have resolved my issue with this by installing ‘iw’ on my machine with adding rules on /etc/udev/rules.d/81-wifi-powersave.rules
/etc/udev/rules.d/81-wifi-powersave.rules
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wl*", RUN+="/usr/bin/iw dev $name set power_save on"
1 Like