Linux Bluetooth "Device is not available: Success"
Symptom Trying to use hcitool returns the ambiguous error message "Device is not available: Success" ``` [root@localhost ~]# hcitool scan Device is not available: Success [root@localhost ~]# ``` Solution Start 'Bluetooth services' you monkey :'( .... I fell for this one and it took maybe half an hour of fiddling before I realised there was a /etc/init.d/bluetooth and that it wasn't running. ``` [root@localhost ~]# /etc/init.d/bluetooth start Starting Bluetooth services: [ OK ] [root@localhost ~]# hcitool scan Scanning ... ```
Related Posts
Fixing the Heartbleed vulnerability on CentOS
Quick and easy fix for the Heartbleed OpenSSL vulnerability on CentOS systems using yum update and service restart commands.
Installing CentOS packages on Red Hat Enterprise Linux
Stuck with RHEL without RHN registration? Learn how to use CentOS repositories as a workaround to install missing packages like Pidgin.
A brief history of Red Hat, Fedora and CentOS
Confused by Red Hat's Linux ecosystem? Learn how RHEL, Fedora, and CentOS evolved from one distribution into three distinct solutions for different needs.