Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 03:24:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 230098] wlan is not connected after reboot
Message-ID:  <bug-230098-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230098

            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@FreeBSD.org
          Reporter: ish@amail.plala.or.jp

I'm using notebook PC as follows.

# cat /etc/rc.conf
...[snip]...
ifconfig_ue0=3D"ether XX:XX:XX:XX:XX:XX up"
wlans_iwm0=3D"wlan0"
create_args_wlan0=3D"country JP"
ifconfig_wlan0=3D"wpa"
cloned_interfaces=3D"lagg0"
ifconfig_lagg0=3D"laggproto failover laggport ue0 laggport wlan0 192.168.X.X
netmask 255.255.255.0"
defaultroute_carrier_delay=3D"60"
netif_wait_timeout=3D60
netif_wait_if=3D"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 wla=
n0'
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=3D'XXXXXXXXX' freq=3D5300 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=3D0 method=3D13
Jul 28 11:09:24 carrot wpa_supplicant[1665]: wlan0: CTRL-EVENT-EAP-METHOD E=
AP
vendor 0 method 13 (TLS) selected
...[snip]...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230098-21060>