 |
 |
 |
 |
| F17 Development Forum The proper place for all things "F17." This section has been archived since F17 reached final release. |

10th April 2012, 05:05 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 887

|
|
|
WPA2 Enterprise F17
Anyone able to get WPA2 enterprise to work with F17??
I am unable to get it to work here with F17.
Using WPA2, EAP-Tunneled TLS, MSCHAPv2
I downloaded and installed the livecd and WPA2 didn't work. Plugged it in and did a update through Yum hoping there might be a fix in the updates but still the same result: No Go
Works fine on unencrypted network.
Code:
Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
Last edited by AndrewSerk; 10th April 2012 at 05:10 AM.
|

10th April 2012, 12:13 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 697

|
|
|
Re: WPA2 Enterprise F17
This also doesn't work for me with F16 and the latest kernel.
|

10th April 2012, 03:00 PM
|
 |
Formerly known as"professorrmd"
|
|
Join Date: Mar 2011
Posts: 2,625

|
|
|
Re: WPA2 Enterprise F17
My Fedora 17 works with WPA-personal at home. I have not tried WPA2 enterprise yet though. However, both work without problems in F16
PHP Code:
Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
3.3.1-3.fc16.x86_64
Last edited by nonamedotc; 10th April 2012 at 03:41 PM.
Reason: added kernel info
|

10th April 2012, 03:37 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 697

|
|
|
Re: WPA2 Enterprise F17
Hmm, that's strange, WPA personal is also not working (it sees the networks but keeps asking for a password), however when the notbebook is on AC (and booted that way) it works just as supposed. Then when it is disconnected both from the AC and the access point it is unable to connect again.
Haven't tested with the AC on an enterprise network though.
uname -r:
Code:
3.3.1-3.fc16.x86_64
(earlier kernels work fine.)
lspci | grep Atheros:
Code:
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
|

10th April 2012, 04:34 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 887

|
|
|
Re: WPA2 Enterprise F17
Thanks for the posts guys,
I was hoping to spend more time on F17 this beta cycle but without WPA2 F17 is a nonstarter here
Patiently awaiting a fix,
|

16th April 2012, 04:58 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Location: Boulder, CO
Posts: 24

|
|
|
Re: WPA2 Enterprise F17
I'm seeing a similar issue here, too. I have no problem connecting with WPA2, but after suspending my laptop I keep getting prompted for a password even though it already has the correct one.
Restarting the laptop lets me get back on though. Everything worked fine when I was using F16.
Code:
Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
|

16th April 2012, 04:08 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 887

|
|
|
Re: WPA2 Enterprise F17
Thanks for the heads up on WPA2 working there. I have been plugging in and updating F17 every few days hoping for a fix but still a no go.
I will try to replace my wireless adapter driver/etc. since it seems to be a local issue.
Thanks for the replies,
|

18th April 2012, 02:20 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Russia
Posts: 34

|
|
|
Re: WPA2 Enterprise F17
With new kernel, released a day ago your issue must be fixed. Try yum update from testing repo.
|

18th April 2012, 12:50 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 887

|
|
|
Re: WPA2 Enterprise F17
Quote:
Originally Posted by hostace
With new kernel, released a day ago your issue must be fixed. Try yum update from testing repo.
|
Unfortunately no, still have to be tethered. I really have not made a effort to fix the issue yet. I Hope today I will get the time to manually move the driver blob and go through the kernel modules
|

18th April 2012, 04:22 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Russia
Posts: 34

|
|
|
Re: WPA2 Enterprise F17
Sorry, but which kernel version you aer use? And please give me string for your adapter from lspci. May be I can help.
---------- Post added at 09:22 PM ---------- Previous post was at 08:58 PM ----------
sorry, I'm readed forst post, and I don't need output from lspci. Only kernel version. Are you use powersaving options for your pci devices?
|

18th April 2012, 05:12 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 887

|
|
|
Re: WPA2 Enterprise F17
Thanks for the interest in the issue I am experiencing,
Here is the relevant info:
Code:
[root@SpaceTimeCoder ~]# lspci -vvv|grep "Network controller"
0b:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
[root@SpaceTimeCoder ~]# lspci -vvv|grep iwl
Kernel driver in use: iwl4965
[root@SpaceTimeCoder ~]# lsmod|grep iwl
iwl4965 159646 0
iwlegacy 114759 1 iwl4965
mac80211 427516 2 iwlegacy,iwl4965
cfg80211 169628 3 mac80211,iwlegacy,iwl4965
[root@SpaceTimeCoder ~]# uname -r
3.3.2-1.fc17.i686
and it is a little different from a working SL install:
Code:
[root@SpaceTimeProgrammer ~]# lspci|grep "Network controller"
0b:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
[root@SpaceTimeProgrammer ~]# lspci -vvv|grep iwl
Kernel driver in use: iwlagn
Kernel modules: iwlagn
[root@SpaceTimeProgrammer ~]# lsmod|grep iwl
iwlagn 170290 0
iwlcore 63753 1 iwlagn
mac80211 130488 2 iwlagn,iwlcore
cfg80211 117703 3 iwlagn,iwlcore,mac80211
[root@SpaceTimeProgrammer ~]# uname -r
2.6.32-220.7.1.el6.i686
EDIT:
Quote:
|
Are you use powersaving options for your pci devices?
|
I don't know that answer  The install is from a nightly build from the beginning of the month. If I don't find a fix in the next few days I will try the new install media. ( This is a "Toy" install on a spare drive)
Last edited by AndrewSerk; 18th April 2012 at 05:51 PM.
|

