Re: usb bluetooth adapters
Vladimir Botka <[email protected]> Tue, 6 Apr 2010 11:20:19 +0200
| Newsgroups | gmane.linux.suse.laptop |
|---|---|
| Organization | SUSE Linux |
| Message-ID | <[email protected]> |
On Sun, 4 Apr 2010 16:53:41 +0200 "Dr. Ing. Dieter Jurzitza" <[email protected]> wrote: > Hi Mathias, > nothing special. I bought myself two very cheap ones from Reichelt > (LogiLink) that perform to my entire satisfaction. The only thing you > have to be aware of is the fact that in sleep mode the USB- Supply > often is not disconnected (watch whether the LED of an external > USB-mouse stays on if connected) thereby making the devices draw > power from the battery - not too much, but noticeable. So you might > end up removing them every time you send the devices to sleep. Much > luck, probably this power on problem does not exist with your > notebook, take care Hi Dieter, you can try the rfkill utility that can be found in driver:wireless project for 11.2 [1]. This utility can turn the bt dongle off [2]. If the rfkill works for you then you can create a "hook" to switch the bt dongle off before suspend. Some hints can be found in the package pm-utils. If you want, open a bug report, we can create and test new "hook" together and add it to pm-utils. [1] http://software.opensuse.org/search [2] # rfkill list all 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: no Hard blocked: no # rfkill block 1 # rfkill list all 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: yes Hard blocked: no Cheers, -- -vlado