tried installing bluez packages and sudo systemctl enable --now bluetooth
tried changing the kernel to lts-lto and reboots
same button cant be toggled. anyone can help on cosmic DE + Catchy Latest?
thanks
tried installing bluez packages and sudo systemctl enable --now bluetooth
tried changing the kernel to lts-lto and reboots
same button cant be toggled. anyone can help on cosmic DE + Catchy Latest?
thanks
Are the packages bluez
and bluez-utils
installed?
Does systemctl status bluetooth.service
show enabled and running? Errors?
What does rfkill list
show?
What does bluetoothctl list
show?
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset:>
Active: active (running) since Sat 2024-11-30 21:42:09 IST; 3h 29min ago
Invocation: 8610de5c7ae848178af05393135a4918
Docs: man:bluetoothd(8)
Main PID: 905 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 38085)
Memory: 2.5M (peak: 3.3M)
CPU: 543ms
CGroup: /system.slice/bluetooth.service
└─905 /usr/lib/bluetooth/bluetoothd
Nov 30 21:42:33 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:42:33 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:42:33 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:42:33 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:46:29 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:46:29 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:48:34 cachy systemd[1]: Started Bluetooth service.
Nov 30 21:48:37 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
Nov 30 21:48:37 cachy bluetoothd[905]: Failed to set mode: Failed (0x03)
lines 1-22
❯ rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
~
❯ bluetoothctl list
Controller E0:2E:0B:78:02:F2 cachy [default]
fixed it with
rfkill unblock bluetooth
Exactly, well done.
Thanks for your time