Re: Atheros AR9002U-2NG based TP-LINK TL-WN822N Ver:2.0 - adding support to FreeBSD

2013-07-18 Thread Hans Petter Selasky
On 07/18/13 17:39, CeDeROM wrote: Hello :-) Hi, The atheros driver has the endpoint numbers hardcoded. I recommend using relative indexes for each interface. Should be trivial to fix. I'll leave that for the author of the uath driver. --HPS ugen1.3: at usbus1 uath0: on usbus1 uath0: c

Re: Atheros AR9002U-2NG based TP-LINK TL-WN822N Ver:2.0 - adding support to FreeBSD

2013-07-18 Thread CeDeROM
On Thu, Jul 18, 2013 at 7:06 PM, Adrian Chadd wrote: > It's not uath. It's a different beast entirely. > > Basically, it requires someone with USB clue to write the USB glue > between the ath(4) and ath_hal(4) code and the USB interface. > > Look at what ath9k_htc implements. It uses most of ath9k

Re: Atheros AR9002U-2NG based TP-LINK TL-WN822N Ver:2.0 - adding support to FreeBSD

2013-07-18 Thread Adrian Chadd
It's not uath. It's a different beast entirely. Basically, it requires someone with USB clue to write the USB glue between the ath(4) and ath_hal(4) code and the USB interface. Look at what ath9k_htc implements. It uses most of ath9k, but it implements a data/control pipe over USB and some comman

Atheros AR9002U-2NG based TP-LINK TL-WN822N Ver:2.0 - adding support to FreeBSD

2013-07-18 Thread CeDeROM
Hello :-) I have just bought USB WiFi b/g/n dongle from TP-LINK model TL-WN822B Ver:2.0 [1] which use following chipsets: Atheros AR9002U-2NG, Atheros AR7010, Atheros AR9287. It looks nice bacuse it cost ~20EUR it has external antennas and has very good opinions. Now, I start to think that finding

Re: usb/177895: similar 1TB Western Digital "My Passports" - some load, some don't

2013-07-18 Thread Velcro Leaf
I'm cc:'ing the list again.  (Hans and I had done some offline work I didn't want to spam the list with, since I wasn't sure if I was giving him the logs he was looking for.) > On 07/16/13 16:17, Velcro Leaf wrote: >>> See if you get a match on the vendor and >> >> # usbconfig dump_devi

usb wifi dongle for advanced testing - recommendation request

2013-07-18 Thread CeDeROM
Hello :-) I am looking for a really good and well supported WiFi USB dongle for advanced testing like network sniffing, packet injection, setting up access point, etc. I guess that would be Atheros based device? Can you recommend a solution that works for you? :-) Thank you! :-) Tomek -- CeDeRO

Re: Beaglebone USB driver (Mentor Graphics OTG)

2013-07-18 Thread Hans Petter Selasky
Hi Oleksandr, Got some time to review the code you committed to HEAD: 1) You need to distinguish between STALL and other errors. This is a bit important, because STALL is a PID and other errors can mean anything. See attached patch. 2) You should not use the NAKTO feature, because USB device