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:
Back
Top