Fast WIFI on FreeBSD is becoming real.

UPDATE: No bluetooth
Are you sure? I am using the same card but in M.2 factor:
Code:
ath0@pci0:58:0:0:    class=0x028000 rev=0x01 hdr=0x00 vendor=0x168c device=0x0034 subvendor=0x1028 subdevice=0x0300
    vendor     = 'Qualcomm Atheros'
    device     = 'AR9462 Wireless Network Adapter'
    class      = network
Dell Branded module:

usbconfig:
Code:
ugen0.2: <Dell Wireless 1802 Bluetooth 4.0 LE Qualcomm Atheros Communications> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
 
It looks like the driver is not picking up any bluetooth interfaces on AR9462:
Code:
ubt0 on uhub1
ubt0: <vendor 0x0cf3 product 0xe006, class 224/1, rev 1.10/0.01, addr 1> on usbus0

service bluetooth start ubt0
/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0
 
Regarding Bluetooth on Atheros AR9462 I looked in our source tree at USB devices and it seems there is no entry for mine.
 
Last edited:
victort Same thing. Not to harp on you but sometimes I see people online ask, when the power goes out, "How long will it take to fix it?". How the heck does anyone know till they get there to look at it?! How long will that take? What if they're missing something? What if they're not? How long is a piece of string?
 
So, I got the card, and it’s working. It’s the AX210.

It is much better than my older AC8260, but it’s still only connecting at 11a and 11g for 5g and 2g respectively.

I have changed the sysctl values that disable 11n and 11ac to be 0, and the mode is showing correctly under ifconfig.

But it’s still not connecting at ac or n. Any ideas?
 
Back
Top