Date: Tue, 3 Jul 2018 14:32:19 -0700 From: Yuri <yuri@rawbw.com> To: Sean Bruno <sbruno@freebsd.org>, lev@freebsd.org, current <current@freebsd.org> Subject: Re: [regression] The USB WiFi card stopped working: if_run doesn't create the 'run0' interface any more Message-ID: <0d8d7084-291e-89ab-f973-a3ec4ed87755@rawbw.com> In-Reply-To: <1bc18a88-bb06-1d1d-89f5-2bdf726421d5@freebsd.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0d8d7084-291e-89ab-f973-a3ec4ed87755>