18th April 2012, 10:22 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Spain
Posts: 10

|
|
Re: WPA2 Enterprise F17
The same issue here.
Cannot connect to eduroam (at my University), which uses WPA2-Enterprise, since i've updated to F17.
Security: WPA/WPA2-Enterprise
Authentication: Protected EAP (PEAP)
PEAP Version: Automatic
Inner Authentication: MSCHAPv2
lspci | grep Network
Code:
02:00.0 Network controller: Intel Corporation WiFi Link 5100
uname -r
Code:
3.3.2-1.fc17.x86_64
cat /var/log/wpa_supplicant.log
Code:
wlan0: Trying to associate with 00:24:c4:db:44:10 (SSID='eduroam' freq=5220 MHz)
wlan0: Associated with 00:24:c4:db:44:10
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
OpenSSL: tls_connection_ca_cert - Failed to load root certificates error:00000000:lib(0):func(0):reason(0)
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:24:c4:db:44:10 reason=23
wlan0: SME: Trying to authenticate with 00:25:45:35:27:f0 (SSID='eduroam' freq=2462 MHz)
wlan0: Trying to associate with 00:25:45:35:27:f0 (SSID='eduroam' freq=2462 MHz)
wlan0: Associated with 00:25:45:35:27:f0
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:25:45:35:27:f0 reason=23
wlan0: SME: Trying to authenticate with 00:16:9c:4d:45:70 (SSID='eduroam' freq=5240 MHz)
wlan0: Trying to associate with 00:16:9c:4d:45:70 (SSID='eduroam' freq=5240 MHz)
wlan0: Associated with 00:16:9c:4d:45:70
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:16:9c:4d:45:70 reason=0
.......
And so on.....
|

18th April 2012, 11:37 PM
|
 |
Registered User
|
|
Join Date: Dec 2010
Posts: 44

|
|
|
Re: WPA2 Enterprise F17
Quote:
Originally Posted by Sigsev
The same issue here.
Cannot connect to eduroam (at my University), which uses WPA2-Enterprise, since i've updated to F17.
Security: WPA/WPA2-Enterprise
Authentication: Protected EAP (PEAP)
PEAP Version: Automatic
Inner Authentication: MSCHAPv2
lspci | grep Network
Code:
02:00.0 Network controller: Intel Corporation WiFi Link 5100
uname -r
Code:
3.3.2-1.fc17.x86_64
cat /var/log/wpa_supplicant.log
Code:
wlan0: Trying to associate with 00:24:c4:db:44:10 (SSID='eduroam' freq=5220 MHz)
wlan0: Associated with 00:24:c4:db:44:10
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
OpenSSL: tls_connection_ca_cert - Failed to load root certificates error:00000000:lib(0):func(0):reason(0)
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:24:c4:db:44:10 reason=23
wlan0: SME: Trying to authenticate with 00:25:45:35:27:f0 (SSID='eduroam' freq=2462 MHz)
wlan0: Trying to associate with 00:25:45:35:27:f0 (SSID='eduroam' freq=2462 MHz)
wlan0: Associated with 00:25:45:35:27:f0
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:25:45:35:27:f0 reason=23
wlan0: SME: Trying to authenticate with 00:16:9c:4d:45:70 (SSID='eduroam' freq=5240 MHz)
wlan0: Trying to associate with 00:16:9c:4d:45:70 (SSID='eduroam' freq=5240 MHz)
wlan0: Associated with 00:16:9c:4d:45:70
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal09.cpd.ua.es/emailAddress=certadm@ua.es'
wlan0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/C=ES/ST=Alicante/L=San Vicente del Raspeig/O=Universidad de Alicante/OU=Red Inalambrica/CN=inal4.cpd.ua.es'
EAP-MSCHAPV2: Authentication succeeded
EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: WPA: Failed to get master session key from EAPOL state machines - key handshake aborted
wlan0: CTRL-EVENT-DISCONNECTED bssid=00:16:9c:4d:45:70 reason=0
.......
And so on.....

|
Same settings, same version of F17, same problem. I have an intel 4965AGN card in my laptop
|

19th April 2012, 03:10 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Russia
Posts: 34

|
|
|
Re: WPA2 Enterprise F17
Seems as Intel drivers is broken (I think, your adapters is going to the sleep permanently). After trying connect to WPA2-enterprise can you connect to any other network?
Please provide me output from
Quote:
|
cat /sys/bus/pci/devices/*/power/control
|
I thing it may have some wrong default options.Especially if you tuned your notebooks for minimum power consumption...
---------- Post added at 08:10 AM ---------- Previous post was at 08:00 AM ----------
Some tip: Try this kernel: https://admin.fedoraproject.org/upda...020556919899ae
|

19th April 2012, 10:31 AM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 9

|
|
|
Re: WPA2 Enterprise F17
Same problem with WPA2 enterprise here (also on Eduroam)
No problems at home with the WPA2 personal.
Ethernet controller: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
Output of cat /sys/bus/pci/devices/*/power/control :
17 x On
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 07:31 (Thursday, 23-05-2013)
|
|
 |
 |
 |
 |
|
|