Comment 90 for bug 322202

Revision history for this message
Calle Rönnow (calle-ronnow) wrote :

Hi, my suspend caused X/GDM to restart too, but stopping the bluetooth daemon fixed it. However, you must stop it using sudo. If using the 10bluetooth_stop script above, be sure to change the owner to root ("sudo chown root:root 10bluetooth_stop")

test@laptop:~$ /etc/init.d/bluetooth stop
 * Stopping bluetooth [ OK ]
test@laptop:~$ /etc/init.d/bluetooth status
 * bluetooth is running
test@laptop:~$

The above didn't stop the daemon, even though it says OK.

test@laptop:~$ sudo /etc/init.d/bluetooth stop
 * Stopping bluetooth [ OK ]
test@laptop:~$ /etc/init.d/bluetooth status
 * bluetooth is not running
test@laptop:~$

(on my Compaq nx7400, using the 'Option A - Safe conf' found here: http://ubuntuforums.org/showthread.php?t=1130582)