You are not logged in.

#1 2024-10-03 21:29:44

medeter
Member
Registered: 2024-10-03
Posts: 1

WiFi device not detectable after 6.11 update

(I am using a ThinkPad T14 Gen5 AMD Ryzen)

I ran sudo pacman -Syu yesterday. Today, I noticed that I couldn't connect to the internet (I usually use nmcli).

When I run nmcli, my WiFi card--or whatever it is called--(wlan0) doesn't show up anymore:

enp2s0f0: connected to Wired connection 1
	"Realtek RTL8111/8168/8211/8411"
	ethernet (r8169), C4:C6:E6:DB:90:43, hw, mtu 1500
	ip4 default, ip6 default
	inet4 192.168.1.207/24
	route4 192.168.1.0/24 metric 100
	route4 default via 192.168.1.254 metric 100
	inet6 2a00:23c6:4c07:b401:8636:d87e:d9cb:963b/64
	inet6 fe80::94dc:a927:3b13:40fd/64
	route6 fe80::/64 metric 1024
	route6 2a00:23c6:4c07:b401::/64 metric 100
	route6 default via fe80::ee6c:9aff:fe2d:f6 metric 100

lo: connected (externally) to lo
	"lo"
	loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
	inet4 127.0.0.1/8
	inet6 ::1/128

DNS configuration:
	servers: 192.168.1.254
	domains: home
	interface: enp2s0f0

	servers: fe80::ee6c:9aff:fe2d:f6
	domains: home
	interface: enp2s0f0

Use "nmcli device show" to get complete information about known devices and
"nmcli connection show" to get an overview on active connection profiles.

Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.

You can see that I am currently using my ethernet connection at the moment.

iwctl + device list reveals absolutely nothing.

iwconfig:

lo        no wireless extensions.

enp2s0f0  no wireless extensions.

wwan0     no wireless extensions.

lspci -k:

03:00.0 Network controller: Qualcomm Technologies, Inc WCN785x Wi-Fi 7(802.11be) 320MHz 2x2 [FastConnect 7800] (rev 01)
	Subsystem: Lenovo Device e0e6
	Kernel driver in use: ath12k_pci
	Kernel modules: ath12k

ip a:

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 noprefixroute 
       valid_lft forever preferred_lft forever
2: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether c4:c6:e6:db:90:43 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.207/24 brd 192.168.1.255 scope global dynamic noprefixroute enp2s0f0
       valid_lft 85634sec preferred_lft 85634sec
    inet6 2a00:23c6:4c07:b401:8636:d87e:d9cb:963b/64 scope global dynamic noprefixroute 
       valid_lft 293sec preferred_lft 113sec
    inet6 fe80::94dc:a927:3b13:40fd/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wwan0: <POINTOPOINT,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/[519] 

rfkill:

ID TYPE      DEVICE                   SOFT      HARD
 0 bluetooth tpacpi_bluetooth_sw unblocked unblocked
 1 wwan      tpacpi_wwan_sw      unblocked unblocked
 2 bluetooth hci0                unblocked unblocked

I have tried reverting back to an update below 6.11, but I kept having conflicts between pacman and yay, and I dug myself into a hole I couldn't get out of. This was the error after changing my mirror link to one I found in the archive from before 6.11, and then running sudo pacman -Syyuu:

resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing pacman (6.0.2-7) breaks dependency 'pacman>6.1' required by yay

So, I changed my mirror back to the current one and re-ran sudo pacman -Syu.

I am not quite sure where to go from here or how to fix the issue. Any help appreciated. Thanks.

Last edited by medeter (2024-10-03 21:47:05)

Offline

#2 2024-10-06 00:04:48

gromit
Administrator
From: Germany
Registered: 2024-02-10
Posts: 1,533
Website

Re: WiFi device not detectable after 6.11 update

Could you try if downgrading to this package fixes it?

sudo pacman -U https://archive.archlinux.org/packages/l/linux/linux-6.10.10.arch1-1-x86_64.pkg.tar.zst

Also could you post a full dmesg?

Offline

Board footer

Powered by FluxBB