<?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=80.58.34.235</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=80.58.34.235"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/80.58.34.235"/>
	<updated>2026-04-07T16:08:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=17333</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=17333"/>
		<updated>2005-12-29T20:26:45Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: /* Caveats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install (drop me a line at koalillo-at-fastmail-dot-fm):&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser|make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/ibm}}&lt;br /&gt;
 event=ibm/hotkey&lt;br /&gt;
 action=/etc/acpi/ibm.sh %e&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/ibm.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
{{path|/usr/local/sbin/suspend.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 ifdown ath0&lt;br /&gt;
 echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
 ifup ath0&lt;br /&gt;
 /etc/init.d/hotplug restart # testing if this solves my Bluetooth problems, see below&lt;br /&gt;
&lt;br /&gt;
* Add {{cmdroot|echo enable &amp;gt;/proc/acpi/ibm/hotkey}} to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;br /&gt;
* I get some USB errors when enabling/disabling Bluetooth after sleep/hibernation, like: {{cmdresult|usb 4-1: device not accepting address 5, error -71}} googling around it seems like restarting hotplug (or reloading the usb modules) solves the problem... I'll test that&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=13860</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=13860"/>
		<updated>2005-12-29T20:26:23Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install (drop me a line at koalillo-at-fastmail-dot-fm):&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser|make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/ibm}}&lt;br /&gt;
 event=ibm/hotkey&lt;br /&gt;
 action=/etc/acpi/ibm.sh %e&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/ibm.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
{{path|/usr/local/sbin/suspend.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 ifdown ath0&lt;br /&gt;
 echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
 ifup ath0&lt;br /&gt;
 /etc/init.d/hotplug restart # testing if this solves my Bluetooth problems, see below&lt;br /&gt;
&lt;br /&gt;
* Add {{cmdroot|echo enable &amp;gt;/proc/acpi/ibm/hotkey}} to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;br /&gt;
* I get some USB errors when enabling/disabling Bluetooth after sleep/hibernation, like:&lt;br /&gt;
{{cmdresult|usb 4-1: device not accepting address 5, error -71}}&lt;br /&gt;
googling around it seems like restarting hotplug (or reloading the usb modules) solves the problem... I'll test that&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=13859</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=13859"/>
		<updated>2005-11-27T18:26:24Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install (drop me a line at koalillo-at-fastmail-dot-fm):&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser|make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/ibm}}&lt;br /&gt;
 event=ibm/hotkey&lt;br /&gt;
 action=/etc/acpi/ibm.sh %e&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/ibm.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
{{path|/usr/local/sbin/suspend.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 ifdown ath0&lt;br /&gt;
 echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
 ifup ath0&lt;br /&gt;
&lt;br /&gt;
* Add {{cmdroot|echo enable &amp;gt;/proc/acpi/ibm/hotkey}} to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12592</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12592"/>
		<updated>2005-11-27T18:25:39Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install:&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser|make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/ibm}}&lt;br /&gt;
 event=ibm/hotkey&lt;br /&gt;
 action=/etc/acpi/ibm.sh %e&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/ibm.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
{{path|/usr/local/sbin/suspend.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 ifdown ath0&lt;br /&gt;
 echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
 ifup ath0&lt;br /&gt;
&lt;br /&gt;
* Add {{cmdroot|echo enable &amp;gt;/proc/acpi/ibm/hotkey}} to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12591</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12591"/>
		<updated>2005-11-27T18:21:47Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install:&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser|make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{cmduser|cat /etc/acpi/events/ibm}}&lt;br /&gt;
{{cmdresult|event=ibm/hotkey&lt;br /&gt;
action=/etc/acpi/ibm.sh %e}}&lt;br /&gt;
alex@armitage:~$ cat /etc/acpi/ibm.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
alex@armitage:~$ cat /usr/local/sbin/suspend.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
ifdown ath0&lt;br /&gt;
echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
ifup ath0&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;br /&gt;
* Add echo enable &amp;gt;/proc/acpi/ibm/hotkey to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12590</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12590"/>
		<updated>2005-11-27T18:20:33Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install:&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
* Set preemptive kernel&lt;br /&gt;
* Add madwifi&lt;br /&gt;
* Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
* Add swsusp&lt;br /&gt;
* {{cmduser||make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
* acpid&lt;br /&gt;
* alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
* anacron&lt;br /&gt;
* gnome-volume-manager&lt;br /&gt;
* libc6-i686&lt;br /&gt;
* tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
* Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
* Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
* Add module hdaps&lt;br /&gt;
* Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
* ibm_acpi&lt;br /&gt;
* nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
* To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{cmduser|cat /etc/acpi/events/ibm}}&lt;br /&gt;
{{cmdresult|event=ibm/hotkey&lt;br /&gt;
action=/etc/acpi/ibm.sh %e}}&lt;br /&gt;
alex@armitage:~$ cat /etc/acpi/ibm.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
alex@armitage:~$ cat /usr/local/sbin/suspend.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
ifdown ath0&lt;br /&gt;
echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
ifup ath0&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;br /&gt;
* Add echo enable &amp;gt;/proc/acpi/ibm/hotkey to enable hotkey reporting to ACPI&lt;br /&gt;
&lt;br /&gt;
== GRUB ==&lt;br /&gt;
&lt;br /&gt;
* Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
* Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12589</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12589"/>
		<updated>2005-11-27T18:19:37Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install:&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
== Kernel ==&lt;br /&gt;
 &lt;br /&gt;
 * Set preemptive kernel&lt;br /&gt;
 * Add madwifi&lt;br /&gt;
 * Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
 * Add swsusp&lt;br /&gt;
 * {{cmduser||make-kpkg --append-to-version -t42 --initrd kernel_image modules_image}}&lt;br /&gt;
&lt;br /&gt;
== Additional packages ==&lt;br /&gt;
&lt;br /&gt;
 * acpid&lt;br /&gt;
 * alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
 * anacron&lt;br /&gt;
 * gnome-volume-manager&lt;br /&gt;
 * libc6-i686&lt;br /&gt;
 * tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
&lt;br /&gt;
== Frequency scaling ==&lt;br /&gt;
 &lt;br /&gt;
 * Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
 * Add the following to your startup sequence {{cmdroot|echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand}}&lt;br /&gt;
&lt;br /&gt;
== HDAPS ==&lt;br /&gt;
&lt;br /&gt;
 * Add module hdaps&lt;br /&gt;
 * Add package hdaps-utils&lt;br /&gt;
&lt;br /&gt;
== Additional modules ==&lt;br /&gt;
&lt;br /&gt;
 * ibm_acpi&lt;br /&gt;
 * nvram&lt;br /&gt;
&lt;br /&gt;
== ACPID ==&lt;br /&gt;
&lt;br /&gt;
 * To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&lt;br /&gt;
{{cmduser|cat /etc/acpi/events/ibm}}&lt;br /&gt;
{{cmdresult|event=ibm/hotkey&lt;br /&gt;
action=/etc/acpi/ibm.sh %e}}&lt;br /&gt;
alex@armitage:~$ cat /etc/acpi/ibm.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
alex@armitage:~$ cat /usr/local/sbin/suspend.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
ifdown ath0&lt;br /&gt;
echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
ifup ath0&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;br /&gt;
  * Add echo enable &amp;gt;/proc/acpi/ibm/hotkey to enable hotkey reporting to ACPI&lt;br /&gt;
* GRUB:&lt;br /&gt;
 * Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
 * Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
* Caveats&lt;br /&gt;
  * Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12588</id>
		<title>Installing Debian 3.1 (Sarge) (alternative) on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_3.1_(Sarge)_(alternative)_on_a_ThinkPad_T42&amp;diff=12588"/>
		<updated>2005-11-27T18:15:29Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some notes I took for my install:&lt;br /&gt;
&lt;br /&gt;
IBM THINKPAD T42 (2373VUW)&lt;br /&gt;
&lt;br /&gt;
I installed Debian Sarge (testing with selected packages from unstable/experimental).&lt;br /&gt;
&lt;br /&gt;
* Kernel&lt;br /&gt;
  * Set preemptive kernel&lt;br /&gt;
  * Add madwifi&lt;br /&gt;
  * Add patch from: http://bugme.osdl.org/show_bug.cgi?id=3022 , adding the 2373VUW model&lt;br /&gt;
  * Add swsusp&lt;br /&gt;
  * make-kpkg --append-to-version -t42 --initrd kernel_image modules_image&lt;br /&gt;
* Additional packages&lt;br /&gt;
  * acpid&lt;br /&gt;
  * alsa-base, alsa-utils, alsa-oss&lt;br /&gt;
  * anacron&lt;br /&gt;
  * gnome-volume-manager&lt;br /&gt;
  * libc6-i686&lt;br /&gt;
  * tpb for OSD display of IBM keys and remapping the Access IBM key&lt;br /&gt;
* Frequency scaling&lt;br /&gt;
  * Load modules: cpufreq_ondemand, speedstep-centrino&lt;br /&gt;
  * echo &amp;gt;/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand&lt;br /&gt;
* HDAPS&lt;br /&gt;
  * Add module hdaps&lt;br /&gt;
  * Add package hdaps-utils&lt;br /&gt;
* Additional modules&lt;br /&gt;
  * ibm_acpi&lt;br /&gt;
  * nvram&lt;br /&gt;
* ACPID:&lt;br /&gt;
  * To map Fn-F4 (suspend) and Fn-F12 (hibernate)&lt;br /&gt;
&amp;lt;verbatim&amp;gt;&lt;br /&gt;
alex@armitage:~$ cat /etc/acpi/events/ibm&lt;br /&gt;
event=ibm/hotkey&lt;br /&gt;
action=/etc/acpi/ibm.sh %e&lt;br /&gt;
&lt;br /&gt;
alex@armitage:~$ cat /etc/acpi/ibm.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
case $4 in&lt;br /&gt;
        00001004) /usr/local/sbin/suspend.sh mem ;;&lt;br /&gt;
        0000100c) /usr/local/sbin/suspend.sh disk ;;&lt;br /&gt;
esac&lt;br /&gt;
&lt;br /&gt;
alex@armitage:~$ cat /usr/local/sbin/suspend.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
ifdown ath0&lt;br /&gt;
echo -n $1 &amp;gt;/sys/power/state&lt;br /&gt;
ifup ath0&lt;br /&gt;
&amp;lt;/verbatim&amp;gt;&lt;br /&gt;
  * Add echo enable &amp;gt;/proc/acpi/ibm/hotkey to enable hotkey reporting to ACPI&lt;br /&gt;
* GRUB:&lt;br /&gt;
 * Add resume=&amp;lt;swap device&amp;gt; so that the system finds the hibernated ram on power up&lt;br /&gt;
 * Add a noresume option to boot without recovering the hibernation&lt;br /&gt;
&lt;br /&gt;
* Caveats&lt;br /&gt;
  * Using cifs causes hiccups suspending/hibernating, use smbnetfs&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T42&amp;diff=15927</id>
		<title>Installation instructions for the ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T42&amp;diff=15927"/>
		<updated>2005-11-27T18:14:40Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{T42}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific instructions==&lt;br /&gt;
*{{Install|Debian|/Sarge|T42}}&lt;br /&gt;
*{{Install|Debian|/Sarge (alternative)|T42}}&lt;br /&gt;
*{{Install|Ubuntu|/Breezy|T42}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_make_ACPI_work&amp;diff=14302</id>
		<title>Talk:How to make ACPI work</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_make_ACPI_work&amp;diff=14302"/>
		<updated>2005-11-13T17:26:27Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: CIFS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* X41&lt;br /&gt;
** I have tried the referred patch (Suspend to RAM) with the latest stable kernel (2.6.12.2): Reboot after wakeup.&lt;br /&gt;
&lt;br /&gt;
== T22 Woes ==&lt;br /&gt;
&lt;br /&gt;
Has anyone managed to get this working with a T22? The BIOS is upgraded, but it _never_ wakes up from sleep. Neither lid nor pwr button are noticed by the system.&lt;br /&gt;
&lt;br /&gt;
--Are you in suspend2ram? This works fine for me. I think you have to enable it in BIOS.&lt;br /&gt;
&lt;br /&gt;
== Sound-after-suspend not working with Mandriva 2006 ==&lt;br /&gt;
&lt;br /&gt;
With Mandriva 2006, suspend/resume works with ACPI, but sound quits working. &lt;br /&gt;
This happens with the T20 and T22. The recommended Mandriva trick of setting &amp;quot;RESTORE_SOUND=yes&amp;quot; in the &amp;quot;suspend&amp;quot; script doesn't solve this. Other suggestions? - MarkStosberg mark@summersault.com&lt;br /&gt;
&lt;br /&gt;
== Solutions ==&lt;br /&gt;
I had 2 different issues:&lt;br /&gt;
- with my X21 I had to unload the alsa modules before suspend.&lt;br /&gt;
- with my x23 I have to change the mixer settings to get it working again.&lt;br /&gt;
&lt;br /&gt;
(I hope it will help)&lt;br /&gt;
&lt;br /&gt;
== CIFS ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;br /&gt;
I have found out that if I use cifs to mount Samba shares, I get lots of problems with suspend/hibernate (the cifsd breaks the shutdown process). Maybe it would be good to warn about this.&lt;br /&gt;
&lt;br /&gt;
Alex (alex at corcoles dot net)&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=15974</id>
		<title>2373-VUW</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=15974"/>
		<updated>2005-11-13T17:24:58Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42 2373-VUW Specifications =&lt;br /&gt;
&lt;br /&gt;
== CPU and Memory ==&lt;br /&gt;
{|&lt;br /&gt;
|Processor Manufacturer || Intel&lt;br /&gt;
|-&lt;br /&gt;
|Processor Class || (Pentium M Dothan)&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.7 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1 Gb&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory ||  2 GB (SO-DIMM)&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || FUJITSU MHT2040AH, ATA DISK drive&lt;br /&gt;
|- &lt;br /&gt;
|Hard Drive Capacity || 40 GB&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || CD-RW / DVD Combo Drive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 14.1 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY Radeon 7500&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution ||1400 x 1050 pixels&lt;br /&gt;
|-&lt;br /&gt;
|Max. External Resolution || 2048 x 1536 pixels&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
{|&lt;br /&gt;
|Battery Model || 6 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life || 3.0 hour(s)&lt;br /&gt;
|-&lt;br /&gt;
|Battery Type || Lithium ion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communications and Networking ==&lt;br /&gt;
{|&lt;br /&gt;
|Bluetooth || Yes&lt;br /&gt;
|-&lt;br /&gt;
|Modem Speed || 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro/1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || IBM 11a/b/g Wireless LAN Mini PCI Adapter II&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Shipped Operating System || Microsoft Windows XP Professional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
{|&lt;br /&gt;
|Interface Provided ||Parallel Port, S-Video, VGA, Phone line, Headphone, Ethernet 10Base-T/100Base-TX/1000Base-T&lt;br /&gt;
|-&lt;br /&gt;
|Connectors ||2 x Hi-Speed USB - 4 pin USB Type A, 1 x parallel - IEEE 1284 (EPP/ECP) - 25 pin D-Sub (DB-25), 1 x display / video - VGA - 15 pin HD D-Sub (HD-15), 1 x infrared - IrDA, 1 x modem - phone line - RJ-11, 1 x network - Ethernet 10Base-T/100Base-TX/1000Base-T - RJ-45, 1 x display / video - S-video output - 4 pin mini-DIN, 1 x docking / port replicator, 1 x microphone - input - mini-phone mono 3.5 mm , 1 x audio - line-out/headphones - mini-phone stereo 3.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Product Info ==&lt;br /&gt;
{|&lt;br /&gt;
|Input Devices || Keyboard, Touchpad, TrackPoint, Fingerprint sensor&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2.6 kg&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373M1G&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm in (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42]]&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=12220</id>
		<title>2373-VUW</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=12220"/>
		<updated>2005-11-13T17:17:52Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42 2373-M1G Specifications =&lt;br /&gt;
&lt;br /&gt;
== CPU and Memory ==&lt;br /&gt;
{|&lt;br /&gt;
|Processor Manufacturer || Intel&lt;br /&gt;
|-&lt;br /&gt;
|Processor Class || (Pentium M Dothan)&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.7 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1 Gb&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory ||  2 GB (SO-DIMM)&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || FUJITSU MHT2040AH, ATA DISK drive&lt;br /&gt;
|- &lt;br /&gt;
|Hard Drive Capacity || 40 GB&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || CD-RW / DVD Combo Drive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 14.1 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY Radeon 7500&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution ||1400 x 1050 pixels&lt;br /&gt;
|-&lt;br /&gt;
|Max. External Resolution || 2048 x 1536 pixels&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
{|&lt;br /&gt;
|Battery Model || 6 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life || 3.0 hour(s)&lt;br /&gt;
|-&lt;br /&gt;
|Battery Type || Lithium ion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communications and Networking ==&lt;br /&gt;
{|&lt;br /&gt;
|Bluetooth || Yes&lt;br /&gt;
|-&lt;br /&gt;
|Modem Speed || 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro/1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || IBM 11a/b/g Wireless LAN Mini PCI Adapter II&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Shipped Operating System || Microsoft Windows XP Professional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
{|&lt;br /&gt;
|Interface Provided ||Parallel Port, S-Video, VGA, Phone line, Headphone, Ethernet 10Base-T/100Base-TX/1000Base-T&lt;br /&gt;
|-&lt;br /&gt;
|Connectors ||2 x Hi-Speed USB - 4 pin USB Type A, 1 x parallel - IEEE 1284 (EPP/ECP) - 25 pin D-Sub (DB-25), 1 x display / video - VGA - 15 pin HD D-Sub (HD-15), 1 x infrared - IrDA, 1 x modem - phone line - RJ-11, 1 x network - Ethernet 10Base-T/100Base-TX/1000Base-T - RJ-45, 1 x display / video - S-video output - 4 pin mini-DIN, 1 x docking / port replicator, 1 x microphone - input - mini-phone mono 3.5 mm , 1 x audio - line-out/headphones - mini-phone stereo 3.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Product Info ==&lt;br /&gt;
{|&lt;br /&gt;
|Input Devices || Keyboard, Touchpad, TrackPoint, Fingerprint sensor&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2.6 kg&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373M1G&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm in (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42]]&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=12218</id>
		<title>2373-VUW</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-VUW&amp;diff=12218"/>
		<updated>2005-11-13T17:16:36Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42 2373-M1G Specifications =&lt;br /&gt;
&lt;br /&gt;
== CPU and Memory ==&lt;br /&gt;
{|&lt;br /&gt;
|Processor Manufacturer || Intel&lt;br /&gt;
|-&lt;br /&gt;
|Processor Class || (Pentium M Dothan)&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.7 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1 Gb&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory ||  2 GB (SO-DIMM)&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || FUJITSU MHT2040AH, ATA DISK drive&lt;br /&gt;
|- &lt;br /&gt;
|Hard Drive Capacity || 40 GB&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || CD-RW / DVD Combo Drive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 14.1 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY Radeon 7500&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution ||1400 x 1050 pixels&lt;br /&gt;
|-&lt;br /&gt;
|Max. External Resolution || 2048 x 1536 pixels&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Battery ==&lt;br /&gt;
{|&lt;br /&gt;
|Battery Model || 6 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life || 3.0 hour(s)&lt;br /&gt;
|-&lt;br /&gt;
|Battery Type || Lithium ion&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Communications and Networking ==&lt;br /&gt;
{|&lt;br /&gt;
|Bluetooth || Yes&lt;br /&gt;
|-&lt;br /&gt;
|Modem Speed || 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro/1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || IBM 11a/b/g Wireless LAN Mini PCI Adapter II (Atheros)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Shipped Operating System || Microsoft Windows XP Professional&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Connectors ==&lt;br /&gt;
{|&lt;br /&gt;
|Interface Provided ||Parallel Port, S-Video, VGA, Phone line, Headphone, Ethernet 10Base-T/100Base-TX/1000Base-T&lt;br /&gt;
|-&lt;br /&gt;
|Connectors ||2 x Hi-Speed USB - 4 pin USB Type A, 1 x parallel - IEEE 1284 (EPP/ECP) - 25 pin D-Sub (DB-25), 1 x display / video - VGA - 15 pin HD D-Sub (HD-15), 1 x infrared - IrDA, 1 x modem - phone line - RJ-11, 1 x network - Ethernet 10Base-T/100Base-TX/1000Base-T - RJ-45, 1 x display / video - S-video output - 4 pin mini-DIN, 1 x docking / port replicator, 1 x microphone - input - mini-phone mono 3.5 mm , 1 x audio - line-out/headphones - mini-phone stereo 3.5 mm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Product Info ==&lt;br /&gt;
{|&lt;br /&gt;
|Input Devices || Keyboard, Touchpad, TrackPoint, Fingerprint sensor&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2.6 kg&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373M1G&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm in (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42]]&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=12491</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=12491"/>
		<updated>2005-11-13T17:10:47Z</updated>

		<summary type="html">&lt;p&gt;80.58.34.235: /* Available Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Usage|&lt;br /&gt;
*Choose a model name to get a list of all currently available information related to this Model.&lt;br /&gt;
*Choose a type-and-model number to get the specs of that specific model.&lt;br /&gt;
}}&lt;br /&gt;
Here you can learn about specific ThinkPads specifications.&lt;br /&gt;
&lt;br /&gt;
Furthermore, you may&lt;br /&gt;
*compare the [[ThinkPad series]] (R, T, X, G),&lt;br /&gt;
*get an overview of the [[ThinkPad History]] or&lt;br /&gt;
*learn about the name [[ThinkPad]].&lt;br /&gt;
&lt;br /&gt;
==IBM/Lenovos hardware specs==&lt;br /&gt;
* '''Lenovo ThinkPads'''&lt;br /&gt;
** For current Lenovo ThinkPad G, R, T and X series models look for the official specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tabook.pdf tabook.pdf]&lt;br /&gt;
** For withdrawn Lenovo ThinkPads, look at [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/ltwbook.pdf ltwbook.pdf]&lt;br /&gt;
* '''Withdrawn IBM ThinkPads'''&lt;br /&gt;
** For A, G, T and X series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tawbook.pdf tawbook.pdf]&lt;br /&gt;
** For R series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/trwbook.pdf trwbook.pdf]&lt;br /&gt;
** For i series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tiwbook.pdf tiwbook.pdf]&lt;br /&gt;
** For 200, 300, 500, 600 and 700 series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/twbook.pdf twbook.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
** Or try searching the IBM announcements letters [http://www.ibm.com/news/usalet/ here].&lt;br /&gt;
&lt;br /&gt;
==Available Models==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!T series!!X series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''[[:Category:390X | ThinkPad 390X]]'''&lt;br /&gt;
*[[2626-L0U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:600E | ThinkPad 600E]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:600X | ThinkPad 600X]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:700 | ThinkPad 700]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:760ED | ThinkPad 760ED]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:760XD | ThinkPad 760XD]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770 | ThinkPad 770]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770E | ThinkPad 770E]]'''&lt;br /&gt;
*[[9548-510]]&lt;br /&gt;
*[[9548-51U]]&lt;br /&gt;
*[[9548-52U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770X | ThinkPad 770X]]'''&lt;br /&gt;
*[[9549-7AO]]&lt;br /&gt;
'''[[:Category:770Z | ThinkPad 770Z]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:A20m | ThinkPad A20m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A20p | ThinkPad A20p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21e | ThinkPad A21e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21m | ThinkPad A21m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21p | ThinkPad A21p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22e | ThinkPad A22e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22m | ThinkPad A22m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22p | ThinkPad A22p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A30 | ThinkPad A30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A30p | ThinkPad A30p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A31 | ThinkPad A31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A31p | ThinkPad A31p]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:G40 | ThinkPad G40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:G41 | ThinkPad G41]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:R30 | ThinkPad R30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R31 | ThinkPad R31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R32 | ThinkPad R32]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R40 | ThinkPad R40]]'''&lt;br /&gt;
*[[2722-9BM]]&lt;br /&gt;
*[[2722-DG1]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R40e | ThinkPad R40e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50 | ThinkPad R50]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50p | ThinkPad R50p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50e | ThinkPad R50e]]'''&lt;br /&gt;
*[[1834-J8G]]&lt;br /&gt;
'''[[:Category:R51 | ThinkPad R51]]'''&lt;br /&gt;
*[[1829-K6G]]&lt;br /&gt;
*[[1830-DG4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R52 | ThinkPad R52]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:S30|ThinkPad S30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:S31|ThinkPad S31]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:T20|ThinkPad T20]]'''&lt;br /&gt;
*[[2647-44G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T21|ThinkPad T21]]'''&lt;br /&gt;
*[[2647-97G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T22|ThinkPad T22]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T23 | ThinkPad T23]]'''&lt;br /&gt;
*[[2647-9RG]]&lt;br /&gt;
*[[2647-7G1]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T30 | ThinkPad T30]]'''&lt;br /&gt;
*[[2366-52U]]&lt;br /&gt;
*[[2366-FBG]]&lt;br /&gt;
*[[2366-GU1]]&lt;br /&gt;
*[[2366-JBG]]&lt;br /&gt;
*[[2366-R7G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40 | ThinkPad T40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40p | ThinkPad T40p]]'''&lt;br /&gt;
*[[2372-G1U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41 | ThinkPad T41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41p | ThinkPad T41p]]'''&lt;br /&gt;
*[[2373-315]]&lt;br /&gt;
*[[2373-GEG]]&lt;br /&gt;
*[[2373-GGG]]&lt;br /&gt;
*[[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42 | ThinkPad T42]]'''&lt;br /&gt;
*[[2373-6ZG]]&lt;br /&gt;
*[[2373-9XU]]&lt;br /&gt;
*[[2373-F1G]]&lt;br /&gt;
*[[2373-F7G]]&lt;br /&gt;
*[[2373-FWG]]&lt;br /&gt;
*[[2373-M1G]]&lt;br /&gt;
*[[2373-VUW]]&lt;br /&gt;
*[[2373-WGK]]&lt;br /&gt;
*[[2378-FVU]]&lt;br /&gt;
*[[2378-RSU]]&lt;br /&gt;
*[[2379-DXU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42p | ThinkPad T42p]]'''&lt;br /&gt;
*[[2373-HTG]]&lt;br /&gt;
*[[2373-W6M]]&lt;br /&gt;
*[[2373-Y4M]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43 | Thinkpad T43]]'''&lt;br /&gt;
*[[2668-C2U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43p | Thinkpad T43p]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:X20 | ThinkPad X20]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X21 | ThinkPad X21]]'''&lt;br /&gt;
*[[2662-66U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X22 | ThinkPad X22]]'''&lt;br /&gt;
*[[2662-95U]]&lt;br /&gt;
*[[2662-9BU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X23 | ThinkPad X23]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X24 | ThinkPad X24]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X30 | ThinkPad X30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X31 | ThinkPad X31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X32 | ThinkPad X32]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X40 | ThinkPad X40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X41 | ThinkPad X41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X41 Tablet | ThinkPad X41 Tablet]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Template:I_Series | I Series]]'''&lt;br /&gt;
'''[[:Category:PC110 | PC110]]'''&lt;br /&gt;
*[[PC110]]&lt;br /&gt;
'''[[:Category:TransNote|TransNote]]'''&lt;br /&gt;
*[[2675-61G]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>80.58.34.235</name></author>
		
	</entry>
</feed>