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

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-23 Thread Serge Semenenko
Could it matter that I load modules from rc.conf? kld_list="if_ath if_ath_pci linux linsysfs linprocfs xhci umass ums snd_hda /boot/modules/i915kms.ko /boot/modules/acpi_call.ko" вс, 21 апр. 2019 г. в 11:05, Matthias Apitz : > El día sábado, abril 20, 2019 a las 02:16:49p. m.

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-23 Thread Serge Semenenko
вт, 23 апр. 2019 г. в 22:39, Adrian Chadd : > Do you have the kernel environment variable setup to say it's a WB222? > > > -a > > > On Tue, 23 Apr 2019 at 12:37, Serge Semenenko wrote: > >> Could it matter that I load modules from rc.conf? >> >> kld_li

Re: debugging a Wifi association problem

2019-07-18 Thread Serge Semenenko
-L List the known data link types for the interface and exit. # tcpdump -ni wlan0 -L Data link types for wlan0 (use option -y to set): EN10MB (Ethernet) IEEE802_11_RADIO (802.11 plus radiotap header) чт, 18 июл. 2019 г. в 13:41, Matthias Apitz : > El día jueves, julio 18, 2019 a las 12:04:2