Cannot re-connect to PEAP wifi in Mint 17

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
hlancaster

Cannot re-connect to PEAP wifi in Mint 17

Post by hlancaster »

OS: Linux Mint 17
Computer: Lenovo Carbon X1 2014

Issue:
I'm on a university campus with a PEAP/MSCHAPv2 wireless network. The first time I connect to the network, if I use the right settings, it will work. However if I disconnect for any reason (like close laptop lid and stand it by) when I try to reconnect to the network, it won't work. It's like the OS doesn't even try. As soon as I click on the SSID to reconnect, mint immediately says "Disconnected." It never says "connecting..." or shows any signs of attempting to connect to the network.

Now, if I forget the network and connect again and type in all of the settings, the computer will connect successfully. But I have to do this every time I want to reconnect. It's as if the OS has trouble saving or applying the connection settings. Any thoughts? I've tried the solutions presented here: http://forum.linuxmint.com/viewtopic.php?f=29&t=23893 to no avail.


TLDR: I can't reconnect to my university's PEAP network without forgetting the network and typing in all of the settings again. Linux Mint 17 on Lenovo X1 Carbon.


Thank you for your help!! I greatly appreciate it :)


These are the connection settings I'm using:
Security: WPA & WPA2 Enterprise
Authentication: Protected EAP (PEAP)
CA Certificate: none
PEAP version: Automatic
Inner authentication: MSCHAPv2
Username
Password

This is the output of mintWifi when I'm trying to reconnect to the network but I can't:

Code: Select all

-------------------------
* I. scanning WIFI PCI devices...
  -- Intel Corporation Wireless 7260 (rev 83)
      ==> PCI ID = 8086:08b2 (rev 83)
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
-------------------------
* IV. querying ifconfig...
eth0      Link encap:Ethernet  HWaddr 54:ee:75:27:96:69  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:20 Memory:f0500000-f0520000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:58609 errors:0 dropped:0 overruns:0 frame:0
          TX packets:58609 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:5242535 (5.2 MB)  TX bytes:5242535 (5.2 MB)

wlan0     Link encap:Ethernet  HWaddr 28:b2:bd:1d:60:dc  
          inet6 addr: fe80::2ab2:bdff:fe1d:60dc/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:569509 errors:0 dropped:0 overruns:0 frame:0
          TX packets:378343 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:582918053 (582.9 MB)  TX bytes:61024076 (61.0 MB)

-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by JeremyB »

In the last post of that topic, it says to comment out the system certs = true, remove the # from the line and change true to false and see if it works
hlancaster

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by hlancaster »

Hey, JeremyB, thanks for your help! That's a clever suggestion. I just tried it but unfortunately it didn't fix the problem :( Thank you though!
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by JeremyB »

Keep an eye on the ubuntu bug report, you might find something that works
https://bugs.launchpad.net/ubuntu/+sour ... ug/1104476
hlancaster

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by hlancaster »

Thanks again, JeremyB! I've been on that bug report and tried the solutions there. According to post #162 that bug has been fixed in LM17 as well as in Ubuntu 14.04 as of July 2014. I think I'm encountering a related but different bug.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by JeremyB »

Code: Select all

uname -r
The most recent kernel for Mint 17/Ubuntu 14.04 is 3.13.0-35, if you still have -24 you might not have the fix. To update, go to Update Manager or use

Code: Select all

gksudo mintupdate
in terminal, then click on View and then Linux Kernels. Then click on install under the 3.13.0-35 and after it is done reboot.

There is a warning on the page about updating kernels but I have yet to have a kernel update destroy anything, I have had kernel updates that wouldn't boot but it was a simple fix
hlancaster

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by hlancaster »

Thank you! I'm at 3.13.0-24-generic. I'll give the update a try later today. Thanks again, JeremyB for keeping with me on this one.
hlancaster

Re: Cannot re-connect to PEAP wifi in Mint 17

Post by hlancaster »

I updated the kernel to 3.13.0-35-generic and confirmed it with 'uname-r.' Unfortunately the issue persists :/ Any ideas?
Locked

Return to “Networking”