I recently upgraded my Ubuntu from 16.04 to 18.04 (clean install, full wipe). Now I can no longer connect to the corporate network at my office (perhaps related to these bugs: bug 1, bug 2). What proved to fix this issue in Ubuntu 16.04 is the answer to this question; Downgrade wpa_supplicant
to 2.1.
However, even with the linode repository, this fix can no longer be applied. There is no version for wpa_supplicant
below 2.6 to the best of my knowledge for Ubuntu 18.04.
My question is this: How can I downgrade wpa_supplicant to 2.1 for Ubuntu 18.04?
Configuration needed for corporate the wifi connection:
- Security: WPA & WPA2 Enterprise
- Authentication: Protected EAP (PEAP)
- Checkbox No CA certificate required.
- Inner authentication: MSCHAPv2
I found a solution and it is working flawlessly. Here are the steps:
Add Ubuntu Vivid and Xenial repos.
Update your repo list.
Downgrade wpasupplicant and install libssl.
Setup priority for the recently installed packages.
Restart your computer.
Credits: http://viranzo.blogs.upv.es/2018/09/11/downgrade-wpa_supplicant-ubuntu-18-04
This is fixed sort of. This worked on Ubuntu 18.04 MATE.
Need to get https://launchpad.net/ubuntu/+source/wpa/2:2.4-1.1ubuntu1 version of
wpa_supplicant
.Get those files ready to build:
with something like
Install dependecies:
(these are described in the
.dsc
file)then build it
and it should spit some
.deb
files to installlike:
You will have some problems if you are inexperienced, but this should give you somewhere to start....
I promise it worked for me with an Intel wireless (
iwl
firmware and driver) which couldn't connect to the wpa2 enterprise tls with auth certs. Now it works like it did in 16.04.keywords to look up to help compile might be google:how to compile debian source code or https://wiki.debian.org/BuildingTutorial.
I've just downloaded an older version of wpasupplicant (2.4-1.1) and installed with:
It solved my problem.
The .udeb file for this older version of wpasupplicant is available for download on Launchpad: wpasupplicant_2.4-1.1ubuntu1_amd64.deb