Difference between revisions of "Bluetooth Daughter Card (14 pins)"

From ThinkWiki
Jump to: navigation, search
(ThinkPads Using This Device)
(Linux Driver)
Line 19: Line 19:
 
The Bluetooth adapter uses the '''hci_usb''' driver {{kernelconf|CONFIG_BT_HCIUSB||||||}}.
 
The Bluetooth adapter uses the '''hci_usb''' driver {{kernelconf|CONFIG_BT_HCIUSB||||||}}.
  
One can enable Bluetooth by pressing {{key|Fn}}{{key|F5}}.  If you have the [[ibm-acpi|ibm_acpi]] kernel module loaded or compiled into the kernel, you may also run the following command with root privileges:
+
One can enable Bluetooth by pressing {{key|Fn}}{{key|F5}}.  If this doesn't work, you can load the [[ibm-acpi|ibm_acpi]] or [[ibm-acpi|thinkpad_acpi]] kernel module and run the following command with root privileges:
  
 
{{cmdroot|echo "enable" > /proc/acpi/ibm/bluetooth}}
 
{{cmdroot|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, Z61t, and T61).
+
When Bluetooth is enabled, the Bluetooth-logo LED will light up and executing {{cmdroot|lsusb}} will show an entry mentioning "Broadcom"
 +
 
 +
On the T60, T61 and Z61, the Wireless kill-radio switch disables both WiFi and Bluetooth (Verified on a ThinkPad Z60m, Z61t, T60, and T61).
  
 
=== See Also ===
 
=== See Also ===

Revision as of 04:02, 12 November 2007

Bluetooth Logo

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

  • Chipset: Broadcom
  • USB VID/PID: 0A5C:2110

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 this doesn't work, you can load the ibm_acpi or thinkpad_acpi kernel module and run the following command with root privileges:

# echo "enable" > /proc/acpi/ibm/bluetooth

When Bluetooth is enabled, the Bluetooth-logo LED will light up and executing # lsusb will show an entry mentioning "Broadcom"

On the T60, T61 and Z61, the Wireless kill-radio switch disables both WiFi and Bluetooth (Verified on a ThinkPad Z60m, Z61t, T60, and T61).

See Also

ThinkPads Using This Device

External Sources