Difference between revisions of "Bluetooth Daughter Card (14 pins)"
(→Linux driver: Describe needed driver, dress up text a bit...) |
(Added link to Bluetooth setup page. Fixed some wording.) |
||
Line 27: | Line 27: | ||
(Verified on a ThinkPad Z60m and Z61t.) | (Verified on a ThinkPad Z60m and Z61t.) | ||
− | === ThinkPads | + | === See Also === |
+ | * [[How_to_setup_Bluetooth|How to Setup Bluetooth]] | ||
+ | |||
+ | === ThinkPads Using This Device === | ||
* {{Z60m}}, {{Z60t}}, {{Z61t}} | * {{Z60m}}, {{Z60t}}, {{Z61t}} | ||
* {{R60}}, {{R61}} | * {{R60}}, {{R61}} | ||
* {{T60}}, {{T60p}}, {{T61}} | * {{T60}}, {{T60p}}, {{T61}} | ||
− | ===External Sources=== | + | === External Sources === |
− | *[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-51427 | + | *[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-51427 IBM's page about configuring Bluetooth under Linux] |
*[http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions/BCM2045 Broadcom BCM2045 Product] | *[http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions/BCM2045 Broadcom BCM2045 Product] | ||
[[Category:Components]] | [[Category:Components]] |
Revision as of 00:51, 23 June 2007
ThinkPad Bluetooth with Enhanced Data Rate (BDC-2)This is a USB Bluetooth Adapter that is installed in a CDC slot in the screen assembly. Features
|
IBM Partnumbers
IBM FRU PN: 39T0497
Linux Driver
The Bluetooth adapter uses the hci_usb driver (CONFIG_BT_HCIUSB).
One can enable Bluetooth by pressing FnF5. If you have the ibm_acpi kernel module loaded or compiled into the kernel, you may also run the following command with root privileges:
# echo "enable" > /proc/acpi/ibm/bluetooth
On the T61 and Z61, the Wireless kill-radio switch disables both WiFi and Bluetooth.
(Verified on a ThinkPad Z60m and Z61t.)