Hi there, I have the aforementioned laptop and I'm running 18 Core on it. Zorin starts up with airplane mode enabled and the only way to turn it off is with the keyboard shortcut. The "nmcli radio wifi on" does not disable airplane mode/enable wifi. Clicking the airplane mode toggle in the control panel does not work either.
What I'm wondering is if there is a way to issue the keyboard command at startup to disable airplane mode. Thanks!
Could You post the Output of the Terminal Commands sudo lshw -C network and rfkill list please?
And You could try it with switching to Xorg if not already run. To switch, go to the Login Screen. click there on Your Profile so that the Password Field appears. When it is appeared, You should see a Gear Icon in the bottom right Corner. Click on it and choose the Option ''Zorin desktop on Xorg'' and then log in.
Another Point: Did You take a Look at the ''Additional Drivers'' Tab if there is a Driver offered?
Wasn't sure if I should run these with airplane mode on or off, so this is with airplane mode off, wifi on and connected. No additional drivers available for the wifi adapter. Using Xorg vs Wayland makes no difference.
Name it as you want and as command set rfkill unblock all (sudo is not needed, in the screenshot it is wrong)
That would be the easiest solution.
If there is a problem with initializing, you can add a sleep pause, e.g. sleep 3 && rfkill unblock all
rfkill doesn't toggle airplane mode, only the keyboard button toggles it on/off. Opening/closing the lid doesn't turn airplane mode on/off. It's ONLY at startup and ONLY the keyboard button toggles it. My only idea is to find a way to issue the key press via the terminal, then make a script to execute it on startup. I have yet to find any commands that control it from the terminal.