Hi akshdeep. Please try to provide as much detail as possible when asking questions, so others can help you more quickly and accurately. For example:
- What version of Zorin are you using?
- Did you use the "try Zorin" option before installing, and if so did WiFi work then?
- Is this a new install that never had WiFi connectivity, or have you been using Zorin a while and suddenly WiFi stopped working?
- Do you see settings for WiFi but it just can't detect or connect to your network, or is there only wired networking showing as an option?
- What WiFi hardware is in your computer? E.g. model of USB adaptor, model of motherboard / laptop if integrated WiFi chip, etc.
Some Generic Things That Might Help
- Please check for and disable "fast boot", "fast startup", and "secure boot". One is a Windows setting, of you're dual-booting, and the others are BIOS / UEFI settings you may or may not have; whether your BIOS / UEFI has the options, and where to find it if so, I can't say. Unfortunately, every BIOS and UEFI is totally different, using different names for the same features even within the same brand!
-
Now, check the output of
lspci
andsudo lshw -C network
to make sure Zorin is actually seeing your wifi card at all, and check what driver its trying to use. When you know that, it will be easier to search / ask for specific help for your exact chipset. -
Run the command
rfkill list all
in a terminal and see if your WiFi devices are blocked at all. If so, trysudo rfkill unblock all
and then runrfkill list all
again to see if it changes. -
I have also seen some mention previously of an Acer kernel module that can block certain WiFi drivers, even on machines from other brands like ASUS and HP. If you see
acer_wmi
oracer-wmi
in the output ofsudo lsmod | grep acer
then it may be worth trying this fix. WMI modules are for mapping the Fn keys on laptop keyboards to system functions, such as toggling WiFi or changing screen brightness. If the chosen WMI for your keyboard is broken or the wrong one - such asacer-wmi
on a Dell or HP laptop - this somehow causes the WiFi driver to fail / be blocked in the system. Why? I have no idea, it just does!