Hi,
I am trying to get an Atheros AR9271 based wifi card running on a raspberry pi running ubuntu 22.04.
I have installed the firmware-ath9k-htc package and rebooted but the module does not load and the interface is not detected.
Here is a link to the wifi script results: https://pastebin.com/HTgTQ2Gq
This is what i see in dmesg when the card is plugged in:
Code:
[ 2124.185834] usb 1-1.1: new high-speed USB device number 7 using xhci_hcd
[ 2124.302920] usb 1-1.1: New USB device found, idVendor=0cf3, idProduct=9271, bcdDevice= 1.08
[ 2124.302965] usb 1-1.1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 2124.302982] usb 1-1.1: Product: UB91C
[ 2124.302997] usb 1-1.1: Manufacturer: ATHEROS
[ 2124.303010] usb 1-1.1: SerialNumber: 12345
On an amd64 machine and Ubuntu 22.04 the card works out of the box without the need for any package installs so this issue appears to be an arm only one.
Any help on this would be appreciated as i don't really know where to go from here.