<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Carlton+Bale</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Carlton+Bale"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Carlton_Bale"/>
	<updated>2026-06-10T07:25:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Bluetooth_Daughter_Card_(14_pins)&amp;diff=52923</id>
		<title>Bluetooth Daughter Card (14 pins)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Bluetooth_Daughter_Card_(14_pins)&amp;diff=52923"/>
		<updated>2011-09-07T16:03:43Z</updated>

		<summary type="html">&lt;p&gt;Carlton Bale: /* ThinkPad Bluetooth with Enhanced Data Rate (BDC-2 / BDC-2.1) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Bluetooth with Enhanced Data Rate (BDC-2 / BDC-2.1) ===&lt;br /&gt;
This is a USB Bluetooth Adapter that is installed in a slot in the Bluetooth Daughter Card (BDC). The location of the Bluetooth Daughter Card varies by model (within the screen, under the palm rest area, etc.); refer to the Hardware Maintenance Manual for the location of the BDC within each specific model.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: Broadcom&lt;br /&gt;
* Model: BCM2045B (BDC-2)&lt;br /&gt;
* USB VID/PID: 0A5C:2110 (BDC-2)&lt;br /&gt;
* USB VID/PID: 0A5C:2145 (BDC-2.1)&lt;br /&gt;
* USB VID/PID: 0A5C:217F (BDC-2.1)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:Logo_bluetooth.jpg|Bluetooth Logo]]&lt;br /&gt;
[[Image:FRU39T0497.jpg|250px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Partnumbers ===&lt;br /&gt;
'''BDC-2'''&lt;br /&gt;
* FRU PN: 39T0497 (T61, T60, X61, X60)&lt;br /&gt;
&lt;br /&gt;
'''BDC-2.1'''&lt;br /&gt;
*FRU PN: 42T0969, 60Y3211, 60Y3215 (R400, R500, T400, T500, W500, W700, W700ds, X200, X200s, X201, X201s)&lt;br /&gt;
*FRU PN: 44C9696 (X200 Tablet, X201 Tablet)&lt;br /&gt;
*FRU PN: 43Y6481 (T400s, X301)&lt;br /&gt;
*FRU PN: 60Y3199, 60Y3213 (Edge 11&amp;quot;, T410, T410i, T410s, T410si)&lt;br /&gt;
*FRU PN: 60Y3199 (T510, T510i, W510, X100e)&lt;br /&gt;
&lt;br /&gt;
=== Linux Driver ===&lt;br /&gt;
&lt;br /&gt;
The Bluetooth adapter uses the '''hci_usb''' driver {{kernelconf|CONFIG_BT_HCIUSB||||||}}.&lt;br /&gt;
&lt;br /&gt;
One can enable Bluetooth by pressing {{key|Fn}}{{key|F5}}.  If this doesn't work, you can load the [[thinkpad-acpi]] kernel module and run the following command with root privileges:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo &amp;quot;enable&amp;quot; &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
When Bluetooth is enabled, the Bluetooth-logo LED will light up and executing {{cmdroot|lsusb}} will show an entry mentioning &amp;quot;Broadcom&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
On recent ThinkPads the Wireless killswitch disables both WiFi and Bluetooth (verified on a ThinkPad Z60m, Z61t, T60, T61 and X61).&lt;br /&gt;
&lt;br /&gt;
=== Set Fn + F5 or Fn + F6 as hotkey to enable/disable Bluetooth ===&lt;br /&gt;
If the {{key|Fn}}{{key|F5}} combo doesn't work for you out-of-box, you can easily use Linux ACPI subsystem to enable and disable Bluetooh. You only need to create two small files (shown below). Note that you need to have &amp;lt;code&amp;gt;acpid&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;thinkpad_acpi&amp;lt;/code&amp;gt; installed and properly working. The following scripts were tested on openSUSE 10.3.&lt;br /&gt;
&lt;br /&gt;
Newer ThinkPad T Series Models cycle through four options:&lt;br /&gt;
# WLAN on + bluetooth on&lt;br /&gt;
# WLAN off + bluetooth off&lt;br /&gt;
# WLAN off + bluetooth on&lt;br /&gt;
# WLAN on + bluetooth off&lt;br /&gt;
If you don't like this and want to control only bluetooth without affecting WLAN you can simply add {{key|Fn}}{{key|F6}} as the bluetooth toggle. To do that use the second ACPI event handler scipt below instead of the first one.&lt;br /&gt;
==== ACPI action script ====&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /etc/acpi/actions/bluetooth&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# Bluetooth enable/disable script&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/bluetooth status&lt;br /&gt;
&lt;br /&gt;
if [ &amp;quot;$?&amp;quot; -ne 0 ]; then&lt;br /&gt;
        /etc/init.d/bluetooth start &amp;gt; /dev/null&lt;br /&gt;
        echo enabled &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
        echo &amp;quot;Bluetooth enabled&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
        /etc/init.d/bluetooth stop &amp;gt; /dev/null&lt;br /&gt;
        echo disabled &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
        echo &amp;quot;Bluetooth disabled&amp;quot;&lt;br /&gt;
fi&amp;lt;/pre&amp;gt;&lt;br /&gt;
This script, when executed, detects the current state of Bluetooth subsystem and changes it to the opposite state.&lt;br /&gt;
&lt;br /&gt;
==== ACPI event handler ====&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /etc/acpi/events/bluetooth&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 00001005&lt;br /&gt;
action=/etc/acpi/actions/bluetooth&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;acpid&amp;lt;/code&amp;gt;, once detects Fn + F5 keypress, runs the given script which disables or enables Bluetooth (and changes state of indication LED).&lt;br /&gt;
&lt;br /&gt;
To use {{key|Fn}}{{key|F6}} for bluetooth toggling only and leave the function of FN+F5 on newer ThinkPads intact use the following script instead of the one above:&lt;br /&gt;
&amp;lt;pre&amp;gt;# cat /etc/acpi/events/bluetooth&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 00001006&lt;br /&gt;
action=/etc/acpi/actions/bluetooth&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
* [[How_to_setup_Bluetooth|How to Setup Bluetooth]]&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads Using This Device ===&lt;br /&gt;
'''BDC-2'''&lt;br /&gt;
* {{Z60m}}, {{Z60t}}, {{Z61t}}&lt;br /&gt;
* {{R60}}, {{R61}}&lt;br /&gt;
* {{T60}}, {{T60p}}, {{T61}}, {{T61p}}&lt;br /&gt;
* {{X60}}, {{X60s}}, {{X60 Tablet}}, {{X61}}, {{X61s}}, {{X61 Tablet}}, {{X300}}&lt;br /&gt;
&lt;br /&gt;
'''BDC-2.1'''&lt;br /&gt;
* {{Edge 11&amp;quot;}}, {{Edge 13&amp;quot;}}, {{Edge 14&amp;quot;}}, {{Edge 15&amp;quot;}}&lt;br /&gt;
* {{L412}}, {{L512}}&lt;br /&gt;
* {{R400}}, {{R500}}&lt;br /&gt;
* {{SL300}}, {{SL400}}, {{SL500}}, {{SL500c}}, {{SL510}}&lt;br /&gt;
* {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{T510}}, {{T510i}}&lt;br /&gt;
* {{W500}}, {{W510}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;br /&gt;
* {{X100e}}, {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X201s}}, {{X201 Tablet}}, {{X220}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
=== External Sources ===&lt;br /&gt;
*[http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions/BCM2045 Broadcom BCM2045 Product]&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Carlton Bale</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31553</id>
		<title>ThinkPad Advanced Mini-Dock</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31553"/>
		<updated>2007-07-27T01:19:31Z</updated>

		<summary type="html">&lt;p&gt;Carlton Bale: Added links section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
[[image:thinkpad-advanced-mini-dock.gif|ThinkPad Advanced Mini Dock]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad Advanced Mini Dock ==&lt;br /&gt;
The ThinkPad Advanced Mini Dock (Model # 250410U) contains basic pass-through connections for notebook ports, including power pass-through. It comes without integrated power supply but provides the same power jack as found in a ThinkPad, an AC-Adapter is included. Besides all the pass-through ports the ThinkPad Advanced Mini Dock comes with an On/Off switch, Key lock and a slot for a cable lock.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Ethernet (RJ45)&lt;br /&gt;
** Modem (RJ11)&lt;br /&gt;
** [[VGA Port|VGA]]&lt;br /&gt;
** DVI-D (Dual Link DVI-D supported for certain nVidia / ATI video cards for high resolution monitors)&lt;br /&gt;
** [[Serial Port|Serial (DB9-M)]]&lt;br /&gt;
** [[Parallel Port|Parallel (DB25-F)]]&lt;br /&gt;
** [[PS/2 Port|Combined PS/2 Mouse + Keyboard]]&lt;br /&gt;
** Audio Microphone-in&lt;br /&gt;
** Audio Headphone-out&lt;br /&gt;
* USB (4-ports)&lt;br /&gt;
* Kensington Lock connector&lt;br /&gt;
* Key lock&lt;br /&gt;
* Power button&lt;br /&gt;
* AC-Adapter (same as with the TP)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==IBM part numbers==&lt;br /&gt;
* order part number: P/N 250410U&lt;br /&gt;
* FRU part number:  26R9063&lt;br /&gt;
&lt;br /&gt;
== Supported ThinkPads ==&lt;br /&gt;
* ThinkPad {{R61}}&lt;br /&gt;
* ThinkPad {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
* ThinkPad {{Z60m}}, {{Z60t}}&lt;br /&gt;
&lt;br /&gt;
== Links == &lt;br /&gt;
Manufacturers page: [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-61297 http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-61297]&lt;/div&gt;</summary>
		<author><name>Carlton Bale</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31552</id>
		<title>ThinkPad Advanced Mini-Dock</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31552"/>
		<updated>2007-07-27T01:16:40Z</updated>

		<summary type="html">&lt;p&gt;Carlton Bale: /* IBM part numbers */ added FRU number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
