Difference between revisions of "ThinkPad X3 UltraBase"

From ThinkWiki
Jump to: navigation, search
(document how to dock/undock properly under debian)
(added pass-through detail)
 
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{| cellspacing="0" cellpadding="2" border="0"
+
__NOTOC__
| style="vertical-align:top;" | __TOC__
+
{| width="100%"
[[image:UltraBaseX3.gif|UltraBase X3]]
+
|style="vertical-align:top" |
| style="vertical-align:top;" | <div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
+
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
== IBM UltraBase X3 ==
+
=== ThinkPad X3 UltraBase (46P7912) ===
The IBM UltraBase X3 is a portable dock for the X30, X31 and X32 ThinkPads providing extra ports as well as a bay for an optical drive and a set of stereo speakers. Containing a full featured [[UltraBay|UltraBay Plus]] slot, it provides flexibility in drive choice as well as the option of a secondary battery for extended working time on the road. The Ultrabase X3 also features a battery slot on the underside that accepts the same battery as your X30 Series ThinkPad. The UltraBase X3 doesn't provide a second docking port as the original [[UltraBase]] did, hence you can't dock the UltraBase to any of the other docking solutions.
+
This is a proprietary docking station for models with a [[Docking Port|CS00 standard docking port]].
 
 
 
=== Features ===
 
=== Features ===
* Passthrough ports:
+
==== Pass-through ====
** Ethernet (RJ45)
+
* 1x PS/2 (Mini-DIN 6, keyboard+mouse) port
** Modem (RJ11)
+
* 1x USB 2.0 (Type-A) port
** USB
+
* 1x Modem (RJ-11) port
** [[VGA Port|VGA]]
+
* 1x Ethernet (RJ-45) port
** [[Serial Port|Serial (DB9-M)]]
+
* 1x VGA-out (DE-15) port
** [[Parallel Port|Parallel (DB25-F)]]
+
* 1x Parallel (DB-25, ECP/EPP/SPP) port
** [[PS/2 Port|Combined PS/2 Mouse + Keyboard]]
+
* 1x Serial (DE-9, RS-232) port
* [[UltraBay|Ultrabay Plus]]
+
* 1x [[Ultrabay|Ultrabay Plus]] slot{{footnote|1}}
* Stereo speakers
+
* 1x DC-in (barrel) socket
* Kensington security hole
+
* 2x Audio speaker (stereo)
* Battery Slot (For Second X30 Series Battery)
+
* 1x X3x battery pack slot{{footnote|2}}
 
+
==== Non-pass-through ====
===Pros & Cons===
+
* 1x Kensington security lock slot
* Positives: Expansion capability, portable
+
=== Resources ===
* Negatives: makes the ThinkPad quite thick, no extra docking port
+
* [https://download.lenovo.com/ibmdl/pub/pc/pccbbs/options/62p8225.pdf User's guide (July 2002)] (1.81 MB)
* Compatibility: {{X30}}, {{X31}}, {{X32}}
+
{{footnotes|
* Warranty: Three Years
+
#Ultrabay batteries are supported, but they cannot be physically inserted if an X3x battery pack is installed in the UltraBase. In other words, simultaneous use of both batteries is not supported.
 +
#This battery slot cannot be used if an Ultrabay battery is installed into the Ultrabay.
 +
}}
 
</div>
 
</div>
 +
|style="vertical-align:top" | [[image:UltraBaseX3.gif|384px]]
 
|}
 
|}
 +
=== Part numbers ===
 +
* 91P9025 (91P9024), 46L4865 (46L4866)
  
==UltraBay Plus==
+
== Models supporting this accessory ==
The [[UltraBay|UltraBay Plus]] slot in this dock is a full featured one and supports hot swapping with all UltraBay Plus and UltraBay 2000 drives. You can also feed it with the UltraBay Plus battery pack to extend the overall battery life time.
+
* {{X30}}, {{X31}}, {{X32}}
 
 
== Linux support ==
 
 
 
This can be problematic under Debian, as the default kernels do not support the IBM docks. I had to recompile it to enable CONFIG_ACPI_IBM_DOCK, and disable CONFIG_ACPI_DOCK. I also needed to hook a few scripts into the acpi events system.
 
 
 
ibm-dock.sh:
 
#!/bin/sh
 
 
# acknowledge docking with the dockstation
 
echo dock > /proc/acpi/ibm/dock
 
 
 
ibm-undock.sh:
 
#!/bin/sh
 
 
# prepare the laptop for undocking with the dockstation
 
 
echo undock > /proc/acpi/ibm/dock
 
 
 
events/ibm-dock:
 
 
 
event=ibm/dock GDCK 00000000 00000003
 
action=/etc/acpi/ibm-dock.sh
 
 
 
events/ibm-undock:
 
  
event=ibm/dock GDCK 00000003 00000001
+
[[Category:Docking Solutions]]
action=/etc/acpi/ibm-undock.sh
 

Latest revision as of 14:43, 15 October 2020

ThinkPad X3 UltraBase (46P7912)

This is a proprietary docking station for models with a CS00 standard docking port.

Features

Pass-through

  • 1x PS/2 (Mini-DIN 6, keyboard+mouse) port
  • 1x USB 2.0 (Type-A) port
  • 1x Modem (RJ-11) port
  • 1x Ethernet (RJ-45) port
  • 1x VGA-out (DE-15) port
  • 1x Parallel (DB-25, ECP/EPP/SPP) port
  • 1x Serial (DE-9, RS-232) port
  • 1x Ultrabay Plus slot1
  • 1x DC-in (barrel) socket
  • 2x Audio speaker (stereo)
  • 1x X3x battery pack slot2

Non-pass-through

  • 1x Kensington security lock slot

Resources


FOOTNOTES [Δ]
  1. Ultrabay batteries are supported, but they cannot be physically inserted if an X3x battery pack is installed in the UltraBase. In other words, simultaneous use of both batteries is not supported.
  2. This battery slot cannot be used if an Ultrabay battery is installed into the Ultrabay.
UltraBaseX3.gif

Part numbers

  • 91P9025 (91P9024), 46L4865 (46L4866)

Models supporting this accessory