From owner-freebsd-current@freebsd.org Fri Jul 13 04:15:47 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 1C7DF104CF31 for ; Fri, 13 Jul 2018 04:15:47 +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 947547356D for ; Fri, 13 Jul 2018 04:15:46 +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 w6D4FiG6091643 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 12 Jul 2018 21:15:45 -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: Pete Wright , freebsd-current@freebsd.org References: <750df9db-ac02-a691-d091-7c34fe5ddb22@rawbw.com> <83624f27-797d-6557-3f7e-8beac57c7d38@nomadlogic.org> From: Yuri Message-ID: Date: Thu, 12 Jul 2018 21:15:43 -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: <83624f27-797d-6557-3f7e-8beac57c7d38@nomadlogic.org> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: Fri, 13 Jul 2018 04:15:47 -0000 On 07/12/18 13:38, Pete Wright wrote: > > sorry if i missed something (don't see details in the bug report) - is > the issue that the run(4) kernel module is not being loaded? is there > an error when the system attempts to load the kernel module in the > dmesg buffer?  if it is not being loaded automagically what happens > when you manually load the module via "kldload" or by updating rc.conf? No errors while the kernel module is loaded. The problem is that when the card is inserted wlan0 isn't automatically created. It also isn't created during boot with the card in. I think that there were some changes in devd that caused this regression. Yuri