Connection Issues on WPA2 Enterprise WIFI

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
CyberWolf25
Level 1
Level 1
Posts: 2
Joined: Wed Jan 26, 2022 3:25 pm

Connection Issues on WPA2 Enterprise WIFI

Post by CyberWolf25 »

I have been having strange connection issues on my university's WPA2 Enterprise WIFI that uses PEAP authentication with MSCHAPv2. I can connect to the network with my username and password and then It works for a little bit, but after 1 to 2 minutes it stops working. The network shows as still connected but no websites will load and no data can be sent or received. In this state web pages will simply try to load forever. Home WIFI and Ethernet work fine. The only way I have found to fix it is to turn WIFI off an back on again from settings but this is not practical to do every 1 to 2 minutes. There appears to be no real consistency in the time it takes before connections stop working but it usually happens fairly quickly after connecting.

I am using 64bit Linux Mint 20.3 on a Lenovo laptop with an Intel Core i5-1035G1.

Here is the output of inxi -Fxxxrz

Code: Select all

System:
  Kernel: 5.4.0-96-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
  Desktop: Cinnamon 5.2.7 wm: muffin 5.2.0 dm: LightDM 1.30.0 
  Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal 
Machine:
  Type: Laptop System: LENOVO product: 81VW v: Lenovo IdeaPad S340-15IIL 
  serial: <filter> Chassis: type: 10 v: Lenovo IdeaPad S340-15IIL 
  serial: <filter> 
  Mobo: LENOVO model: LNVNB161216 v: SDK0J40700 WIN serial: <filter> 
  UEFI: LENOVO v: CUCN18WW(V1.07) date: 01/02/2020 
Battery:
  ID-1: BAT1 charge: 43.1 Wh condition: 46.1/52.5 Wh (88%) volts: 12.3/11.2 
  model: 74726570786C6543 374650334338314C type: Li-ion serial: <filter> 
  status: Discharging cycles: 31 
CPU:
  Topology: Quad Core model: Intel Core i5-1035G1 bits: 64 type: MT MCP 
  arch: Ice Lake rev: 5 L2 cache: 6144 KiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
  bogomips: 19046 
  Speed: 994 MHz min/max: 400/3600 MHz Core speeds (MHz): 1: 1041 2: 913 
  3: 949 4: 676 5: 927 6: 969 7: 974 8: 800 
Graphics:
  Device-1: Intel vendor: Lenovo driver: i915 v: kernel bus ID: 00:02.0 
  chip ID: 8086:8a56 
  Display: x11 server: X.Org 1.20.13 driver: modesetting 
  unloaded: fbdev,vesa resolution: 1920x1080~60Hz 
  OpenGL: renderer: Mesa Intel UHD Graphics (ICL GT1) v: 4.6 Mesa 21.0.3 
  direct render: Yes 
Audio:
  Device-1: Intel Smart Sound Audio vendor: Lenovo driver: snd_hda_intel 
  v: kernel bus ID: 00:1f.3 chip ID: 8086:34c8 
  Sound Server: ALSA v: k5.4.0-96-generic 
Network:
  Device-1: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter 
  vendor: Lenovo driver: ath10k_pci v: kernel port: 3040 bus ID: 02:00.0 
  chip ID: 168c:0042 
  IF: wlp2s0 state: up mac: <filter> 
  Device-2: Qualcomm Atheros type: USB driver: btusb bus ID: 1-10:3 
  chip ID: 0cf3:e500 
Drives:
  Local Storage: total: 476.94 GiB used: 19.60 GiB (4.1%) 
  ID-1: /dev/nvme0n1 vendor: Western Digital 
  model: PC SN730 SDBPNTY-512G-1101 size: 476.94 GiB speed: 31.6 Gb/s 
  lanes: 4 serial: <filter> rev: 11130001 scheme: GPT 
Partition:
  ID-1: / size: 233.11 GiB used: 19.57 GiB (8.4%) fs: ext4 
  dev: /dev/nvme0n1p5 
Sensors:
  System Temperatures: cpu: 66.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/additional-repositories.list 
  1: deb https://cloud.r-project.org/bin/linux/ubuntu una-cran40/
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb http://packages.linuxmint.com una main upstream import backport #id:linuxmint_main
  2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
  3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
  4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ focal partner
Info:
  Processes: 257 Uptime: 12m Memory: 7.46 GiB used: 1.73 GiB (23.2%) 
  Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.3.0 alt: 10/9 
  Shell: bash v: 5.0.17 running in: gnome-terminal inxi: 3.0.38 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14603
Joined: Thu May 25, 2017 3:22 pm

Re: Connection Issues on WPA2 Enterprise WIFI

Post by sleeper12 »

Check:

Code: Select all

 iwconfig 
If power management is on, do:

Code: Select all

 sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf 
Reboot
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Connection Issues on WPA2 Enterprise WIFI

Post by JerryF »

Have you contacted the IT department at the university? I would.
CyberWolf25
Level 1
Level 1
Posts: 2
Joined: Wed Jan 26, 2022 3:25 pm

Re: Connection Issues on WPA2 Enterprise WIFI

Post by CyberWolf25 »

JerryF wrote: Wed Jan 26, 2022 5:17 pm Have you contacted the IT department at the university? I would.
Unfortunately, they just tell me that they only provide limited help for Linux devices so they can put their resources towards the majority of students who use windows or mac. The help they provided boiled down to make sure your password is correct and WiFi is enabled. They then tell me that they will not provide further support on their end and that I should use Windows to ensure compatibility.
sleeper12 wrote: Wed Jan 26, 2022 4:43 pm Check:

Code: Select all

 iwconfig 
If power management is on, do:

Code: Select all

 sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf 
Reboot
Here is the output of iwconfig:

Code: Select all

lo        no wireless extensions.

wlp2s0    IEEE 802.11  ESSID:"MU-WIRELESS"  
          Mode:Managed  Frequency:5.24 GHz  Access Point: 84:F1:47:73:65:4C   
          Bit Rate=6 Mb/s   Tx-Power=23 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=40/70  Signal level=-70 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:2  Invalid misc:0   Missed beacon:0

enxa0cec8de1bbb  no wireless extensions.
Power management is disabled.
User avatar
JerryF
Level 16
Level 16
Posts: 6571
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: Connection Issues on WPA2 Enterprise WIFI

Post by JerryF »

CyberWolf25 wrote: Thu Jan 27, 2022 3:41 pm
JerryF wrote: Wed Jan 26, 2022 5:17 pm Have you contacted the IT department at the university? I would.
Unfortunately, they just tell me that they only provide limited help for Linux devices so they can put their resources towards the majority of students who use windows or mac. The help they provided boiled down to make sure your password is correct and WiFi is enabled. They then tell me that they will not provide further support on their end and that I should use Windows to ensure compatibility.
Sorry to hear that. :roll:


Last bumped by CyberWolf25 on Tue Feb 01, 2022 9:05 pm.
Locked

Return to “Networking”