Wifi and bluetooth disabled at boot

Sorry if I opening a new topic while this subject was already discussed elsewhere. I tried looking for it, but did not found any solutions.

So I encountered a problem with wifi and bluetooth. After (re)boot wifi and bluetooth stay turned off. I have to manually activate both. I dont want that. It saves me 2 second of my precious life after every reboot. Would love to spend them differently.

Also when I tilt my screen in tablet mode, both wifi and bluetooth are turned off. I have a HP ENvy x360 14 inch.

Is there any fix for this error? I'm on the latest build of Zorin OS of course

Thanks for helping me to resolve this problem. I just switched from Windows 11 :face_vomiting: and really loving it already, a part from a occasional freeze up when a lot of firefox tabs are active.

Keep up the good work, lads

Hi and welcome.

Please open a Terminal (just type the word terminal in the menu search bar and press the Enter key). Once there copy the following command by using the copy to clipboard icon to the right, go to your open Terminal window, right-click and paste then press Enter key. Post back the results please.

inxi -n

For bluetooth:

inxi -Eaz   

In this thread It seems to be a airplane mode which is turned on at boot. But unfortunately no solution found there:

Perhaps it would help to add those commands to autostart. Go to startup applications and click on add:

Name it as you like, e.g.
Disable airplane mode

And as command set

rfkill unblock all && nmcli radio all on

Then reboot and test.
If it doesn't work, try it with this command

sh -c 'rfkill unblock all; nmcli radio all on'

Here is a picture from an older Zorin version. I would try the other commands first as shown but there you see how the app looks.

Welcome to the Forum!

Are Secure Boot and Fast Boot in BIOS disabled? Does Your System run in Wayland or X11? You can check that with the Terminal Command echo $XDG_SESSION_TYPE

Open the File Manager and type in the Bar /etc/bluetooth/ and press Enter. Then open the File main.conf with the Text Editor and look if there is AutoEnable set to true

For bluetooth:

Device-1: Intel Meteor Lake PCH CNVi WiFi driver: iwlwifi
IF: wlo1 state: up mac: 84:d1:c1:be:9e:6b
IF-ID-1: br-8c213fa84b77 state: down mac: ca:de:ec:be:7d:06
IF-ID-2: docker0 state: down mac: b2:8c:63:5b:24:85

And bluetooth:

Device-1: Intel AX211 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 3-10:4 chip-ID: 8087:0033
class-ID: e001
Report: hciconfig ID: hci0 rfk-id: 0 state: up address: bt-v: 5.3
lmp-v: 12 sub-v: 3a27 hci-v: 12 rev: 3a27 class-ID: 6c0000
Info: acl-mtu: 1021:4 sco-mtu: 96:6 link-policy: rswitch sniff
link-mode: peripheral accept service-classes: rendering, capturing, audio,
telephony

It says wayland after the command

The main.conf says AutoEnable=true

Then try it with switching to Xorg and see if it behaves different.

To switch, go to the Login Screen. Click there on Your Profile so that the Passowrd 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.

1 Like

Did you try it with adding the commands to startup applications?

Create a new entry there and then click on "Add" and reboot and test. If it doesn´t help, remove it from autostart.
You can also try it just with the command rfkill unblock all.