[[image:thinkpad-advanced-mini-dock.gif|ThinkPad Advanced Mini Dock]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad Advanced Mini Dock ==&lt;br /&gt;
The ThinkPad Advanced Mini Dock (Model # 250410U) contains basic pass-through connections for notebook ports, including power pass-through. It comes without integrated power supply but provides the same power jack as found in a ThinkPad, an AC-Adapter is included. Besides all the pass-through ports the ThinkPad Advanced Mini Dock comes with an On/Off switch, Key lock and a slot for a cable lock.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Ethernet (RJ45)&lt;br /&gt;
** Modem (RJ11)&lt;br /&gt;
** [[VGA Port|VGA]]&lt;br /&gt;
** DVI-D (Dual Link DVI-D supported for certain nVidia / ATI video cards for high resolution monitors)&lt;br /&gt;
** [[Serial Port|Serial (DB9-M)]]&lt;br /&gt;
** [[Parallel Port|Parallel (DB25-F)]]&lt;br /&gt;
** [[PS/2 Port|Combined PS/2 Mouse + Keyboard]]&lt;br /&gt;
** Audio Microphone-in&lt;br /&gt;
** Audio Headphone-out&lt;br /&gt;
* USB (4-ports)&lt;br /&gt;
* Kensington Lock connector&lt;br /&gt;
* Key lock&lt;br /&gt;
* Power button&lt;br /&gt;
* AC-Adapter (same as with the TP)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==IBM part numbers==&lt;br /&gt;
* order part number: P/N 250410U&lt;br /&gt;
* FRU part number:  26R9063&lt;br /&gt;
&lt;br /&gt;
== Supported ThinkPads ==&lt;br /&gt;
* ThinkPad {{R61}}&lt;br /&gt;
* ThinkPad {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
* ThinkPad {{Z60m}}, {{Z60t}}&lt;/div&gt;</summary>
		<author><name>Carlton Bale</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31551</id>
		<title>ThinkPad Advanced Mini-Dock</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Advanced_Mini-Dock&amp;diff=31551"/>
		<updated>2007-07-27T01:15:28Z</updated>

		<summary type="html">&lt;p&gt;Carlton Bale: /* Features */ Added Dual Link DVI info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
[[image:thinkpad-advanced-mini-dock.gif|ThinkPad Advanced Mini Dock]]&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
== ThinkPad Advanced Mini Dock ==&lt;br /&gt;
The ThinkPad Advanced Mini Dock (Model # 250410U) contains basic pass-through connections for notebook ports, including power pass-through. It comes without integrated power supply but provides the same power jack as found in a ThinkPad, an AC-Adapter is included. Besides all the pass-through ports the ThinkPad Advanced Mini Dock comes with an On/Off switch, Key lock and a slot for a cable lock.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Passthrough ports:&lt;br /&gt;
** Ethernet (RJ45)&lt;br /&gt;
** Modem (RJ11)&lt;br /&gt;
** [[VGA Port|VGA]]&lt;br /&gt;
** DVI-D (Dual Link DVI-D supported for certain nVidia / ATI video cards for high resolution monitors)&lt;br /&gt;
** [[Serial Port|Serial (DB9-M)]]&lt;br /&gt;
** [[Parallel Port|Parallel (DB25-F)]]&lt;br /&gt;
** [[PS/2 Port|Combined PS/2 Mouse + Keyboard]]&lt;br /&gt;
** Audio Microphone-in&lt;br /&gt;
** Audio Headphone-out&lt;br /&gt;
* USB (4-ports)&lt;br /&gt;
* Kensington Lock connector&lt;br /&gt;
* Key lock&lt;br /&gt;
* Power button&lt;br /&gt;
* AC-Adapter (same as with the TP)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==IBM part numbers==&lt;br /&gt;
* order part number: P/N 250410U&lt;br /&gt;
* FRU part number: ?&lt;br /&gt;
&lt;br /&gt;
== Supported ThinkPads ==&lt;br /&gt;
* ThinkPad {{R61}}&lt;br /&gt;
* ThinkPad {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
* ThinkPad {{Z60m}}, {{Z60t}}&lt;/div&gt;</summary>
		<author><name>Carlton Bale</name></author>
		
	</entry>
</feed>