Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Mon, Apr 15, 2019 at 02:52:17PM +0200, Matthias Apitz wrote: > I have not missed (or deleted) any mail in this thread of 24++ mails. > But as Adrian said "Does ath3k load OK?" I was confused and thinking > in a loadable kernel module. Ah, OK, I understand. Anyways, now that this little

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Sat, Apr 13, 2019 at 12:35:30PM -0700, Adrian Chadd wrote: > On Sat, 13 Apr 2019 at 12:14, Alexey Dokuchaev wrote: > > ... > > If you tell me how to implement Linuxish usleep_range() correctly in > > our userland, I can do that. :-) > > usleep_range() is just the sam

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Alexey Dokuchaev
On Mon, Apr 15, 2019 at 06:48:36AM +0200, Matthias Apitz wrote: > I git cloned it and built it, but this does not give any kernel module > to load: [...] > > $ ./ath3kfw > Usage: ath3kfw (-D) -d ugenX.Y (-f firmware path) (-I) > -D: enable debugging > -d: device to operate upon > -f:

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-13 Thread Alexey Dokuchaev
On Sat, Apr 13, 2019 at 11:44:25AM -0700, Adrian Chadd wrote: > Hm, is this a problem with our usb3 stack itself? > > If you send me a pull request against ath3k I'll merge it into my git > tree just for completeness. If you tell me how to implement Linuxish usleep_range() correctly in our

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-12 Thread Alexey Dokuchaev
On Thu, Apr 11, 2019 at 02:23:50PM +, Alexey Dokuchaev wrote: > On Thu, Apr 11, 2019 at 06:36:26AM -0700, Adrian Chadd wrote: > > I have a tool to upload firmware -- github.com/erikarn/ath3k. > > See if that helps! > > Something's wrong: > > $ git clone https://g

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Alexey Dokuchaev
On Thu, Apr 11, 2019 at 04:05:27PM +, Matthias Apitz wrote: > On Thu, 11 Apr 2019 14:23:50 +0000, Alexey Dokuchaev wrote: > > On Thu, Apr 11, 2019 at 06:36:26AM -0700, Adrian Chadd wrote: > >> I have a tool to upload firmware -- github.com/erikarn/ath3k. >

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Alexey Dokuchaev
On Thu, Apr 11, 2019 at 06:36:26AM -0700, Adrian Chadd wrote: > I have a tool to upload firmware -- github.com/erikarn/ath3k. > See if that helps! Something's wrong: $ git clone https://github.com/erikarn/ath3k.git $ cd ath3k/src/usr.bin/ath3k $ make $ usbconfig list | grep 0x0930

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Alexey Dokuchaev
On Thu, Apr 11, 2019 at 03:13:28PM +0200, Matthias Apitz wrote: > # usbconfig list > ... > ugen0.3: at usbus0, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=ON (100mA) > > The later vendor 0x0489 product 0xe056 seems to be: > > https://cateee.net/lkddb/web-lkddb/BT_ATH3K.html Yes, it is also Atheros

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Alexey Dokuchaev
On Thu, Apr 11, 2019 at 12:46:47PM +0200, Matthias Apitz wrote: > > ... > > I've just stumbled upon this email* of Adrian's that tells how to enable > > Bluetooth Coexistence by adding ``hint.ath.0.btcoex_profile="wb222"'' to > > /boot/device.hints (for AR9462 cards). I've done that, and logs

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Alexey Dokuchaev
On Wed, Apr 10, 2019 at 03:22:50PM +, Alexey Dokuchaev wrote: > On Tue, Apr 09, 2019 at 04:03:44PM +0000, Alexey Dokuchaev wrote: > > On Sun, Jun 02, 2013 at 09:59:05AM -0700, Adrian Chadd wrote: > > > Hi, > > > > > > It's supported in -HEAD. > >

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-10 Thread Alexey Dokuchaev
On Tue, Apr 09, 2019 at 04:03:44PM +, Alexey Dokuchaev wrote: > On Sun, Jun 02, 2013 at 09:59:05AM -0700, Adrian Chadd wrote: > > Hi, > > > > It's supported in -HEAD. > > Hmm, almost six years later, apparently it is still not: > > % uname -UK > 13000

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-09 Thread Alexey Dokuchaev
On Sun, Jun 02, 2013 at 09:59:05AM -0700, Adrian Chadd wrote: > Hi, > > It's supported in -HEAD. Hmm, almost six years later, apparently it is still not: % uname -UK 1300014 1300014 # kldload if_ath_pci if_ath % pciconf -lv | tail -4 none2@pci0:3:0:0: class=0x028000 card=0x66ad

Re: Broadcom Wireless BCM43228 support?

2019-01-18 Thread Alexey Dokuchaev
On Sun, Sep 03, 2017 at 10:06:49AM -0700, Adrian Chadd wrote: > hi! > > It's coming! Landon is going to start on the SIBA bus code and will > start on the MAC core integration. I'll then do the PHY testing! Hi Adrian, Just discovered this thread (and PR 202501). Any news about BCM43228 support

Re: AR9462 PCIe1x card: endless messages in dmesg

2015-04-20 Thread Alexey Dokuchaev
On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: On 21 January 2015 at 01:20, Alexey Dokuchaev da...@nsu.ru wrote: Hi there, Just installed this AR9462-based PCIe (1x) card into my work i386 desktop running fortnight-old -CURRENT (r276691). So far so good -- it delivers

Re: AR9462 PCIe1x card: endless messages in dmesg

2015-01-22 Thread Alexey Dokuchaev
On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: On 21 January 2015 at 01:20, Alexey Dokuchaev da...@nsu.ru wrote: Just installed this AR9462-based PCIe (1x) card into my work i386 desktop running fortnight-old -CURRENT (r276691). So far so good -- it delivers pretty stable

Re: AR9462 PCIe1x card: endless messages in dmesg

2015-01-21 Thread Alexey Dokuchaev
On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: Put ATH_ENABLE_11N in your kernel config. I will try that tomorrow, thanks! Oh and if you build modules, build it with make buildkernel, no cd /usr/src/sys/dev/modules/ath; make. Everything I've reported thus far was with kernel

AR9462 PCIe1x card: endless messages in dmesg

2015-01-21 Thread Alexey Dokuchaev
Hi there, Just installed this AR9462-based PCIe (1x) card into my work i386 desktop running fortnight-old -CURRENT (r276691). So far so good -- it delivers pretty stable, lagless Internet experience, but keeps shitting in kernel buffer very quickly with these (tons of them): ath0:

Dual-band AR5414 card test-run on stable/8 and head

2015-01-20 Thread Alexey Dokuchaev
Hi there, Recently I've purchased few assorted AR-based wireless cards. Original plan was to replace 2200BG Intel of mine (it's not really stable and driver does not support frame injection), but this goal had failed: my new awesome (and quite expensive) industry-grade 9220-based dual-band

Re: Intel Pro/Wireless 2200BG iwi(4) card stopped working in 8-stable

2015-01-09 Thread Alexey Dokuchaev
On Sat, Oct 06, 2012 at 03:12:58AM +0700, Alexey Dokuchaev wrote: On Fri, Oct 05, 2012 at 07:02:26AM -0700, Adrian Chadd wrote: On 5 October 2012 05:38, Alexey Dokuchaev da...@nsu.ru wrote: Since this card gave me lots of troubles over the past, any one can recommend a decent mini-pci