From owner-freebsd-current@freebsd.org Tue Aug 18 09:22:37 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 3FBB49BC48F; Tue, 18 Aug 2015 09:22:37 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DBDF7189C; Tue, 18 Aug 2015 09:22:36 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id t7I9LoEb091180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Aug 2015 17:21:51 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id t7I9LnjM091179; Tue, 18 Aug 2015 17:21:49 +0800 (CST) (envelope-from kevlo) Date: Tue, 18 Aug 2015 17:21:49 +0800 From: Kevin Lo To: Anton Shterenlikht Cc: freebsd-current@freebsd.org, glebius@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument Message-ID: <20150818092149.GA91171@ns.kevlo.org> References: <20150818085858.GA90949@ns.kevlo.org> <201508180917.t7I9Hdas018627@mech-as222.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201508180917.t7I9Hdas018627@mech-as222.men.bris.ac.uk> User-Agent: Mutt/1.5.23 (2014-03-12) 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 09:22:37 -0000 On Tue, Aug 18, 2015 at 10:17:39AM +0100, Anton Shterenlikht wrote: > >From kevlo@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" > > yes, missed that too. > > Shouldn't it be urtwn-rtl8188eufw_load="YES"? Nope. Your device is RTL8188CU not RTL8188EU. > Thank you > > Anton Kevin