I'm having troubles setting up a wifi connection from my ISP (Ziggo) which is using PEAP for wifi (so called hotspots). These are the specifications of the connection:
Wireless SSID Ziggo Protection Type : WPA2-Enterprise Encryptiontype: AES (CCMP) EAP Methode PEAP Phase 2-verificatie :empty Certificate: empty Anonymous identity: empty Identity: [my isp provided username] Password: [my isp provided password]
This connection has been set up on my 14.04 ubuntu box and is working flawlessely. So i figured it should be working on the Aquarius as well ... But unfortunately not. Since the BQ has no extra settings to setup a wifi connection besides WPA(2) and WEP the connection can't be made. Setting up a hidden connection does not provide more options.
I have tried to manually edit the connection info from my working setup to my phone with adb shell and editting the created profile in /etc/NetworkManager/system-connections. But this did not bring up the expected result...
Contents of the edited file [U]/etc/NetworkManager/system-connections/Ziggo [/U]
[connection]
id=Ziggo
uuid=3c31ba07-bf71-413c-a653-aa2fdb******
type=802-11-wireless
[802-11-wireless]
ssid=Ziggo
mac-address=4C:74:03:*********
security=802-11-wireless-security
[802-11-wireless-security]
key-mgmt=wpa-eap
auth-alg=open
[802-1x]
eap=peap;
identity=[provided by isp]
phase2-auth=mschapv2
password=[provided by isp]
[ipv4]
method=auto
[ipv6]
method=auto
[B]Aquarius BQ4.5 PHONE connection dialog (not-working because no extra settings): [/B] [IMG]http://i.imgur.com/LU86JTl.jpg?1[/IMG] [B] Desktop connection dialog (working):[/B]
[IMG]http://i.imgur.com/TYjg9xh.jpg?1[/IMG]