FS#5608 - Toshiba bluetooth
Attached to Project:
Arch Linux
Opened by Michael Dominic K. (mdk) - Tuesday, 17 October 2006, 21:58 GMT
Last edited by Thomas Bächler (brain0) - Tuesday, 17 October 2006, 23:23 GMT
Opened by Michael Dominic K. (mdk) - Tuesday, 17 October 2006, 21:58 GMT
Last edited by Thomas Bächler (brain0) - Tuesday, 17 October 2006, 23:23 GMT
|
Details
In certain toshiba laptops (Portege series, and possibly
others) the bluetooth antenna (on/off) is controlled by
software (there is no hw-switch). Unfortunately, it's turned
off by default. It's a shame, since the toshiba bluetooth
device (a standard usb dongle it seems) works 100% fine with
linux drivers/kernel.
There is a patch against toshiba_acpi module in the kernel (http://www.cwrose.de/toshiba/s5200.html#bluetooth) that adds a device node /proc/acpi/toshiba/bluetooth that can be used to activate the antenna. It can be done manually (echoing into the node) or by some toshiba helper software (ie. fnfx keys - http://fnfx.sourceforge.net/) |
This task depends upon
thanks
[mdk@altair ~]$ cat /proc/acpi/toshiba/bluetooth
present: 1
power: 0
attach: 0
wireless: 1
I confirm it works cool! Thanks.