From owner-freebsd-current@freebsd.org Tue Aug 18 08:30:53 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A119B8F53; Tue, 18 Aug 2015 08:30:53 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEDACC01; Tue, 18 Aug 2015 08:30:52 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 786DA1FE022; Tue, 18 Aug 2015 10:30:50 +0200 (CEST) Subject: Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument To: mexas@bris.ac.uk, freebsd-current@freebsd.org, freebsd-questions@freebsd.org, Gleb Smirnoff References: <201508180827.t7I8R9Nm018227@mech-as222.men.bris.ac.uk> From: Hans Petter Selasky Message-ID: <55D2ED8F.9080807@selasky.org> Date: Tue, 18 Aug 2015 10:32:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201508180827.t7I8R9Nm018227@mech-as222.men.bris.ac.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 08:30:53 -0000 On 08/18/15 10:27, Anton Shterenlikht wrote: > I'm trying to setup Asus USB-N10 nano wireless > adapter. I get: > > urtwn0: class 0/0, rev 2.00/2.00, addr 1> on usbus0 > urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R > > urtwn0: flags=8802 metric 0 mtu 2290 > ether 1c:87:2c:c7:c2:6e > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > > # wpa_supplicant -i urtwn0 -c /etc/wpa_supplicant.conf > Successfully initialized wpa_supplicant > ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument > urtwn0: Failed to initialize driver interface > ELOOP: remaining socket: sock=4 eloop_data=0x801c11600 > user_data=0x801c2c100 handler=0x422dd0 > > # cat /boot/loader.conf > kern.vty=vt > linux_load="YES" > #cuse4bsd_load="YES" > if_urtwn_load="YES" > legal.realtek.license_ack=1 > > # uname -a > FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r286741: > Thu Aug 13 22:13:28 BST 2015 > root@rat:/usr/obj/usr/src/sys/GENERIC amd64 > > Please advise > Hi, Might be related to the recent "net80211 layer and converts" done by Gleb. Maybe Gleb knows? --HPS