i have installed zorin on an extern ssd next to win11. i always lose connection to my wifi in zorin. this happens after a few minutes in zorinos.
i have to turn off the pc. after that my wifi works again. just a simple reboot does not solve the problem. what can i do? any ideas?
Is this a fresh Installation or is Zorin installed since a While and the Issue now happens? Are Secure Boot and Fast Boot in BIOS disabled? Is Fast Start-Up in Windows disabled? Is there a Driver in the ''Additional Drivers'' Tab in Software & Updates offered for Your Wifi? Can You post the Output of the Terminal Commands sudo lshw -C network and echo $XDG_SESSION_TYPE please?
The first one shows Details about Your Network Hardware and the 2nd one if Your System runs in Wayland or X11.
You can find some common wifi troubleshooting steps in my guide which may help:
As you say it works for a little while when you first boot up and then cuts out, there may be an issue with PCIe power management putting it to sleep and then being unable to wake it back up again. Instructions to fix that by editing your grub boot parameters:
- open your grub config in a privileged text editor
- terminal editor:
sudo nano /etc/default/grub - visual editor:
sudo gedit /etc/default/grub
- terminal editor:
- go to the line with
GRUB_CMDLINE_LINUX_DEFAULT - add
pcie_port_pm=offto the end of its value, before the closing quotes- e.g.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_port_pm=off"
- e.g.
- save and exit the text editor
- you will then need to reboot to see if it works
That could be a Start Point. You could try it with switching to Xorg. To do that, go to the Login Screen. Click there on Your Profile so that the Password Field appears. When it is appeared, You should see in the bottom right Corner a Gear Icon. Click on it and choose the Option ''Zorin Desktop on Xorg'' and then log in.
what about fast startup in Windows power management like @Ponce-De-Leon asked you ?
ok, done that. but unfortunately still the same problem ![]()
done that ... still same problem. ![]()
Are Secure Boot and Fast Boot in BIOS disabled? Is Fast Start-Up in Windows disabled?
oh wait, fast start up was active. im sure that i disabled it once, but must have reactived itself by some update or whatever... will reboot and test that
