From owner-freebsd-current@freebsd.org Tue Jul 3 21:32:23 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 47BE71029DB6 for ; Tue, 3 Jul 2018 21:32:23 +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 D274171CC6 for ; Tue, 3 Jul 2018 21:32:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 959A51029DB4; Tue, 3 Jul 2018 21:32:22 +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 82C291029DB3 for ; Tue, 3 Jul 2018 21:32:22 +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 0DE0671CBE; Tue, 3 Jul 2018 21:32:21 +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 w63LWKNh025948 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 3 Jul 2018 14:32:20 -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: Sean Bruno , lev@freebsd.org, current References: <750df9db-ac02-a691-d091-7c34fe5ddb22@rawbw.com> <55b549d9-70d3-2c30-c731-1d0d55fa3494@FreeBSD.org> <8dc53310-b2a4-0537-8593-6376799d1cbc@rawbw.com> <1bc18a88-bb06-1d1d-89f5-2bdf726421d5@freebsd.org> From: Yuri Message-ID: <0d8d7084-291e-89ab-f973-a3ec4ed87755@rawbw.com> Date: Tue, 3 Jul 2018 14:32:19 -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: <1bc18a88-bb06-1d1d-89f5-2bdf726421d5@freebsd.org> 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.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: Tue, 03 Jul 2018 21:32:23 -0000 On 07/03/18 13:54, Sean Bruno wrote: > Yuri: > > If you're still having trouble, dump your rc.conf entries for your > wireless. Mine looks like this at the moment with iwn(4): > > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA DHCP" > > seam > Thank you, Sean! rc.conf has: wlans_iwn0="wlan0" ifconfig_wlan0="WPA DHCP" wpa_supplicant_enable="YES" wpa_supplicant_program="/usr/local/sbin/wpa_supplicant" This worked before, and the only thing that has changed is that the system was updated. The interface run0 exists. After I run this command manually: ifconfig wlan0 create wlandev run0 wpa_supplicant works. But before this happened automatically, now it doesn't happen, and wpa_supplicant just fails. Something in the system update affected the interoperability with wpa_supplicant. Yuri