Bluetooth devices can be powered up and down using acpi (with a format depending on your machine vendor): echo disable >/proc/acpi/ibm/bluetooth; echo enable >/proc/acpi/ibm/bluetooth; Is this something we should add to hal as EnableBluetooth() and DisableBluetooth() power methods? Richard