Comment 6 for bug 148290

Revision history for this message
schnollk (schnollk) wrote :

A workaround so you don't have to remove bluez-utils is to
~$ sudo rm -f /etc/rc2.d/S25bluetooth
This will not run bluetooth services automatically at boot time. Do
~$ sudo /etc/init.d/bluetooth start
if you need bluetooth and then unplug the dongle, wait 2 sec and plug it back in again.

If you wish to start bluetooth at boot time again do
sudo ln -s /etc/init.d/bluetooth /etc/rc2.d/S25bluetooth