Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-20 Thread Adrian Chadd
ooo please send me a pull request with the device id update! -a On Sat, 20 Apr 2019 at 04:17, Serge Semenenko wrote: > Hi > > It works for me with such section in devd.conf > > attach 200 { >device-name "ubt[0-9]+"; >match "vendor" "0x0cf3"; >match "product" "0xe006"; >

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-20 Thread Serge Semenenko
Hi It works for me with such section in devd.conf attach 200 { device-name "ubt[0-9]+"; match "vendor" "0x0cf3"; match "product" "0xe006"; action "sleep 2 && /usr/sbin/ath3kfw -d $ugen && sleep 2 && /etc/rc.d/bluetooth quietstart $device-name"; }; More info: # unam