You are not logged in.

#1 2023-10-17 06:12:47

isuleman
Member
Registered: 2023-10-17
Posts: 4

[Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

So, it’s happening with a few Arch based distros that I have tried so far, including Archcraft.

Right now, I installed Arch Linux with Plasma using the ALG installer.

It worked for few days and yesterday after I upgrade, the Wi-Fi was working.

But now, today when I boot into the system, the Wi-Fi is networking.

It was happening in the Arch based distro that I tried before. Wi-Fi stops working after few days and I have looked for many solutions to no avail.

So far, I tried solutions listed here:

https://bbs.archlinux.org/viewtopic.php?id=274328
https://bbs.archlinux.org/viewtopic.php?id=273685
https://www.reddit.com/r/archlinux/comm … _wireless/
https://www.reddit.com/r/archlinux/comm … er_update/

None worked.

So, my system is a dual boot system with Windows 11 installed alongside and WiFI works there so it is not a hardware problem. I have also disabled Fast boot.

Some logs:

[jerry@jerry ~]$ sudo dmesg | grep firmware
[    3.627656] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    4.931748] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.679135] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
[    5.783666] elan_i2c 0-0015: unexpected iap version 0x00 (ic type: 0x23), firmware update will not work
[    5.805189] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    9.469110] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    9.482308] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[   11.322351] Bluetooth: hci0: Waiting for firmware download to complete
[jerry@jerry ~]$ sudo journalctl -p 3 -b
Oct 17 11:07:53 jerry kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Oct 17 11:07:53 jerry kernel: Bluetooth: hci0: Reading supported features failed (-16)
Oct 17 11:08:04 jerry kwin_x11[702]: kwin_xkbcommon: XKB: couldn't find a Compose file for locale "en_IN" (mapped to "en_IN.ISO8859-1")
Oct 17 11:08:23 jerry NetworkManager[436]: <error> [1697521103.1184] audit: failed to open auditd socket: Protocol not supported
[jerry@jerry ~]$ 
[jerry@jerry ~]$ 
[jerry@jerry ~]$ lspci | grep -i network
05:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
[jerry@jerry ~]$ 
[jerry@jerry ~]$ 

Bluetooth is not working as well. In fact both the icons of Wi-Fi and Bluetooth have been vanished. The only way to use Internet is now through Ethernet wire.

https://gcdnb.pbrd.co/images/vkSVfAbXbocO.png?o=1

Please help.

Last edited by isuleman (2023-10-17 18:21:21)

Offline

#2 2023-10-17 07:42:14

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,079

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

So, my system is a dual boot system with Windows 11 installed alongside and WiFI works there so it is not a hardware problem. I have also disabled Fast boot.

Just to be sure, 3rd link below (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Then please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Screenshots of empty windows aren't really all that helpful tongue

Online

#3 2023-10-17 17:22:55

isuleman
Member
Registered: 2023-10-17
Posts: 4

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

Offline

#4 2023-10-17 17:38:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,079

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

The chip is there, but

Oct 18 04:18:37 jerry kernel: pci 0000:05:00.0: [8086:24fd] type 00 class 0x028000
Oct 18 04:18:37 jerry kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf1000000-0xf1001fff 64bit]
Oct 18 04:18:37 jerry kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Oct 18 04:18:39 jerry kernel: iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
Oct 18 04:18:39 jerry kernel: iwlwifi: probe of 0000:05:00.0 failed with error -110

doesn't respond (110 is a timeout)

Try to add

pcie_aspm=off

to the https://wiki.archlinux.org/title/Kernel_parameters
Does it work w/ the LTS kernel?

sidebar: you're running at least NM and systemd-networkd in parallel. Pick one, disable the other.

Online

#5 2023-10-17 18:00:10

isuleman
Member
Registered: 2023-10-17
Posts: 4

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

I noticed earlier that Wi-Fi doesn't work right after I shut down windows and restart system into Linux. Maybe it's related to Fast Startup. So, I disabled Fast Startup in Windows and WI-Fi magically appeared.

For now, I have disabled systemd-networkd.

I will try with the kernel parameters that you mentioned and report back. Thanks smile

Offline

#6 2023-10-17 18:08:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,079

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

Maybe it's related to Fast Startup. So, I disabled Fast Startup in Windows and WI-Fi magically appeared.

Yes, case closed. Common problem - that's why I pointed it out in response to "fast boot" b/c that generally refers to a BIOS setting which is entirely irrelevant here (I just wasn't sure whether you were talking about that or the very relevant fast-start windows feature)

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Online

#7 2023-10-17 18:19:36

isuleman
Member
Registered: 2023-10-17
Posts: 4

Re: [Solved] Wi-Fi Stopped Working After Updating System on Thinkpad L-480

Ya it was BIOS setting I learned this term from the other threads so I just turned it off from the BIOS. Fast Startup is what I turned off by running powercf /h off command in MCD

Offline

Board footer

Powered by FluxBB