https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214264

Sean Farley <s...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s...@freebsd.org

--- Comment #1 from Sean Farley <s...@freebsd.org> ---
I was getting the same although WiFi was not working for more than a few
seconds.  I ran across Bug 214266 which held the solution (for me :)).

With lagg, I had the MAC of the wireless NIC set to the same as the wired NIC. 
This was causing something to trip.  I just needed to change where I set it.

From:
ifconfig_iwn0="ether aa:bb:cc:dd:ee:ff"
ifconfig_wlan0="WPA"

To:
ifconfig_wlan0="ether aa:bb:cc:dd:ee:ff WPA"

Since the actual wireless NIC's are no longer visible except via the wlan
interface, ifconfig_iwn0 is no longer valid.  I had missed that configuration
change myself.

Hopefully, that is your issue too.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to