LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-08-2015, 02:57 AM   #1
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104
Networkmanager suddenly stopped connecting to eduroam


I'm running MLED 64bit on my laptop and used to be able to connect to the universities wireless system, ie eduroam. However without changes to the config itself suddenly this has stopped working and I'm at a complete loss how to fix this as there is nothing obviously different and no hints visible in the logs.

Hopefully someone can point me in the correct direction as I've reached the point that I see no other solution then a complete reinstall.

Observations:
1) After I last connected successfully to eduroam I installed the following list of packages, from which nothing stands out to me as potential culprit.
Code:
-rw-r--r-- 1 root root     984 Jul 25 15:25 compat32-tools-3.5-noarch-5alien
-rw-r--r-- 1 root root    3235 Jul 25 15:25 cups-compat32-1.5.4-x86_64-4_slack14.1compat32
-rw-r--r-- 1 root root    2043 Jul 25 15:26 flashplayer-plugin-11.2.202.491-x86_64-1_microlinux
-rw-r--r-- 1 root root   30978 Jul 25 15:26 httpd-2.4.16-x86_64-1_slack14.1
-rw-r--r-- 1 root root    3466 Jul 25 15:26 imlib2-1.4.7-x86_64-1_microlinux
-rw-r--r-- 1 root root  145014 Jul 25 15:27 jdk-8u51-x86_64-1_microlinux
-rw-r--r-- 1 root root    1217 Jul 25 15:27 libburn-1.4.0-x86_64-1_microlinux
-rw-r--r-- 1 root root    1281 Jul 25 15:27 libisofs-1.4.0-x86_64-3_microlinux
-rw-r--r-- 1 root root    6506 Jul 25 15:27 lxml-3.4.4-x86_64-1_microlinux
-rw-r--r-- 1 root root    2153 Jul 25 15:27 mm-common-0.9.7-noarch-1_microlinux
-rw-r--r-- 1 root root    1433 Jul 25 15:27 muParser-2.2.4-x86_64-1_microlinux
-rw-r--r-- 1 root root    1702 Jul 25 15:27 openssl-compat32-1.0.1p-x86_64-1_slack14.1compat32
-rw-r--r-- 1 root root    1255 Jul 25 15:27 openssl-solibs-compat32-1.0.1p-x86_64-1_slack14.1compat32
-rw-r--r-- 1 root root    8700 Jul 25 15:27 orage-4.12.1-x86_64-1_microlinux
-rw-r--r-- 1 root root    4113 Jul 25 15:27 orc-0.4.24-x86_64-1_microlinux
-rw-r--r-- 1 root root    1268 Jul 25 15:27 perl-extutils-depends-0.404-x86_64-1_microlinux
-rw-r--r-- 1 root root    4002 Jul 25 15:27 perl-glib-1.307-x86_64-1_microlinux
-rw-r--r-- 1 root root   26274 Jul 25 15:27 php-5.4.43-x86_64-1_slack14.1
-rw-r--r-- 1 root root   19275 Jul 25 15:27 scons-2.3.5-x86_64-1_microlinux
-rw-r--r-- 1 root root    1208 Jul 25 15:27 x264-20150223-x86_64-1_microlinux
-rw-r--r-- 1 root root    9539 Jul 25 15:27 xfce4-xkb-plugin-0.7.1-x86_64-1_microlinux
2) Connecting to wireless at home on the same laptop works without issues.

3) Booting into a SystemrescueCD from USB on that same laptop allows me to connect to eduroam, proofing it is a problem at my end.

4) The only clear difference in the logs is in the wpa_supplicant logs:

- successful
Code:
wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=GB
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25 -> NAK
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT ...snip...
wlan0: CTRL-EVENT-EAP-PEER-CERT ...snip...
EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
- unsuccessful
Code:
wlan0: CTRL-EVENT-EAP-STARTED EAP authentication started
wlan0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=GB
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25 -> NAK
wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
wlan0: CTRL-EVENT-EAP-PEER-CERT ...snip...
wlan0: CTRL-EVENT-EAP-PEER-CERT ...snip...
wlan0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
The removed hash details from the above log-snippets are identical. The noticeable difference is that in the failed attempt no mention is made of connecting using MSCHAPV2 authentication which it is supposed to do.

Does this trigger any thoughts?
 
Old 08-08-2015, 03:48 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
As the connection appears to failing during the TTLS negotiation, then I would be looking at the openssl packages that were installed.
I suggest removing them and reinstalling the 64-bit versions.
 
Old 08-08-2015, 06:01 AM   #3
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Original Poster
Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by allend View Post
As the connection appears to failing during the TTLS negotiation, then I would be looking at the openssl packages that were installed.
I suggest removing them and reinstalling the 64-bit versions.
This is a multilib system, so the 64-bit versions of both openssl and openssl-solibs are still present. These 64-bit versions got installed before the mentioned round of updates that included the compat32 bit ones. I'll try to reinstall the openssl packages, but won't know whether that makes a difference until back at a site with eduroam (and dragging two laptops with me isn't fun).
 
Old 08-11-2015, 02:55 AM   #4
fsauer
Member
 
Registered: Jul 2012
Posts: 103

Rep: Reputation: Disabled
I had a similar issue, based on an upgrade of wpa_supplicant. It is discussed in the following thread.
http://www.linuxquestions.org/questi...se-4175544588/

The solution was to downgrade wpa_supplicant via a package mattallmill provided (see the thread).

Actually, I still don't know why this happened...

Good luck
Franz
 
Old 08-11-2015, 03:32 AM   #5
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Original Poster
Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by fsauer View Post
I had a similar issue, based on an upgrade of wpa_supplicant. It is discussed in the following thread.
http://www.linuxquestions.org/questi...se-4175544588/

The solution was to downgrade wpa_supplicant via a package mattallmill provided (see the thread).
Thanks for that link fsauer. That appears worth a try in case reinstalling openssl doesn't fix the problem.

btw) In my case I installed the upgrade for wpa_supplicant earlier and eduroam was working with the 2.4 version until recently.

edit) The link to the 2.3 in that topic is no longer working, but I'm sure it is possible to find it online.

Last edited by moesasji; 08-11-2015 at 03:35 AM.
 
Old 08-11-2015, 04:15 AM   #6
fsauer
Member
 
Registered: Jul 2012
Posts: 103

Rep: Reputation: Disabled
In case you want to try: https://dl.dropboxusercontent.com/u/...3-x86_64-1.txz

Good luck
Franz
 
Old 08-12-2015, 10:44 AM   #7
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Original Poster
Rep: Reputation: 104Reputation: 104
Quote:
Originally Posted by fsauer View Post
Thanks for that link. Unfortunately in my case replacing wpa_supplicant with the 2.3 version doesn't fix it. So it looks like time to give up and reinstall the system as reinstalling openssl also made no difference. :-(
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nm-applet suddenly stopped connecting to some networks jds10 Linux - Networking 1 06-03-2008 08:42 AM
NetworkManager stopped working Berwhale Linux - Newbie 4 05-09-2008 04:24 AM
suddenly stopped network giesbert Linux - Networking 1 04-12-2008 11:32 AM
sony ericsson (usb0) suddenly stops working with networkmanager ethernet usb netsurf Fedora 2 04-03-2008 09:44 PM
An error suddenly appear, and everything stopped lawrence_lee_lee Linux - General 2 06-11-2007 09:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration