Wifi and bluetooth stopped working after restarting

I was working when the computer just turned off due to lack of battery, even though it didn´t sent a notification about it.
After charging and turning the pc on, the wifi and bluetooth stopped working.

Fast boot and secure boot are both disabled on bios
All drives are up to date, runing Zorin 17.3

sudo lshw -C network returns this, so Its recognizing the wireless adapter

  *-network                 
       description: Wireless interface
       product: QCA9377 802.11ac Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: wlp1s0
       version: 31
       serial: a4:63:a1:61:68:fd
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath10k_pci driverversion=6.8.0-65-generic firmware=WLAN.TF.2.1-00021-QCARMSWP-1 latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:137 memory:94000000-941fffff
  *-network
       description: Ethernet interface
       physical id: 9
       bus info: usb@1:1
       logical name: enxb22b2b1dc052
       serial: b2:2b:2b:1d:c0:52
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=rndis_host driverversion=6.8.0-65-generic duplex=half firmware=RNDIS device ip=10.93.69.55 link=yes multicast=yes port=twisted pair

rfkill also returns this:

ID TYPE      DEVICE                 SOFT      HARD
 0 wlan      ideapad_wlan      unblocked unblocked
 1 bluetooth ideapad_bluetooth unblocked unblocked
 3 wlan      phy0              unblocked unblocked

any solutions?

Welcome to the forum!

When you turned on the computer again, what I would recommend is going through your updates with a sudo apt update, sudo apt upgrade just to make sure everything's up to date and it doesn't show any errors when it happens. The next thing I would do is reboot the machine the proper way, so that it can do a standard shutdown instead of a sudden, unplanned one. Sometimes that alone can cause issues like this.

Is this also a dual boot? Always worth double checking windows didn't do another windows thing and change its settings on you to wreck your fun in linux land. If it's not a dual boot, you can safely ignore this then.

I know Qualcomm aren't exactly known for being the best when it comes to Linux support. For example, here's a large reddit post about just a few issues pertaining to your exact card:
https://www.reddit.com/r/linux/comments/1k387ef/update_successfully_fixed_the_problems_of_qca9377/

But I would try the first couple of things first before any other fixes. I always like the simple things first.

1 Like

Hi! Thank you!

already did it, still not working, also isn't a dual boot

Toggle the switch to turn your bluetooth on. You can see the status of your Bluetooth here. You can also open up the full Bluetooth GUI, and check it here...

Make sure the toggle is in the ON state. If your devices got permanently disconnected, make sure your devices are on & put in a discoverable state, so your computer can see them during the search. Depending on what you are doing, you might have to put your computer itself in a discoverable state, so other devices can see it as well.

I also agree with doing a proper shutdown, but I also want you to do a full power cycle as well.

(1) Please initiate a full shutdown sequence.

(2) Please pull the power cable from the computer.

(3) Press and hold down the power button to discharge the caps for 30-seconds. (Only works on Desktops with no battery)

(4) Plug the power cable back in, and hit the power button to boot the computer.

(5) When at the login screen, click on your name. When the :gear: appears, click on it. Choose Zorin OS On Xorg. Now login.

Hope you get Bluetooth going now.


1 Like

I suppose this is implied by the previous two suggestions, but make sure that the OS recognizes the Wi-Fi / Bluetooth buttons properly. When there's no network adapter for either of these two, they should be grayed out entirely. This can help to narrow down the problem a little more.

Another test you can try is turning the wireless hotspot so that you can connect to it from another device. See if that works.

Lastly, check out the logs after restarting the computer:

journalctl -xe 

And look for any mentions for the driver (ath10k_pci). If you prefer you can save the output to a file and upload it to something like https://paste.debian.net/ for us to take a look as well (the more eyes, the better).

1 Like

There is also a possibility of a kernel update occurring and the new kernel having a regression affecting wifi.
You could test this quickly by booting to grub, select "Advanced Options for Zorin" then select the previous working kernel generic version listed.
Boot with that older kernel and see if any change.

Welcome to the Forum!

Could You type in Terminal systemctl status bluetooth and post the Output here please? This Command show the Status of the Bluetooth.

Hi guys, thank you all for the help!

Yesterday I already tried a diferent version of the kernel, as well as a bunch of fixes I could find, mostly of them showcased here:
https://www.reddit.com/r/linux/comments/1k387ef/update_successfully_fixed_the_problems_of_qca9377/

All of them didn´t properly worked yesterday, so i went to sleep and tried again today, and its fixed... not sure which one was the fix, but I guess @StarTreker suggestion on doing a full power cycle could be on the right track!

once again thank for the help!

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.