From owner-freebsd-current@freebsd.org Thu Jun 14 01:12:46 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 822F5100B3D7 for ; Thu, 14 Jun 2018 01:12:46 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::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 D6AAB8770E for ; Thu, 14 Jun 2018 01:12:45 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.106] (cpe-23-243-162-239.socal.res.rr.com [23.243.162.239]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id a6c34858 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Wed, 13 Jun 2018 18:12:43 -0700 (PDT) Subject: Re: RealTek RTL8192E/RTL8192SE Wireless Support To: Stephen Albright , freebsd-current@freebsd.org References: From: Pete Wright Message-ID: <7baa693c-dd15-7e73-0e1c-8feb0a3bd1f6@nomadlogic.org> Date: Wed, 13 Jun 2018 18:12:42 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 14 Jun 2018 01:12:46 -0000 On 06/13/2018 17:31, Stephen Albright wrote: > Hello All: > > I have a Samsung NP-N140 with a RTL8192E card and I am having difficulty > with it. I am running -current because if I read the man pages correctly, > only 12-Current has the driver in rtwn (from the rtwn(4) man page). So, I > built a custom kernel per the man pages: out of curiosity have you attempted to boot 12-CURRENT with the stock GENERIC kernel and attempt to load the kernel module by hand or via /etc/rc.conf? for example you could create this line in /etc/rc.conf: kld_list="rtwn.ko" then verify it is loaded after reboot by running "kldstat". cheers, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA