Unable to start bluetooth
I cannot enable bluetooth. When pressing the bluetooth icon in Settings, it just starts blinking without connecting, and when I go to System settings -> Bluetoot it says "Bluetooth not available.
bash-4.2$ devel-su
bash-4.2# systemctl restart bluetooth.service
Failed to issue method call: Unit bluetooth.service failed to load: No such file or directory. See system logs and 'systemctl status bluetooth.service' for details.
I also tried this command:
bash-4.2# find | grep bluetooth.service
bash-4.2#
but gave no entries.
How to enable bluetooth without resetting the device?
try to reinstall original bluez package (as root)
zypper install --force bluez-4.101-1.1.1.armv7hl
if asked about libraries, choose "1" as option
reboot once done
You may need to install zypper before this
pkcon install zypper
Nieldk ( 2014-01-26 10:53:01 +0200 )editKudoz to you!
gsalone ( 2014-01-26 11:01:45 +0200 )edit