I closed the laptop lid and reopened it to find that my computer had shut off, and when I turned it back on, it couldn’t detect any wireless networks.
Output of ip addr
:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
Output of lspci
:
00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 03)
00:00.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant (rev 03)
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 03)
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 03)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 03)
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 03)
00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 03)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
Output of nmcli con show
:
NAME UUID TYPE DEVICE
Proton VPN US-FREE#205048 e4fe2aac-041c-4d09-84f5-dd8fbcb4c04c vpn --
(wifi name) c2ad278b-a108-4185-9854-14d6dae1e6d5 wifi --
(wifi name) 0507c78d-f3a4-48a2-81ed-73669ccdd754 wifi --
After connecting an ethernet cable, the output of lspci
was the same, still with no network controller, but ip addr
was this:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
3: enp0s21f0u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:e0:5c:68:24:a4 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.48/24 brd 192.168.1.255 scope global dynamic noprefixroute enp0s21f0u2
valid_lft 43192sec preferred_lft 43192sec
inet6 2603:6010:dc00:3a0a::1cf8/128 scope global dynamic noprefixroute
valid_lft 604793sec preferred_lft 604793sec
inet6 2603:6010:dc00:3a0a:1315:62f9:6c99:be9/64 scope global dynamic noprefixroute
valid_lft 604794sec preferred_lft 604794sec
inet6 fe80::c55:f63e:9327:26dd/64 scope link noprefixroute
valid_lft forever preferred_lft forever
and nmcli con show
was this:
Wired connection 1 0bc12a69-ab67-3109-b05a-aacf0fd41d49 ethernet enp0s21f0u2
Proton VPN US-FREE#205048 e4fe2aac-041c-4d09-84f5-dd8fbcb4c04c vpn --
(wifi name) c2ad278b-a108-4185-9854-14d6dae1e6d5 wifi --
(wifi name) 0507c78d-f3a4-48a2-81ed-73669ccdd754 wifi --
Normally when the wifi is working there’s a wlo1
entry in the output of ip addr
. I’m not sure why that’s not there, or why the wifi connection I usually use is showing up twice with different IDs.
I normally have Proton VPN with a killswitch, which I always had to manually disconnect from whenever I started up the computer, because it would block my wifi from connecting. I turned it off, hoping that would solve the problem, but it didn’t help.
I also only have the Flatpak and RPM Free repos, so I can’t use inxi
.
Finally, this isn’t the first time my wifi has gone out with no explanation. The last 2 times it came back on its own after some days.
Thanks for any advice you may have.