Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jun 2022 15:18:03 +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 (wpa_supplicant)
Message-ID:  <bug-264238-21060-dSGsFAS3zp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264238-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264238-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=3D264238

--- Comment #42 from Jaskie <jiangjun12321@yahoo.com> ---
Unfortunately the fixntou mentioned doesn't seem to solve my issue. I follo=
wed
J.R. Oldroyd's guide and did the following test by compiling WPA:


cd /usr/src
git clone https://git.freebsd.org/src.git .
git switch releng/13.1


git cherry-pick 1e0ca65a3bb5798a80eccaae58d863f1f08b9ae8
git commit -m "msg"

cd usr.sbin/wpa
make
mv /usr/sbin/wpa_supplicant{,.bak 13.0OK}

cp -p /usr/obj/usr/src/amd64.amd64/usr.sbin/wpa/wpa_supplicant/wpa_supplica=
nt
/usr/sbin/wpa_supplicant
strip /usr/sbin/wpa_supplicant

reboot




Ln reboot, it's all the same as I reported in the first message of this bug
report, nothing really changed as I noticed. But as soon as I copied
wpa_supplicant 13.0 in place and restart netif, everything just works again.

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



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