WiFi did not initiate at startup

Hi all,

Today i booted with my external drive into my linux, i noticed my wifi icon / wifi connection was completely gone. I checked in settings as well, the entire wifi setting was gone. Is there a terminal command to enable wifi whenever happens this again ? because i think wifi did not get started somehow.

I rebooted the machine and booted into the same drive and wifi is back again.

michel@pop-os:~$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 05)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 (rev f1)
00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104BM [GeForce GTX 1070 Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
03:00.0 Ethernet controller: Qualcomm Atheros Killer E2400 Gigabit Ethernet Controller (rev 10)
3d:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
michel@pop-os:~$

Does your fn+F12 do the wifi switch?
Try:

sudo modprobe -r ath10k_pci ath10k_core

sudo modprobe ath10k_pci

sudo modprobe ath10k_core

Nope fn + f12 is scroll lock, fn + f3 does toggle between airplane and wifi.

What does those commands do ? remove the driver and reinstall ?

Those commands instruct the Module Prober to remove the existing configuration, then to replace them with the Module for your device driver.
I do not know if it will work... But it is harmless to try...

1 Like

Will try it out when i happens again, thanks.

Hold on... Is this an intermittent problem? Wifi is currently working?

Yes it's working after i rebooted. First boot today the wifi was completely gone. Wifi in setting option was gone too, like the card was dead for a moment.

Maybe a reboot was all you really needed. Please keep this thread posted if it repeats...

1 Like

That's why i asked if there was a command to enable it somehow. Never had this issue since i started with linux back in augustus.

Used to be (replace parentheses with your network interface)

sudo iwconfig (wlan0) up

Not sure if it has changed. Can test with using down, then up.

1 Like

Thanks again, i saved it in my linux tutorials. If it ever happens again i will test it.

@Michel
Don't you think
"WiFi did not initiate at startup"
if a better title?

I think WiFi module does not boot but initiate.

How can that happen ? i have this laptop for 4 years and never had this before.

Sometime reboot is required after a certain update.
(Do not ask me which update - but it happened to me more than once).
@Aravisian might have some idea.

Well i cant recall i installed any updates yesterday before i booted up today.

@Aravisian, today it happens again. I tried your command and it does not work.

Rebooted the machine and it's working again.

Maybe Zorin doesn't come with iwupdown...
Right. Networkd (sigh) Swarf's gonna kill me...

sudo ip link set wlp2so down

sudo ip link set wlp2so up

1 Like

I will write these down if it happens again. Wonder why it happend today after 25 days :frowning:

1 Like

Your wife sabotaging your system :skull: since she is jealous you spend too much time with your machine not with her (by my women's sixth sense).

3 Likes