mrhaav
April 22, 2021, 9:08pm
1
Hi
I have a Qualcomm QCWB335 (AR9565) card, but I can´t get to work.
What drivers shall I use?
Is it possible to get bluetooth to work as well?
root@openwrt:~# lsusb -s 004:002 -v
Bus 004 Device 002: ID 0489:e05f Foxconn / Hon Hai
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 224 Wireless
bDeviceSubClass 1 Radio Frequency
bDeviceProtocol 1 Bluetooth
bMaxPacketSize0 64
idVendor 0x0489 Foxconn / Hon Hai
idProduct 0xe05f
bcdDevice 0.01
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
You might get lucky with ath9k. If it's USB maybe ath9k_htc.
slh
April 22, 2021, 9:20pm
3
You might have to enable ATH9K_SUPPORT_PCOEM
for ath9k.
mrhaav
April 22, 2021, 9:31pm
4
I tried, with no luck, all four ath9k packages.
mrhaav
April 22, 2021, 9:32pm
5
How do I " enable ATH9K_SUPPORT_PCOEM
for ath9k"?
slh
April 22, 2021, 9:35pm
6
ATH9K_SUPPORT_PCOEM
is a build-time setting for mac80211 (CONFIG_ATH9K_SUPPORT_PCOEM=y
), you'd need to set this build configuration setting and rebuild OpenWrt from source.
1 Like
mrhaav
April 22, 2021, 10:42pm
7
I change:
# CONFIG_ATH9K_SUPPORT_PCOEM is not set
to CONFIG_ATH9K_SUPPORT_PCOEM=y
in .config of Imagebuilder and created a new image. But no change
mk24
April 22, 2021, 10:58pm
8
Image Builder doesn't actually recompile packages, it only packs up existing binaries into an image.
You will have to compile from source.
1 Like