On 14.04 we need to manually remove bcmwl-kernel-source, and use brcmsmac.
Just for informations :
Remove bcmwl and install linux-firmware-nonfree :
sudo apt-get purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree
Then you need to blacklist b43 and wl :
echo "blacklist b43" | s
Is there a way to edit the wpa_supplicant.conf to get a quick fix ?
network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP IEEE8021X
eap=SIM
priority=5
}
I've tried to add a conf file in /etc/NetworkManager/system-connections/
with :
[wifi-security]
key-mgmt=WPA-EAP IE
2 matches
Mail list logo