Comment 61 for bug 284982

Revision history for this message
seanbw (seanbw) wrote :

I am on Ubuntu Karmic using Acer Laptop Aspire 5720.
The inbuilt bluetooth button is dead, there is no bluetooth/deafult file and although blueZ and bluetooth Manager have been installed via Synaptic, boot up does not load blueZ resulting in Bluettoth Manager reporting that : Bluez daemon is not running, blueman-manager cannot continue.
grep gives me:
root@acer-laptop:/home/seanbw# dmesg | grep 'Bluetooth'
[ 0.284010] Bluetooth: Core ver 2.15
[ 0.284018] Bluetooth: HCI device and connection manager initialized
[ 0.284022] Bluetooth: HCI socket layer initialized
[ 1.237941] Bluetooth: L2CAP ver 2.13
[ 1.237943] Bluetooth: L2CAP socket layer initialized
[ 1.237947] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.237949] Bluetooth: SCO socket layer initialized
[ 1.237999] Bluetooth: RFCOMM TTY layer initialized
[ 1.238003] Bluetooth: RFCOMM socket layer initialized
[ 1.238005] Bluetooth: RFCOMM ver 1.11

hcitool dev gives nothing as follows:
root@acer-laptop:/home/seanbw# hcitool dev
Devices:
sudo /etc/init.d/bluetooth start results in: nothing whilst status just states:
root@acer-laptop:/home/seanbw# sudo /etc/init.d/bluetooth start
root@acer-laptop:/home/seanbw# sudo /etc/init.d/bluetooth status
 * bluetooth is not running
Finally in an attempt to put bluetooth in services that start at bootup, I did the following:
sudo update-rc.d -f bluetooth enable S and got:
root@acer-laptop:/home/seanbw# sudo update-rc.d -f bluetooth enable S
update-rc.d: warning: bluetooth start runlevel arguments (none) do not match LSB Default-Start values (2 3 4 5)
update-rc.d: warning: bluetooth stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6)
 Enabling system startup links for /etc/init.d/bluetooth ...
 Removing any system startup links for /etc/init.d/bluetooth ...
   /etc/rc0.d/K74bluetooth
   /etc/rc1.d/K74bluetooth
   /etc/rc2.d/S25bluetooth
   /etc/rc3.d/S25bluetooth
   /etc/rc4.d/S25bluetooth
   /etc/rc5.d/S25bluetooth
   /etc/rc6.d/K74bluetooth
 Adding system startup for /etc/init.d/bluetooth ...
   /etc/rc0.d/K74bluetooth -> ../init.d/bluetooth
   /etc/rc1.d/K74bluetooth -> ../init.d/bluetooth
   /etc/rc6.d/K74bluetooth -> ../init.d/bluetooth
   /etc/rc2.d/S25bluetooth -> ../init.d/bluetooth
   /etc/rc3.d/S25bluetooth -> ../init.d/bluetooth
   /etc/rc4.d/S25bluetooth -> ../init.d/bluetooth
   /etc/rc5.d/S25bluetooth -> ../init.d/bluetooth
After which a status enquiry still gave me:
root@acer-laptop:/home/seanbw# sudo /etc/init.d/bluetooth status
 * bluetooth is not running