Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Kevin Lo
On Tue, Aug 18, 2015 at 11:32:48AM +0300, Gleb Smirnoff wrote: On Tue, Aug 18, 2015 at 09:27:09AM +0100, Anton Shterenlikht wrote: A I'm trying to setup Asus USB-N10 nano wireless A adapter. I get: A A urtwn0: vendor 0x0b05 product 0x17ba, A class 0/0, rev 2.00/2.00, addr 1 on usbus0 A

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Anton Shterenlikht
From ke...@ns.kevlo.org Tue Aug 18 10:30:41 2015 Shouldn't it be urtwn-rtl8188eufw_load=YES? Nope. Your device is RTL8188CU not RTL8188EU. Thank you, now works fine. Anton ___ freebsd-current@freebsd.org mailing list

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Anton Shterenlikht
From ke...@ns.kevlo.org Tue Aug 18 09:59:59 2015 A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R You need to create a wlan(4) interface and run wpa_supplicant on it. ok, my bad, sorry. You also have to run kldload urtwn-rtl8192cfwT or add this to /boot/loader.conf: urtwn-rtl8192cfwT_load=YES

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote: H Might be related to the recent net80211 layer and converts done by H Gleb. Maybe Gleb knows? No, isn't related. My changes are not yet checked in. -- Totus tuus, Glebius. ___

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 09:27:09AM +0100, Anton Shterenlikht wrote: A I'm trying to setup Asus USB-N10 nano wireless A adapter. I get: A A urtwn0: vendor 0x0b05 product 0x17ba, A class 0/0, rev 2.00/2.00, addr 1 on usbus0 A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R A A urtwn0:

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Hans Petter Selasky
On 08/18/15 10:33, Gleb Smirnoff wrote: On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote: H Might be related to the recent net80211 layer and converts done by H Gleb. Maybe Gleb knows? No, isn't related. My changes are not yet checked in. OK. What USB drivers are left to

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Hans Petter Selasky
On 08/18/15 10:27, Anton Shterenlikht wrote: I'm trying to setup Asus USB-N10 nano wireless adapter. I get: urtwn0: vendor 0x0b05 product 0x17ba, class 0/0, rev 2.00/2.00, addr 1 on usbus0 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R urtwn0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 2290

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 10:37:25AM +0200, Hans Petter Selasky wrote: H On 08/18/15 10:33, Gleb Smirnoff wrote: H On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote: H H Might be related to the recent net80211 layer and converts done by H H Gleb. Maybe Gleb knows? H H No,

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Kevin Lo
On Tue, Aug 18, 2015 at 10:17:39AM +0100, Anton Shterenlikht wrote: From ke...@ns.kevlo.org Tue Aug 18 09:59:59 2015 A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R You need to create a wlan(4) interface and run wpa_supplicant on it. ok, my bad, sorry. You also have to run kldload