From owner-freebsd-questions@freebsd.org Sat Jul 18 18:22:02 2015 Return-Path: Delivered-To: freebsd-questions@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 2CDAF9A5A27 for ; Sat, 18 Jul 2015 18:22:02 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 987C21280 for ; Sat, 18 Jul 2015 18:22:00 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id t6II3n7M037172; Sun, 19 Jul 2015 04:03:50 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 19 Jul 2015 04:03:49 +1000 (EST) From: Ian Smith To: William Bulley cc: freebsd-questions@freebsd.org Subject: Re: Can not get Realtek RTL8188CU USB adapter to work on 10.2-BETA1 laptop In-Reply-To: Message-ID: <20150719033342.L21302@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2015 18:22:02 -0000 In freebsd-questions Digest, Vol 580, Issue 6, Message: 6 On Fri, 17 Jul 2015 11:22:28 -0400 William Bulley wrote: > I have a new laptop with an Intel core i7-5600U CPU running 10.2-BETA1 FreeBSD. > > I tried following the directions here: > > https://vzaigrin.wordpress.com/2014/04/14/how-to-setup-usb-wifi-on-raspberry-pi-with-freebsd/ > > and I tried the directions in the "% man 4 urtwn" man page: > > To compile this driver into the kernel, place the following lines in your > kernel configuration file: > > device ehci > device uhci > device ohci > device usb > device urtwn > device wlan > > Alternatively, to load the driver as a module at boot time, place the > following line in loader.conf(5): > > if_urtwn_load="YES" > > In both cases, place the following line in loader.conf(5) to acknowledge > the firmware license (see below): > > legal.realtek.license_ack=1 > > [[I did both: rebuilt kernel AND added two lines to the /boot/loader.conf file]] What Kevin said, I expect, but I'm a sucker for a splendid bug report :) It does say 'Alternatively', and I'd expect to see something in dmesg about failure to load the module, being already in kernel. Which may not matter here, but I'd expect kldstat -v to show urtwn in kernel. cheers, Ian