[Desktop-packages] [Bug 1306928] Re: Broadcom STA driver gets autoinstalled on BCM4313, where it's no longer needed

2014-04-27 Thread Romain Fluttaz
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

[Desktop-packages] [Bug 1439267] Re: WiFi EAP-SIM authentication is not supported

2015-08-26 Thread Romain Fluttaz
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