Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 02:38:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 214264] iwn regression on 11.0 (Centrino Wireless-N 2230)
Message-ID:  <bug-214264-21060-ytksTvZz2x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214264-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214264-21060@https.bugs.freebsd.org/bugzilla/>

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

Sean Farley <scf@FreeBSD.org> changed:

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

--- Comment #1 from Sean Farley <scf@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 N=
IC.=20
This was causing something to trip.  I just needed to change where I set it.

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

To:
ifconfig_wlan0=3D"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 configurati=
on
change myself.

Hopefully, that is your issue too.

--=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-214264-21060-ytksTvZz2x>