From owner-freebsd-current@freebsd.org Fri Aug 14 18:26:00 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 08A3D9B92D3 for ; Fri, 14 Aug 2015 18:26:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5D421768; Fri, 14 Aug 2015 18:25:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (75-48-78-19.lightspeed.cncrca.sbcglobal.net [75.48.78.19]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E0DD2B94E; Fri, 14 Aug 2015 14:25:58 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: Thomas Mueller , Gleb Smirnoff Subject: Re: CFT: ndis(4) testers needed! Date: Fri, 14 Aug 2015 10:41:33 -0700 Message-ID: <2028674.06lC1bRjxX@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <632901.91790.bm@smtp116.sbc.mail.ne1.yahoo.com> References: <20150731121226.GJ889@FreeBSD.org> <20150813070713.GE75813@glebius.int.ru> <632901.91790.bm@smtp116.sbc.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 14 Aug 2015 14:25:59 -0400 (EDT) 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: Fri, 14 Aug 2015 18:26:00 -0000 On Thursday, August 13, 2015 08:21:44 AM Thomas Mueller wrote: > > T> Thinking I might have used the wrong syntax with ifconfig, I tried again with rsu0 instead of ndis0 or other failed attempts, and was successful connecting to Internet. > > > AFAIU, if you got rsu(4) driver in your kernel it will attach to the hardware, > > and the ndis(4) driver won't be able to. > > > Have you tried to used ndis(4) before on an unpatched vanilla FreeBSD? > > > Totus tuus, Glebius. > > I have tried to use ndis before, but never successfully. I used custom kernel, but src tree was not patched. > > Do I have to build a separate kernel without rsu to test ndis, or is disabling at loader good enough? > > set hint.rsu.0.disabled="1" This isn't sufficient. This leaves the device named rsu0 but disables it without letting other drivers attach to it. You need to remove the rsu driver entirely or use devctl to force the driver to ndis. -- John Baldwin