Which usb wireless adapter?

hello :slight_smile:
I would like to buy an USB wireless adapter, that is working out of the box, without installing aur/git drivers :slight_smile:
(since unfortunately my new laptop has a wireless card not recognized)

please could you recommend me one?
thanks :slight_smile:

Once it was supported why would have been dropped

1 Like

Check here :

1 Like

A new laptop that it isn’t recognized? What laptop might that be? What is the make and model?

1 Like

HP ProBook 445 G9

and is Ubuntu certified Hardware…

1 Like

The first step is to check whether the appropriate kernel modules have been loaded. According to your computer’s product page, your HP ProBook has a Qualcomm Atheros Wireless Network Adapter, in which case the right kernel module is ath11k_pci

Can you run:

$ lsmod | grep ath

Also, does the Wifi connection work on a Live USB?

While you’re at it, you might as well post the result of:

$ lspci -nn | grep -i net
1 Like

As @anthony93 pointed out above.

If it is in fact this chip? Qualcomm Inc Atheros QCNFA765 (17cb:1103 105b:e0c4)
Looks like it uses ath11k which is new. It’s probably missing the firmware. Maybe?

Please check dmesg

sudo dmesg | eos-sendlog

Also check

 lsmod | grep ath
lspci -nn | grep -i net

Edit: The module i think is ath11k_pci

2 Likes

Check if the firmware is installed.

Should be possibly

/lib/firmware/ath11k/WCN6855/hw2.0

Edit: I have it on my system

1 Like

Did you try using modprobe?

Edit: This is a bit dated.

Edit2: As far as i can tell it should be working by now.

1 Like

thanks, but it should be the rtl8852be
not the one listed there

Okay because you have two different posts. So on the other post i said you just need to install

yay -S rtl8852be-dkms-git

Reboot

@manuel also passed that on in the same post so you must have missed it?

1 Like