How to connect to ieee8021x Network using connmanConnect to the same network using 2 wireless interfacesUsing connman, how can I set resolv.conf options when connman keeps overring the file?Setting up connection to WPA2 Enterprise (PEAP/MSCHAPv2) with two-level certificatenetwork manager can't connect to WPA2 Enterprise EAPLinux Mint 18 can't connect to PEAP-MSCHAPv2 encrypted school wifiShell script to unlock gnome-keyring for school internet upon loginProblem connecting WPA2 PEAP MSCHAPV2. Handshake failure on client helloCannot connect to my work's WPA2 Enterprise on Linux but Android works fineHow to determine the required encryption method for a WiFi connection with wicd?Can't connect to WiFi with WPA-EAP
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
How old can references or sources in a thesis be?
Why are only specific transaction types accepted into the mempool?
Possibly bubble sort algorithm
How to report a triplet of septets in NMR tabulation?
What Brexit solution does the DUP want?
Why don't electron-positron collisions release infinite energy?
What is the offset in a seaplane's hull?
Japan - Plan around max visa duration
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
The use of multiple foreign keys on same column in SQL Server
Extreme, but not acceptable situation and I can't start the work tomorrow morning
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Copenhagen passport control - US citizen
A function which translates a sentence to title-case
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
Why was the small council so happy for Tyrion to become the Master of Coin?
Patience, young "Padovan"
Can I make popcorn with any corn?
How can I fix this gap between bookcases I made?
Chess with symmetric move-square
How do I create uniquely male characters?
"which" command doesn't work / path of Safari?
How to connect to ieee8021x Network using connman
Connect to the same network using 2 wireless interfacesUsing connman, how can I set resolv.conf options when connman keeps overring the file?Setting up connection to WPA2 Enterprise (PEAP/MSCHAPv2) with two-level certificatenetwork manager can't connect to WPA2 Enterprise EAPLinux Mint 18 can't connect to PEAP-MSCHAPv2 encrypted school wifiShell script to unlock gnome-keyring for school internet upon loginProblem connecting WPA2 PEAP MSCHAPV2. Handshake failure on client helloCannot connect to my work's WPA2 Enterprise on Linux but Android works fineHow to determine the required encryption method for a WiFi connection with wicd?Can't connect to WiFi with WPA-EAP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Connect to my private WPA2 Wifi with connman works like a charm (followed this instructions).
But when I try to connect to ieee8021x Network, i always get this error:
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
I suppose something is wrong with my config file placed in /var/lib/connman :
[global]
Name = UnityMedia
[service_umWifiSpot]
Type = wifi
SSID = 556e6974796d65646961205769666953706f74
EAP = peap
Phase2 = MSCHAPV2
Iddentit=unitymedia/myUsername
#AnonymousIdentity=anonymous@foo.edu
Passphrase=myPassword
This is how i try to connect:
connmanctl> agent on
Agent registered
connmanctl> scan wifi
connmanctl> services
*AO Wired ethernet_b827eb8920a9_cable
*AR ¯_(ツ)_/¯ wifi_801f024ae577_c2af5c5f28e38384295f2fc2af_managed_psk
furb wifi_801f024ae577_66757262_managed_psk
Unitymedia WifiSpot wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
:o) wifi_801f024ae577_3a6f29_managed_psk
ʕ•ᴥ•ʔ wifi_801f024ae577_ca95e280a2e1b4a5e280a2ca94_managed_psk
DIRECT-eE-Sonja's Fire TV wifi_801f024ae577_4449524543542d65452d536f6e6a6127732046697265205456_managed_psk
DIRECT-B9-HP ENVY 4520 series wifi_801f024ae577_4449524543542d42392d485020454e5659203435323020736572696573_managed_psk
SoHigh-WG wifi_801f024ae577_536f486967682d5747_managed_psk
o2-WLAN42 wifi_801f024ae577_6f322d574c414e3432_managed_psk
wifi_801f024ae577_hidden_managed_psk
UPC1989729 wifi_801f024ae577_55504331393839373239_managed_psk
wildline wifi_801f024ae577_77696c646c696e65_managed_psk
Internet wifi_801f024ae577_496e7465726e6574_managed_psk
UPC317EB59 wifi_801f024ae577_55504333313745423539_managed_psk
HP-Print-BE-Officejet Pro 8610 wifi_801f024ae577_48502d5072696e742d42452d4f66666963656a65742050726f2038363130_managed_none
UPC1BD68AB wifi_801f024ae577_55504331424436384142_managed_psk
Scan completed for wifi
connmanctl> connect wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
Connections via this wpa_supplicant.conf works:
network= ssid=”Unitymedia WifiSpot” key_mgmt=WPA-EAP eap=PEAP identity=”unitymedia/myUsername” password=”myPassword”
Hope someone have an idea what i´m doing wrong?
networking wpa2-eap
add a comment |
Connect to my private WPA2 Wifi with connman works like a charm (followed this instructions).
But when I try to connect to ieee8021x Network, i always get this error:
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
I suppose something is wrong with my config file placed in /var/lib/connman :
[global]
Name = UnityMedia
[service_umWifiSpot]
Type = wifi
SSID = 556e6974796d65646961205769666953706f74
EAP = peap
Phase2 = MSCHAPV2
Iddentit=unitymedia/myUsername
#AnonymousIdentity=anonymous@foo.edu
Passphrase=myPassword
This is how i try to connect:
connmanctl> agent on
Agent registered
connmanctl> scan wifi
connmanctl> services
*AO Wired ethernet_b827eb8920a9_cable
*AR ¯_(ツ)_/¯ wifi_801f024ae577_c2af5c5f28e38384295f2fc2af_managed_psk
furb wifi_801f024ae577_66757262_managed_psk
Unitymedia WifiSpot wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
:o) wifi_801f024ae577_3a6f29_managed_psk
ʕ•ᴥ•ʔ wifi_801f024ae577_ca95e280a2e1b4a5e280a2ca94_managed_psk
DIRECT-eE-Sonja's Fire TV wifi_801f024ae577_4449524543542d65452d536f6e6a6127732046697265205456_managed_psk
DIRECT-B9-HP ENVY 4520 series wifi_801f024ae577_4449524543542d42392d485020454e5659203435323020736572696573_managed_psk
SoHigh-WG wifi_801f024ae577_536f486967682d5747_managed_psk
o2-WLAN42 wifi_801f024ae577_6f322d574c414e3432_managed_psk
wifi_801f024ae577_hidden_managed_psk
UPC1989729 wifi_801f024ae577_55504331393839373239_managed_psk
wildline wifi_801f024ae577_77696c646c696e65_managed_psk
Internet wifi_801f024ae577_496e7465726e6574_managed_psk
UPC317EB59 wifi_801f024ae577_55504333313745423539_managed_psk
HP-Print-BE-Officejet Pro 8610 wifi_801f024ae577_48502d5072696e742d42452d4f66666963656a65742050726f2038363130_managed_none
UPC1BD68AB wifi_801f024ae577_55504331424436384142_managed_psk
Scan completed for wifi
connmanctl> connect wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
Connections via this wpa_supplicant.conf works:
network= ssid=”Unitymedia WifiSpot” key_mgmt=WPA-EAP eap=PEAP identity=”unitymedia/myUsername” password=”myPassword”
Hope someone have an idea what i´m doing wrong?
networking wpa2-eap
add a comment |
Connect to my private WPA2 Wifi with connman works like a charm (followed this instructions).
But when I try to connect to ieee8021x Network, i always get this error:
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
I suppose something is wrong with my config file placed in /var/lib/connman :
[global]
Name = UnityMedia
[service_umWifiSpot]
Type = wifi
SSID = 556e6974796d65646961205769666953706f74
EAP = peap
Phase2 = MSCHAPV2
Iddentit=unitymedia/myUsername
#AnonymousIdentity=anonymous@foo.edu
Passphrase=myPassword
This is how i try to connect:
connmanctl> agent on
Agent registered
connmanctl> scan wifi
connmanctl> services
*AO Wired ethernet_b827eb8920a9_cable
*AR ¯_(ツ)_/¯ wifi_801f024ae577_c2af5c5f28e38384295f2fc2af_managed_psk
furb wifi_801f024ae577_66757262_managed_psk
Unitymedia WifiSpot wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
:o) wifi_801f024ae577_3a6f29_managed_psk
ʕ•ᴥ•ʔ wifi_801f024ae577_ca95e280a2e1b4a5e280a2ca94_managed_psk
DIRECT-eE-Sonja's Fire TV wifi_801f024ae577_4449524543542d65452d536f6e6a6127732046697265205456_managed_psk
DIRECT-B9-HP ENVY 4520 series wifi_801f024ae577_4449524543542d42392d485020454e5659203435323020736572696573_managed_psk
SoHigh-WG wifi_801f024ae577_536f486967682d5747_managed_psk
o2-WLAN42 wifi_801f024ae577_6f322d574c414e3432_managed_psk
wifi_801f024ae577_hidden_managed_psk
UPC1989729 wifi_801f024ae577_55504331393839373239_managed_psk
wildline wifi_801f024ae577_77696c646c696e65_managed_psk
Internet wifi_801f024ae577_496e7465726e6574_managed_psk
UPC317EB59 wifi_801f024ae577_55504333313745423539_managed_psk
HP-Print-BE-Officejet Pro 8610 wifi_801f024ae577_48502d5072696e742d42452d4f66666963656a65742050726f2038363130_managed_none
UPC1BD68AB wifi_801f024ae577_55504331424436384142_managed_psk
Scan completed for wifi
connmanctl> connect wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
Connections via this wpa_supplicant.conf works:
network= ssid=”Unitymedia WifiSpot” key_mgmt=WPA-EAP eap=PEAP identity=”unitymedia/myUsername” password=”myPassword”
Hope someone have an idea what i´m doing wrong?
networking wpa2-eap
Connect to my private WPA2 Wifi with connman works like a charm (followed this instructions).
But when I try to connect to ieee8021x Network, i always get this error:
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
I suppose something is wrong with my config file placed in /var/lib/connman :
[global]
Name = UnityMedia
[service_umWifiSpot]
Type = wifi
SSID = 556e6974796d65646961205769666953706f74
EAP = peap
Phase2 = MSCHAPV2
Iddentit=unitymedia/myUsername
#AnonymousIdentity=anonymous@foo.edu
Passphrase=myPassword
This is how i try to connect:
connmanctl> agent on
Agent registered
connmanctl> scan wifi
connmanctl> services
*AO Wired ethernet_b827eb8920a9_cable
*AR ¯_(ツ)_/¯ wifi_801f024ae577_c2af5c5f28e38384295f2fc2af_managed_psk
furb wifi_801f024ae577_66757262_managed_psk
Unitymedia WifiSpot wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
:o) wifi_801f024ae577_3a6f29_managed_psk
ʕ•ᴥ•ʔ wifi_801f024ae577_ca95e280a2e1b4a5e280a2ca94_managed_psk
DIRECT-eE-Sonja's Fire TV wifi_801f024ae577_4449524543542d65452d536f6e6a6127732046697265205456_managed_psk
DIRECT-B9-HP ENVY 4520 series wifi_801f024ae577_4449524543542d42392d485020454e5659203435323020736572696573_managed_psk
SoHigh-WG wifi_801f024ae577_536f486967682d5747_managed_psk
o2-WLAN42 wifi_801f024ae577_6f322d574c414e3432_managed_psk
wifi_801f024ae577_hidden_managed_psk
UPC1989729 wifi_801f024ae577_55504331393839373239_managed_psk
wildline wifi_801f024ae577_77696c646c696e65_managed_psk
Internet wifi_801f024ae577_496e7465726e6574_managed_psk
UPC317EB59 wifi_801f024ae577_55504333313745423539_managed_psk
HP-Print-BE-Officejet Pro 8610 wifi_801f024ae577_48502d5072696e742d42452d4f66666963656a65742050726f2038363130_managed_none
UPC1BD68AB wifi_801f024ae577_55504331424436384142_managed_psk
Scan completed for wifi
connmanctl> connect wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x
Error /net/connman/service/wifi_801f024ae577_556e6974796d65646961205769666953706f74_managed_ieee8021x: Invalid arguments
Connections via this wpa_supplicant.conf works:
network= ssid=”Unitymedia WifiSpot” key_mgmt=WPA-EAP eap=PEAP identity=”unitymedia/myUsername” password=”myPassword”
Hope someone have an idea what i´m doing wrong?
networking wpa2-eap
networking wpa2-eap
edited Mar 29 at 11:50
GAD3R
28k1958114
28k1958114
asked Mar 27 at 14:17
mtymty
133
133
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you tried the instructions from Intel connman page? (Since this page got deleted, i had to get an old version from the Wayback Machine)
cat > /var/lib/connman/<pick_a_name>.config <<EOF
[global]
Name = <SSID>
Description = <fill in something descriptive>
[service_peap]
Type = wifi
Name = <SSID - like above>
EAP = peap
Phase2 = MSCHAPV2
Identity = <login>
Passphrase = <password>
EOF
After that, it is just a matter of running connmanctl connect <IEEE802.1x service>
whereas the service name can be found by calling:
connmanctl enable wifi
connmanctl scan wifi
connmanctl services
Quoting the Intel page again, If it doesn't work on the first attempt try again. (It just took me 2 attempts to successfully log onto an IEEE 802.1x hotspot with Edison).
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508998%2fhow-to-connect-to-ieee8021x-network-using-connman%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried the instructions from Intel connman page? (Since this page got deleted, i had to get an old version from the Wayback Machine)
cat > /var/lib/connman/<pick_a_name>.config <<EOF
[global]
Name = <SSID>
Description = <fill in something descriptive>
[service_peap]
Type = wifi
Name = <SSID - like above>
EAP = peap
Phase2 = MSCHAPV2
Identity = <login>
Passphrase = <password>
EOF
After that, it is just a matter of running connmanctl connect <IEEE802.1x service>
whereas the service name can be found by calling:
connmanctl enable wifi
connmanctl scan wifi
connmanctl services
Quoting the Intel page again, If it doesn't work on the first attempt try again. (It just took me 2 attempts to successfully log onto an IEEE 802.1x hotspot with Edison).
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
add a comment |
Have you tried the instructions from Intel connman page? (Since this page got deleted, i had to get an old version from the Wayback Machine)
cat > /var/lib/connman/<pick_a_name>.config <<EOF
[global]
Name = <SSID>
Description = <fill in something descriptive>
[service_peap]
Type = wifi
Name = <SSID - like above>
EAP = peap
Phase2 = MSCHAPV2
Identity = <login>
Passphrase = <password>
EOF
After that, it is just a matter of running connmanctl connect <IEEE802.1x service>
whereas the service name can be found by calling:
connmanctl enable wifi
connmanctl scan wifi
connmanctl services
Quoting the Intel page again, If it doesn't work on the first attempt try again. (It just took me 2 attempts to successfully log onto an IEEE 802.1x hotspot with Edison).
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
add a comment |
Have you tried the instructions from Intel connman page? (Since this page got deleted, i had to get an old version from the Wayback Machine)
cat > /var/lib/connman/<pick_a_name>.config <<EOF
[global]
Name = <SSID>
Description = <fill in something descriptive>
[service_peap]
Type = wifi
Name = <SSID - like above>
EAP = peap
Phase2 = MSCHAPV2
Identity = <login>
Passphrase = <password>
EOF
After that, it is just a matter of running connmanctl connect <IEEE802.1x service>
whereas the service name can be found by calling:
connmanctl enable wifi
connmanctl scan wifi
connmanctl services
Quoting the Intel page again, If it doesn't work on the first attempt try again. (It just took me 2 attempts to successfully log onto an IEEE 802.1x hotspot with Edison).
Have you tried the instructions from Intel connman page? (Since this page got deleted, i had to get an old version from the Wayback Machine)
cat > /var/lib/connman/<pick_a_name>.config <<EOF
[global]
Name = <SSID>
Description = <fill in something descriptive>
[service_peap]
Type = wifi
Name = <SSID - like above>
EAP = peap
Phase2 = MSCHAPV2
Identity = <login>
Passphrase = <password>
EOF
After that, it is just a matter of running connmanctl connect <IEEE802.1x service>
whereas the service name can be found by calling:
connmanctl enable wifi
connmanctl scan wifi
connmanctl services
Quoting the Intel page again, If it doesn't work on the first attempt try again. (It just took me 2 attempts to successfully log onto an IEEE 802.1x hotspot with Edison).
answered Mar 27 at 20:34
nwildnernwildner
15k34581
15k34581
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
add a comment |
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
many thanks! I changed the config like you mentioned in your answer and no it works!
– mty
Mar 29 at 10:50
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508998%2fhow-to-connect-to-ieee8021x-network-using-connman%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-networking, wpa2-eap