Comment 159 for bug 1104476

Revision history for this message
enrico (enricofranceschi) wrote : Re: Network manager cannot connect to WPA2/PEAP/MSCHAPv2 network without CA_Certificate

Sorry I posted an incorrect link
this is, my workaraound for lubuntu 14.04 32bit on Acer Aspire One d150, others have not worked:

download: network-manager-gnome_0.9.4.1-0ubuntu2_i386.deb (network manager Lubuntu 12:04) from https://launchpad.net/ubuntu/precise/i386/network-manager-gnome/0.9.4.1-0ubuntu2
for safety dowload also Lubuntu-desktop_0.55_i386.deb (desktop settings Lubuntu 14:04) from https://launchpad.net/ubuntu/trusty/i386/lubuntu-desktop/0.55

sudo stop network-manager

sudo killall nm-applet

sudo apt-get remove network-manager-gnome
(also removes Lubuntu-desktop)

from dowload directory:

sudo dpkg -i network-manager-gnome_0.9.4.1-0ubuntu2_i386.deb
sudo dpkg -i Lubuntu-desktop_0.55_i386.deb

returns errors

sudo start network-manager

alt + f2 nm-applet

configure: right click on the network icon in systray
connect to WIFI, ignoring the certificate request

sudo apt-get-f install
(fixes the dependencies are not met due to the installation of the network manager 12:04 on 14:04)

sudo apt-get update && sudo apt-get upgrade

everything should be ok even after rebooting