I use college WiFi and my connection frequently drops while Windows users use WiFi smoothly.
I get this output on running
sudo lshw -C network
I use college WiFi and my connection frequently drops while Windows users use WiFi smoothly.
I get this output on running
sudo lshw -C network
dmesg
print related to Wifi? – SurvivalMachine May 04 '18 at 22:33iw dev <device> get power_save
returned "Power save: on". Then I didiw dev <device> set power_save off
and the issue seems to be gone. I could not do this with NetworkManager running. Instead I had to do it manually, with NetworkManager stopped. – Alexandre Schmidt Oct 08 '21 at 00:52