[Bug 73546] [NEW] resume problems with bluetooth

Launchpad Bug Tracker 73546 at bugs.launchpad.net
Fri Oct 24 22:29:17 BST 2008


You have been subscribed to a public bug:

Binary package hint: acpi

Since adding the Dell BT (lsusb: Bus 002 Device 010: ID 413c:8103 Dell
Computer Corp. Wireless 350 Bluetooth) to my Inspiron 6000D laptop
(running kubuntu 6.06.1 and later 6.10), most times (9 out of 10) my
laptop would freeze with a suspend / resume cycle.  Adding bluetooth to
the services that need to be shutdown and restarted in acpi-support did
not solve the problem.  I had to add the following files into the
/etc/acpi directory.

/etc/acpi/suspend.d/50-bluetooth-stop.sh:
    #!/bin/sh

    # Stop bluetooth if it's running
    if [ -e /var/run/sdp ]; then
        /etc/init.d/bluetooth stop
    fi

/etc/acpi/resume.d/40-bluetooth-start.sh:
    #!/bin/sh

    [ -f /etc/default/bluetooth ] && . /etc/default/bluetooth

    # Start bluetooth
    if [ -n "$BLUETOOTH_ENABLED" ]; then
        /etc/init.d/bluetooth start
    fi

They are very loosely modeled on the irda scripts for a similar purpose.

** Affects: bluez (Ubuntu)
     Importance: Undecided
         Status: Fix Released

-- 
resume problems with bluetooth
https://bugs.edge.launchpad.net/bugs/73546
You received this bug notification because you are a member of Bluetooth, which is subscribed to bluez in ubuntu.



More information about the Ubuntu-bluetooth mailing list