raspberryswirl
Posts: 7
Joined: Sat Aug 21, 2021 6:44 am

Updating to wpa_supplicant 2.10

Tue Aug 16, 2022 8:28 pm

Hi all!

Can anyone point me in the right direction as to the simplest way to update wpa_supplicant 2.9 to 2.10?

I've reviewed the following resources but it's a bit out of my league:
https://w1.fi/wpa_supplicant/
https://www.linuxfromscratch.org/blfs/v ... icant.html

I'm ideally looking for an install script similar to this guide designed for 2.9
viewtopic.php?t=287485

Any help will be appreciated. Thank you!

pidd
Posts: 5217
Joined: Fri May 29, 2020 8:29 pm
Location: Wirral, UK

Re: Updating to wpa_supplicant 2.10

Tue Aug 16, 2022 9:18 pm

2.10 is in bullseye-backports, add bullseye-backports to your sources and install with apt

eg new file /etc/apt/sources.list.d/backports.list

containing the following

Code: Select all

deb http://deb.debian.org/debian bullseye-backports main

then

Code: Select all

sudo apt update
sudo apt install wpasupplicant/bullseye-backports

raspberryswirl
Posts: 7
Joined: Sat Aug 21, 2021 6:44 am

Re: Updating to wpa_supplicant 2.10

Wed Aug 17, 2022 6:35 am

Thanks - something like this was exactly what I was looking for!

I got an error however after adding backports that public key is not available and installation failed. I believe it's fixed by the following commands before running apt update:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138

Not sure if these keys are the best / safest to use so anyone feel free to chime in or confirm they are okay.

Thanks again for the help!

pidd
Posts: 5217
Joined: Fri May 29, 2020 8:29 pm
Location: Wirral, UK

Re: Updating to wpa_supplicant 2.10

Wed Aug 17, 2022 6:53 am

raspberryswirl wrote:
Wed Aug 17, 2022 6:35 am
Thanks - something like this was exactly what I was looking for!

I got an error however after adding backports that public key is not available and installation failed. I believe it's fixed by the following commands before running apt update:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138

Not sure if these keys are the best / safest to use so anyone feel free to chime in or confirm they are okay.

Thanks again for the help!
They are fine and safe to use, iirc you only need one of them but two does no harm.

64-bit RPiOS already has relevant keyrings, installing the debian-archive-keyring package may work

Return to “Networking and servers”