19th February 2017, 14:16
(19th February 2017, 13:45)leszek Wrote: Just a notice first. For future reference please use quote or code tags for pasted code as it helps with readibility and it avoids the anti spam module to kick in.
I see a Hewlett-Packard Atheros AR9285 Malbec Bluetooth Adapter in the lsusb output. Did you attach another Bluetooth USB dongle ? Or is this the one ?
Oh it seems like it is taking a look at lspci it seems that it is one of this shared cards wifi + bt (though one attached via pci express the other via usb)
Quote:Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter
The ath3k is also loaded as the lsmod command indicates. And it used for bluetooth. So everything is setup right from the driver perspective.
Can you check with the following command if the bluetooth service is running
If it the Active: is not set to active (running) or Status: "Running" can you try to start this service with the commandCode:systemctl status bluetooth
(It might ask for your password to do this)Code:systemctl start bluetooth
After starting the bluetooth service try using your bluetooth via systemsettings again.
If this works and you want the bluetooth service to be enabled by default execute
Code:systemctl enable bluetooth
I hope that solves the issue for you.
thank you for your patience, leszek!
betty@630hp:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since dom 2017-02-19 05:43:15 CET; 1h 5min ago
Docs: man:bluetoothd(8)
Main PID: 1526 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─1526 /usr/lib/bluetooth/bluetoothd
feb 19 05:43:15 630hp systemd[1]: Starting Bluetooth service...
feb 19 05:43:15 630hp bluetoothd[1526]: Bluetooth daemon 5.37
feb 19 05:43:15 630hp systemd[1]: Started Bluetooth service.
feb 19 05:43:15 630hp bluetoothd[1526]: Starting SDP server
feb 19 05:43:16 630hp bluetoothd[1526]: Bluetooth management interface 1.10 initialized
-------
When I run "systemctl enable bluetooth" does not accept the root password (it's the correct !!!)
betty@630hp:~$ systemctl enable bluetooth
Synchronizing state of bluetooth.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install enable bluetooth
insserv: fopen(.depend.stop): Permission denied
insserv: fopen(.depend.stop): Permission denied
Failed to execute operation: Access denied