Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jun 2022 09:19:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285
Message-ID:  <bug-264238-21060-pzJOeaXH4g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264238-21060@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #31 from J.R. Oldroyd <fbsd@opal.com> ---
(In reply to Jaskie from comment #30)

I notice you're associated again with the bssid which requires WPA auth:
    ssid WHU-STU channel 5 (2432 MHz 11g ht/20) bssid 70:d9:31:0e:2c:00
    regdomain 96 indoor ecm authmode WPA privacy MIXED deftxkey UNDEF


In your working 13.0 comments you have been on a bssid which is OPEN and you
have said you go to a sign-in page to authenticate:
    ssid WHU-STU channel 13 (2472 MHz 11g ht/20) bssid fc:b6:98:f6:12:80
    regdomain 96 indoor ecm authmode OPEN privacy OFF txpower 20 bmiss 7

As I suggested in email on May 29th, have you tried forcing the use of the
known working bssid by adding it to the network details in wpa_supplicant.conf:
        network={
                ssid="WHU-STU"
                bssid=fc:b6:98:f6:12:80
                key_mgmt=NONE
        }

You must remove (comment out) all other WHU-STU network config so that the only
bssid it associates with is the one that is known to work.  When you run
ifconfig, it must show the known good bssid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

home | help

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