Recently, I've come across a problem where my wifi gets disconnected in 0-10 minutes after boot and I'm not able to connect back to it. On switching wifi off and back on, it stops showing the available networks. To connect back, I need to reboot but the problem occurs again on the reboot as well.In around 25% of the times, the wifi does not even get connected after the boot too.
I use a dual-boot system with windows11 and ubuntu 22.04, and the problem persists in both the os. At this stage, I'm not even sure if this is an hardware issue or software issue.
nmcli device status
shows
DEVICE TYPE STATE CONNECTION enx0232196c1f0f ethernet connected Wired connection 2 docker0 bridge connected (externally) docker0 eno1 ethernet unavailable -- wlo1 wifi unavailable -- lo loopback unmanaged --
sudo ifconfig wlo1
gives
ether 84:1b:77:28:93:f3 txqueuelen 1000 (Ethernet) RX packets 29 bytes 4408 (4.4 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 102 bytes 15247 (15.2 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
iwconfig
has
wlo1 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=22 dBm Retry short limit:7 RTS thr:off Fragment thr:off Power Management:off
There is no blocking from rfkill
1: phy0: Wireless LAN Soft blocked: no Hard blocked: no
Also, inxi -n
printed
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 IF: eno1 state: down mac: 6c:02:e0:7d:25:72 Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi IF: wlo1 state: down mac: 84:1b:77:28:93:f3 IF-ID-1: docker0 state: down mac: 02:42:ab:17:5b:fd IF-ID-2: enx0232196c1f0f state: unknown speed: -1 duplex: half mac: 02:32:19:6c:1f:0f
I tried sudo ifconfig wlo1 up
: but it gave me SIOCSIFFLAGS: Operation not permitted
I even tried restarting the NetworkManager, but that doesn't help.
Kindly help me out in diagnosing the problem.