Cobra Forum

Linux => Networking & Wireless => Topic started by: kalpana on Oct 21, 2023, 04:11 AM

Title: Bluetooth not responding on Ubuntu 22.04
Post by: kalpana on Oct 21, 2023, 04:11 AM
Hello,

I have just got an Acer Swift SFA16, and I directly installed Ubuntu 22.04, after temporarily disabling the secure boot mode.
It appears that Bluetooth seems to be active, but it is not responding in the settings interface

here are some command output:

Code:
$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2023-05-07 15:04:38 CEST; 11min ago
       Docs: man:bluetoothd(8)
   Main PID: 638 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18116)
     Memory: 1.8M
        CPU: 43ms
     CGroup: /system.slice/bluetooth.service
             └─638 /usr/lib/bluetooth/bluetoothd

Code:
inxi -E
Bluetooth:
  Device-1: Foxconn / Hon Hai Wireless_Device type: USB driver: btusb
  Report: hciconfig ID: hci0 rfk-id: 1 state: down
    bt-service: enabled,running rfk-block: hardware: no software: no
    address: 00:00:00:00:00:00

Code:
~$ bluetoothctl
Agent registered
[bluetooth]# power on
No default controller available
[bluetooth]#

It appears that there are no proprietary drivers to be installed in "Software&Updates"

I guess it is a matter of driver, I find a lot of post on internet that suggest that, but I fear that they are outdated.
They don't solve my issue anyway,

Any Idea?

Than you for your help,

Thomas