From owner-freebsd-current@freebsd.org Wed Jul 4 18:49:17 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 A5D25102F07D for ; Wed, 4 Jul 2018 18:49:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 45D838D0DD for ; Wed, 4 Jul 2018 18:49:17 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 06E1E102F07A; Wed, 4 Jul 2018 18:49:17 +0000 (UTC) Delivered-To: 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 E8341102F079 for ; Wed, 4 Jul 2018 18:49:16 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 659A48D0D9; Wed, 4 Jul 2018 18:49:16 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w64InDbI049033 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 4 Jul 2018 11:49:14 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more To: "Rodney W. Grimes" Cc: Sean Bruno , lev@freebsd.org, current References: <201807041427.w64ERDHh043253@pdx.rh.CN85.dnsmgr.net> From: Yuri Message-ID: <028e8ccd-b76f-bb77-44db-7278d1f273aa@rawbw.com> Date: Wed, 4 Jul 2018 11:49:12 -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: <201807041427.w64ERDHh043253@pdx.rh.CN85.dnsmgr.net> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 04 Jul 2018 18:49:17 -0000 On 07/04/18 07:27, Rodney W. Grimes wrote: > Devd/devmatch is one of the largest changes recently, > it could be something in that code path. > > Do you get the if_run.ko module loaded? What does kldstat show > immediately after boot and before you try to "fix" anything with > ifconfig. > > >> It definitely did create the run0 interface before, and now it doesn't. > I wonder if the kernel module is no longer loading... if_run.ko isn't loaded after boot. But I think it is supposed to be loaded by devd too. Yuri