Reboot hangs on wpa_supplicant, NetworkManager

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

Hi, I recently installed Linux mint cinnamon on my Alienware 17 r2, everting works fine, except that reboot and shut dawn always hangs in the the process below.
waiting for process: wpa_supplicant, NetworkManager
It stays on that line for a looong time any eventually shuts down.

I already changed.

Code: Select all

GRUB_CMDLINE_LINUX=""
to

Code: Select all

GRUB_CMDLINE_LINUX="reboot=efi"
and it didn't solve it.
Any help would be much appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 14
Level 14
Posts: 5083
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Super slow reboot and shutdown

Post by spamegg »

Try

Code: Select all

sudo systemctl disable NetworkManager-wait-online.service
and reboot. If it doesn't make a difference, you can re-enable it with the same command (replace disable with enable),
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Super slow reboot and shutdown

Post by orc »

spamegg wrote: Fri Apr 16, 2021 9:58 am Try

Code: Select all

sudo systemctl disable NetworkManager-wait-online.service
and reboot. If it doesn't make a difference, you can re-enable it with the same command (replace disable with enable),
Hi spamegg, thanks for your reply.

I already tried it, I shoot down and also reboot and it didn't make a difference, it is still hanging on the same process.
User avatar
spamegg
Level 14
Level 14
Posts: 5083
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Super slow reboot and shutdown

Post by spamegg »

Let's get your

Code: Select all

inxi -Fxz
What kernel are you on? Maybe try switching kernels.
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Super slow reboot and shutdown

Post by orc »

I'm using kernel 5.8.0-50

Code: Select all

System:
  Kernel: 5.8.0-50-generic x86_64 bits: 64 compiler: N/A 
  Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa 
  base: Ubuntu 20.04 focal 
Machine:
  Type: Portable System: Alienware product: Alienware 17 R2 v: A09 
  serial: <filter> 
  Mobo: Alienware model: Alienware 17 R2 v: A00 serial: <filter> 
  UEFI: Alienware v: A09 date: 07/28/2017 
Battery:
  ID-1: BAT1 charge: N/A condition: N/A model: TOSHIBA PABAS0241231 
  status: Unknown 
CPU:
  Topology: Quad Core model: Intel Core i7-4720HQ bits: 64 type: MT MCP 
  arch: Haswell rev: 3 L2 cache: 6144 KiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
  bogomips: 41573 
  Speed: 1599 MHz min/max: 800/3600 MHz Core speeds (MHz): 1: 1170 2: 967 
  3: 1215 4: 923 5: 900 6: 901 7: 900 8: 962 
Graphics:
  Device-1: Intel 4th Gen Core Processor Integrated Graphics vendor: Dell 
  driver: i915 v: kernel bus ID: 00:02.0 
  Device-2: NVIDIA GM204M [GeForce GTX 970M] vendor: Dell driver: nvidia 
  v: 460.56 bus ID: 01:00.0 
  Display: x11 server: X.Org 1.20.9 driver: modesetting,nvidia 
  unloaded: fbdev,nouveau,vesa resolution: 1920x1080~60Hz 
  OpenGL: renderer: GeForce GTX 970M/PCIe/SSE2 v: 4.6.0 NVIDIA 460.56 
  direct render: Yes 
Audio:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
  vendor: Dell driver: snd_hda_intel v: kernel bus ID: 00:03.0 
  Device-2: Intel 8 Series/C220 Series High Definition Audio vendor: Dell 
  driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
  Sound Server: ALSA v: k5.8.0-50-generic 
Network:
  Device-1: Qualcomm Atheros Killer E220x Gigabit Ethernet vendor: Dell 
  driver: alx v: kernel port: d000 bus ID: 02:00.0 
  IF: enp2s0 state: down mac: <filter> 
  Device-2: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter 
  vendor: Bigfoot Networks Killer N1525 Wireless-AC driver: ath10k_pci 
  v: kernel port: d000 bus ID: 03:00.0 
  IF: wlp3s0 state: up mac: <filter> 
  Device-3: Qualcomm Atheros type: USB driver: btusb bus ID: 3-9:3 
