No wifi available on plasma kde

Hi all,

I’ve just installed manjaro plasma, and there is not wifi available. Only tethering connection by cable is working.

I have updated my system with sudo pacman -Syu, but it’s still not working.

My laptot is a Thinkpad X13 gen3 and kernel is 5.15.65-1-MANJARO (linux515).
I’ve also run the following that might help you identify the issue:

hwinfo --netcard --bluetooth | grep -Ei "(speed|hotplug|model|status|cmd|file|detected|driver:)" | grep -v "Config S"                                                         ✔ 
  Model: "Qualcomm Network controller"
    Driver Status: ath11k_pci is active
    Driver Activation Cmd: "modprobe ath11k_pci"
    Driver Status: wl is active
    Driver Activation Cmd: "modprobe wl"
  Model: "USI Bluetooth Device"
  Hotplug: USB
  Driver: "btusb"
  Speed: 12 Mbps
    Driver Status: btusb is active
    Driver Activation Cmd: "modprobe btusb"

Let me know if there is any more information you need.

Thank you.

Hi @ap3120, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Hope you manage!

Edit:

Please also provide the output for:

ip a

…and:

nmcli general

Hi @Mirdarthos , thanks for your reply.

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 ***.***.***.***/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
3: enp51s0f4u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether **:**:**:**:**:** *** ff:ff:ff:ff:ff:ff
    inet ***.***.***.***/24 brd ***.***.***.*** scope global dynamic noprefixroute enp51s0f4u1
       valid_lft 3213sec preferred_lft 3213sec
    inet6 fe80::****:****:****:****/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

 nmcli general
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
connected  full          missing  enabled  missing  enabled 

After some research, I think the issue is from my ath11k package:

 sudo dmesg | grep ath11k                                                                                                                                                      ✔ 
[sudo] password for anthony: 
[    2.884071] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x98000000-0x981fffff 64bit]
[    2.884096] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.884147] ath11k_pci 0000:01:00.0: Unsupported WCN6855 SOC hardware version: 18 17
[    2.884160] ath11k_pci: probe of 0000:01:00.0 failed with error -95

However, I have no idea how to solve it. please let me know if you know what to do.