[Bug 230098] wlan is not connected after reboot
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 28 03:24:36 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230098
Bug ID: 230098
Summary: wlan is not connected after reboot
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: wireless
Assignee: wireless at FreeBSD.org
Reporter: ish at amail.plala.or.jp
I'm using notebook PC as follows.
# cat /etc/rc.conf
...[snip]...
ifconfig_ue0="ether XX:XX:XX:XX:XX:XX up"
wlans_iwm0="wlan0"
create_args_wlan0="country JP"
ifconfig_wlan0="wpa"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport ue0 laggport wlan0 192.168.X.X
netmask 255.255.255.0"
defaultroute_carrier_delay="60"
netif_wait_timeout=60
netif_wait_if="ue0"
It was working good until r336165.
After updating only kernel to r336467, it was working good.
After updating userland to r336467, wlan is not connected after reboot and no
log are recorded for wpa_supplicant'. (wpa_supplicant is still running.)
It can be still connected manually by '/etc/rc.d/wpa_supplicant restart wlan0'
after reboot. wpa_supplicant is logging normally as follows.
Jul 28 11:09:16 carrot wpa_supplicant[257]: wlan0: CTRL-EVENT-TERMINATING
Jul 28 11:09:16 carrot wpa_supplicant[1664]: Successfully initialized
wpa_supplicant
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0: Trying to associate with
XX:XX:XX:XX:XX:XX (SSID='XXXXXXXXX' freq=5300 MHz)
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0: Associated with
XX:XX:XX:XX:XX:XX
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0: CTRL-EVENT-EAP-STARTED EAP
authentication started
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0:
CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=13
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0: CTRL-EVENT-EAP-METHOD EAP
vendor 0 method 13 (TLS) selected
...[snip]...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-wireless
mailing list