Drives:
  Local Storage: total: 931.51 GiB used: 49.85 GiB (5.4%) 
  ID-1: /dev/sda vendor: Western Digital model: WD10JPVX-75JC3T0 
  size: 931.51 GiB 
RAID:
  Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci 
  v: 3.0 bus ID: 00:1f.2 
Partition:
  ID-1: / size: 915.40 GiB used: 24.92 GiB (2.7%) fs: ext4 dev: /dev/sda2 
Sensors:
  System Temperatures: cpu: 59.0 C mobo: 27.8 C gpu: nvidia temp: 56 C 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 257 Uptime: 43m Memory: 15.53 GiB used: 2.26 GiB (14.5%) 
  Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.17 
  inxi: 3.0.38 
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

any thoughts?
deepakdeshp
Level 20
Level 20
Posts: 12340
Joined: Sun Aug 09, 2015 10:00 am

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by deepakdeshp »

As spamegg says use latest version of kernel series 5.4. Reboot to it and test.

Code: Select all

 uname -r
gives the running kernel.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

Hi.
I just switch to the latest kernel from the 5.4 series, please see below.

Code: Select all

5.4.0-72-generic
Unfortunately is still doing the same thing, Any other ideas to fix this please?
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

Hi, any suggestions would much appreciated...
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

SOLVED(kind of).

Hi, well... I didn't have any luck solving this on mint, I also tried ubuntu and pop and I had the exact same problem. A couple days ago installed manjaro and I ididn't have that issue, so it seems is something related with Debian based distros. At the end I'm going to try to use manjaro as my daily driver, I really like mint but not been able to shutdown or reboot is a deal breaker for me.

Thank you to the people that replied this post.

Cheers.
deepakdeshp
Level 20
Level 20
Posts: 12340
Joined: Sun Aug 09, 2015 10:00 am

Re: [SOLVED] Reboot hangs on wpa_supplicant, NetworkManager

Post by deepakdeshp »

Code: Select all

 sudo init 0
shuts it down. I guess it won't work but worth trying.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: [SOLVED] Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

deepakdeshp wrote: Wed Apr 21, 2021 1:14 pm

Code: Select all

 sudo init 0
shuts it down. I guess it won't work but worth trying.
Hi deepakdeshp.

It did shutdown without hanging ,is there a way to do something similar to reboot?

Thanks.
deepakdeshp
Level 20
Level 20
Posts: 12340
Joined: Sun Aug 09, 2015 10:00 am

Re: [SOLVED] Reboot hangs on wpa_supplicant, NetworkManager

Post by deepakdeshp »

Code: Select all

 sudo init 6
for reboot.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
orc
Level 1
Level 1
Posts: 13
Joined: Wed Apr 14, 2021 4:15 pm

Re: [SOLVED] Reboot hangs on wpa_supplicant, NetworkManager

Post by orc »

deepakdeshp wrote: Wed Apr 21, 2021 3:29 pm

Code: Select all

 sudo init 6
for reboot.
Unfortunately didn't work to reboot, it also hanged on the same processes. Any other ideas?

Thank you.
deepakdeshp
Level 20
Level 20
Posts: 12340
Joined: Sun Aug 09, 2015 10:00 am

Re: Reboot hangs on wpa_supplicant, NetworkManager

Post by deepakdeshp »

No more ideas.
If I have helped you solve a problem, please add [SOLVED] to your first post title, it helps other users looking for help.
Regards,
Deepak

Mint 21.1 Cinnamon 64 bit with AMD A6 / 8GB
Mint 21.1 Cinnamon AMD Ryzen3500U/8gb
Locked

Return to “Installation & Boot”