[Bug 214264] iwn regression on 11.0 (Centrino Wireless-N 2230)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 24 02:38:16 UTC 2016


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

Sean Farley <scf at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scf at FreeBSD.org

--- Comment #1 from Sean Farley <scf at 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.


More information about the freebsd-wireless mailing list