<?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=Fionn</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=Fionn"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Fionn"/>
	<updated>2026-06-10T03:05:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ericsson_H5321_gw_Mobile_Broadband_Module&amp;diff=54910</id>
		<title>Ericsson H5321 gw Mobile Broadband Module</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ericsson_H5321_gw_Mobile_Broadband_Module&amp;diff=54910"/>
		<updated>2013-11-14T15:22:37Z</updated>

		<summary type="html">&lt;p&gt;Fionn: Category Edge added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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: 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;
=== Ericsson H5321 gw Mobile Broadband Module ===&lt;br /&gt;
This is a Ericsson WWAN Adapter that is installed in a Mini-PCI Express slot&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: Ericsson H5321 gw&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:0A36319-MBM.jpg|thumb|Ericsson H5321 gw WWAN Adapter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Lenovo Partnumbers ==&lt;br /&gt;
* FRU 0A36319&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Using&lt;br /&gt;
 for n in `ls /sys/class/*/*{ACM,wdm}*/device/interface`;do echo $(echo $n|awk -F '/' '{print $5}') : $(cat $n);done&lt;br /&gt;
the card identifies it's interfaces as&lt;br /&gt;
 ttyACM0 : H5321 gw Mobile Broadband Modem&lt;br /&gt;
 ttyACM1 : H5321 gw Mobile Broadband Data Modem&lt;br /&gt;
 ttyACM2 : H5321 gw Mobile Broadband GPS Port&lt;br /&gt;
 cdc-wdm0 : H5321 gw Mobile Broadband Device Management&lt;br /&gt;
 cdc-wdm1 : H5321 gw Mobile Broadband USIM Port&lt;br /&gt;
&lt;br /&gt;
==Wireless Modem==&lt;br /&gt;
The card works out of the box with the cdc_acm driver using NetworkManager tested on openSUSE 12.2 and 12.3.&lt;br /&gt;
&lt;br /&gt;
== GPS ==&lt;br /&gt;
&lt;br /&gt;
Basically, the NMEA stream can be activated the same way as described in [[Ericsson F3507g Mobile Broadband Module#Using the card as a GPS receiver]]. E.g., to configure the GPS receiver to update every second and turn DGPS on, do {{cmdroot|echo -e &amp;quot;AT*E2GPSCTL{{{|=}}}1,1,1\r&amp;quot; &amp;gt;/dev/ttyACM1}}. Then, the NMEA stream on &amp;lt;tt&amp;gt;/dev/ttyACM2&amp;lt;/tt&amp;gt; is activated by {{cmdroot|echo -e &amp;quot;AT*E2GPSNPD\r&amp;quot; &amp;gt;/dev/ttyACM2}}. However, the stream ends as soon as the &amp;lt;tt&amp;gt;/dev/ttyACM2&amp;lt;/tt&amp;gt; device file is no longer opened.&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
{{cmdroot|gpsd /dev/ttyACM2}} will wait for a client, e.g. {{cmduser|xgps}}, before opening the &amp;lt;tt&amp;gt;/dev/ttyACM2&amp;lt;/tt&amp;gt; device file and polling GPS. Therefore, {{cmdroot|echo -e &amp;quot;AT*E2GPSNPD\r&amp;quot; &amp;gt;/dev/ttyACM2}} is needed '''after''' the first client connects. When the last client is closed, the device file will be closed and the NMEA stream stops.&lt;br /&gt;
&lt;br /&gt;
=== Mobile Broadband Modules ===&lt;br /&gt;
There is an unmaintained project [http://mbm.sourceforge.net/ Mobile Broadband Modules] created by Ericsson. It does not support the H5321 gw, the daemon won't start using modern kernels [https://github.com/mkotsbak/Mbm-gpsd/issues/2] and the GUI won't compile with latest glib.&lt;br /&gt;
&lt;br /&gt;
Here is someone who seems to have got something to work recently [http://sourceforge.net/mailarchive/forum.php?set=custom&amp;amp;viewmonth=&amp;amp;viewday=&amp;amp;forum_name=mbm-devel&amp;amp;style=nested&amp;amp;max_rows=50&amp;amp;submit=Change+View]&lt;br /&gt;
&lt;br /&gt;
Using a recent distribution, it is possible to get the mbm-gpsd compiling and running. You need to install basic C development packages. Using openSUSE 12.3, the following additional packages are needed: dbus-1-devel, dbus-1-glib-devel, libudev-devel, libnl-1, mozilla-nss-devel, mozilla-nspr-devel, gtk-doc, docbook-dsssl-stylesheets, docbook-xsl-stylesheets, docbook_3, docbook_4, iso_ent, libsource-hightlight4, libxslt-tools, openjade, source-highlight, and xmlcharent. Furthermore, you must add &amp;quot;--disable-more-warnings&amp;quot; to the autogen.sh command line and modify the provided udev rule to support the H5321 gw.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
--- utils/99-mbm.rules  2013-04-01 14:22:17.789546987 +0200&lt;br /&gt;
+++ /etc/udev/rules.d/99-mbm.rules      2013-04-02 19:35:03.361210978 +0200&lt;br /&gt;
@@ -10,9 +10,11 @@&lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;413c&amp;quot;, ATTRS{idProduct}==&amp;quot;8147|8183|8184|818d&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;09&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_nmea&amp;quot;&lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;0930&amp;quot;, ATTRS{idProduct}==&amp;quot;130b|130c|1311&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;09&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_nmea&amp;quot;&lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;0bdb&amp;quot;, ATTRS{idProduct}==&amp;quot;1900|1902|1904|1905|1906|1907|1911|190d&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;09&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_nmea&amp;quot;&lt;br /&gt;
+ATTRS{idVendor}==&amp;quot;0bdb&amp;quot;, ATTRS{idProduct}==&amp;quot;1926&amp;quot;, ENV{ID_USB_INTERFACE_NUM}==&amp;quot;09&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_nmea&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;413c&amp;quot;, ATTRS{idProduct}==&amp;quot;8147|8183|8184|818d&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;05&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_ctrl&amp;quot;&lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;0930&amp;quot;, ATTRS{idProduct}==&amp;quot;130b|130c|1311&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;05&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_ctrl&amp;quot;&lt;br /&gt;
 ATTRS{idVendor}==&amp;quot;0bdb&amp;quot;, ATTRS{idProduct}==&amp;quot;1900|1902|1904|1905|1906|1907|1911|190d&amp;quot;, ENV{.MBM_USBIFNUM}==&amp;quot;05&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_ctrl&amp;quot;&lt;br /&gt;
+ATTRS{idVendor}==&amp;quot;0bdb&amp;quot;, ATTRS{idProduct}==&amp;quot;1926&amp;quot;, ENV{ID_USB_INTERFACE_NUM}==&amp;quot;03&amp;quot;, ENV{MBM_CAPABILITY}=&amp;quot;gps_ctrl&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 LABEL=&amp;quot;mbm_end&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Command set at /dev/ttyACM1 ==                                &lt;br /&gt;
 *                                                                            &lt;br /&gt;
 &amp;amp;C                                                                           &lt;br /&gt;
 +CACM                                                                        &lt;br /&gt;
 +CAMM                                                                        &lt;br /&gt;
 +CBST                                   &lt;br /&gt;
 +CCHC                                   &lt;br /&gt;
 +CCHO                                   &lt;br /&gt;
 +CCLK                                   &lt;br /&gt;
 +CCWE                                   &lt;br /&gt;
 +CEAP                                   &lt;br /&gt;
 +CEER&lt;br /&gt;
 +CERP&lt;br /&gt;
 +CFUN&lt;br /&gt;
 +CGACT                                                                          &lt;br /&gt;
 +CGATT                                                                          &lt;br /&gt;
 +CGCLASS                                                                        &lt;br /&gt;
 +CGCMOD                                                                         &lt;br /&gt;
 +CGDCONTRES                                                                     &lt;br /&gt;
 +CRLA                                                                           &lt;br /&gt;
 +CRLP                                                                           &lt;br /&gt;
 +CRSM                                                                           &lt;br /&gt;
 +CSAS                                                                           &lt;br /&gt;
 +CSCA                                                                           &lt;br /&gt;
 +CSCB                                                                           &lt;br /&gt;
 +CSCS                                                                           &lt;br /&gt;
 +CSMS                                                                           &lt;br /&gt;
 +CSQ                                                                            &lt;br /&gt;
 +CUAD                                                                           &lt;br /&gt;
 +CUSD                                                                           &lt;br /&gt;
 +CVHU                                                                           &lt;br /&gt;
 &amp;amp;D                                                                              &lt;br /&gt;
 E                                                                               &lt;br /&gt;
 *E2ARME                                                                         &lt;br /&gt;
 *E2ARMEFLUSH                                                                    &lt;br /&gt;
 *E2ARMEOP*EESIMSWAP                                                             &lt;br /&gt;
 *EETIME                                                                         &lt;br /&gt;
 *EEVINFO                                                                        &lt;br /&gt;
 *EFDORM                                                                         &lt;br /&gt;
 *EGNCI                                                                          &lt;br /&gt;
 *EGPSSAT                                                                        &lt;br /&gt;
 *EGSCI                                                                          &lt;br /&gt;
 *EIAAUR                                                                         &lt;br /&gt;
 *EIAAUW                                                                         &lt;br /&gt;
 *EIAC                                                                           &lt;br /&gt;
 *EIAD                                                                           &lt;br /&gt;
 *EIAIPCPR                                                                       &lt;br /&gt;
 *EIAIPCPW                                                                       &lt;br /&gt;
 *EIAPSR                                                                         &lt;br /&gt;
 *EIAPSW                                                                         &lt;br /&gt;
 *   &lt;br /&gt;
&lt;br /&gt;
== Command set at GPS port /dev/ttyACM2 ==&lt;br /&gt;
                                                                          &lt;br /&gt;
 *                                                                            &lt;br /&gt;
 &amp;amp;C                                                                           &lt;br /&gt;
 +CACM                                   &lt;br /&gt;
 +CAMM                                   &lt;br /&gt;
 +CBST                                   &lt;br /&gt;
 +CCHC                                   &lt;br /&gt;
 +CCHO                                   &lt;br /&gt;
 +CCLK                                   &lt;br /&gt;
 +CCWE&lt;br /&gt;
 +CEAP&lt;br /&gt;
 +CEER&lt;br /&gt;
 +CERP&lt;br /&gt;
 +CFUN&lt;br /&gt;
 +CGACT&lt;br /&gt;
 +CGATT&lt;br /&gt;
 +CGCLASS&lt;br /&gt;
 +CGCMOD&lt;br /&gt;
 +CGDCONT&lt;br /&gt;
 +CGEQMIN&lt;br /&gt;
 +CGEQNEG&lt;br /&gt;
 +CGEQREQ&lt;br /&gt;
 +CGEREP&lt;br /&gt;
 +CGLA&lt;br /&gt;
 +CGMI&lt;br /&gt;
 +CGMM&lt;br /&gt;
 +CGMR&lt;br /&gt;
 +CGPADDR&lt;br /&gt;
 +CGQMIN&lt;br /&gt;
 +CGQREQ&lt;br /&gt;
 +CGREG&lt;br /&gt;
 +CGSMS&lt;br /&gt;
 +CGSN&lt;br /&gt;
 +CGTFTRDP&lt;br /&gt;
 +CHSU&lt;br /&gt;
 +CIMI&lt;br /&gt;
 +CIND&lt;br /&gt;
 +CLAC&lt;br /&gt;
 +CLCK&lt;br /&gt;
 +CMEC&lt;br /&gt;
 +CMEE&lt;br /&gt;
 +CMER&lt;br /&gt;
 +CMGC&lt;br /&gt;
 +CMGD&lt;br /&gt;
 +CMGF&lt;br /&gt;
 +CMGL&lt;br /&gt;
 +CMGR&lt;br /&gt;
 +CMGS&lt;br /&gt;
 +CMGW&lt;br /&gt;
 +CMMS&lt;br /&gt;
 +CMOLR&lt;br /&gt;
 +CMOLRE&lt;br /&gt;
 +CMSS&lt;br /&gt;
 +CMUX&lt;br /&gt;
 +CNMI&lt;br /&gt;
 +CNUM&lt;br /&gt;
 +COPN&lt;br /&gt;
 +COPS&lt;br /&gt;
 +CPBF&lt;br /&gt;
 +CPBR&lt;br /&gt;
 +CPBS&lt;br /&gt;
 +CPBW&lt;br /&gt;
 +CPIN&lt;br /&gt;
 +CPMS&lt;br /&gt;
 +CPOL&lt;br /&gt;
 +CPUC&lt;br /&gt;
 +CPWD&lt;br /&gt;
 +CR&lt;br /&gt;
 +CRC&lt;br /&gt;
 +CREG&lt;br /&gt;
 +CRES&lt;br /&gt;
 +CRLA&lt;br /&gt;
 +CRLP&lt;br /&gt;
 +CRSM&lt;br /&gt;
 +CSAS&lt;br /&gt;
 +CSCA&lt;br /&gt;
 +CSCB&lt;br /&gt;
 +CSCS&lt;br /&gt;
 +CSMS&lt;br /&gt;
 +CSQ&lt;br /&gt;
 +CUAD&lt;br /&gt;
 +CUSD&lt;br /&gt;
 +CVHU&lt;br /&gt;
 &amp;amp;D&lt;br /&gt;
 E&lt;br /&gt;
 *E2ARME&lt;br /&gt;
 *E2ARMEFLUSH&lt;br /&gt;
 *E2ARMEOPM&lt;br /&gt;
 *E2ARMETIME&lt;br /&gt;
 *E2CFUN&lt;br /&gt;
 *E2CHAN&lt;br /&gt;
 *E2GPSCLM&lt;br /&gt;
 *E2GPSCTL&lt;br /&gt;
 *E2GPSEPH&lt;br /&gt;
 *E2GPSLOC&lt;br /&gt;
 *E2GPSNPD&lt;br /&gt;
 *E2GPSPOS&lt;br /&gt;
 *E2GPSQUALITY&lt;br /&gt;
 *E2GPSSTAT&lt;br /&gt;
 *E2GPSSUPL&lt;br /&gt;
 *E2GPSSUPLNI&lt;br /&gt;
 *E2GPSSUPLNIREPLY&lt;br /&gt;
 *E2GPSTIME&lt;br /&gt;
 *E2IPCFG&lt;br /&gt;
 *E2NAP&lt;br /&gt;
 *E2OTR&lt;br /&gt;
 *E2REG&lt;br /&gt;
 *E2RESET&lt;br /&gt;
 *EATTM&lt;br /&gt;
 *ECSP&lt;br /&gt;
 *EECUST&lt;br /&gt;
 *EECUSTPAGE&lt;br /&gt;
 *EEGPSEECLM&lt;br /&gt;
 *EEGPSEEDATA&lt;br /&gt;
 *EEGPSEESTAT&lt;br /&gt;
 *EEGPSNMEA&lt;br /&gt;
 *EELED&lt;br /&gt;
 *EEMAPPSETTING&lt;br /&gt;
 *EEMENABLETX&lt;br /&gt;
 *EEMSOSDESC&lt;br /&gt;
 *EEPOWRED&lt;br /&gt;
 *EERPOL&lt;br /&gt;
 *EESIMSWAP&lt;br /&gt;
 *EETIME&lt;br /&gt;
 *EEVINFO&lt;br /&gt;
 *EFDORM&lt;br /&gt;
 *EGNCI&lt;br /&gt;
 *EGPSSAT&lt;br /&gt;
 *EGSCI&lt;br /&gt;
 *EIAAUR&lt;br /&gt;
 *EIAAUW&lt;br /&gt;
 *EIAC&lt;br /&gt;
 *EIAD&lt;br /&gt;
 *EIAIPCPR&lt;br /&gt;
 *EIAIPCPW&lt;br /&gt;
 *EIAPSR&lt;br /&gt;
 *EIAPSW&lt;br /&gt;
 *EIAR&lt;br /&gt;
 *EIAW&lt;br /&gt;
 *EMBBR&lt;br /&gt;
 *EMIBRR&lt;br /&gt;
 *EMRDY&lt;br /&gt;
 *ENAP&lt;br /&gt;
 *ENNIR&lt;br /&gt;
 *EPBR&lt;br /&gt;
 *EPBW&lt;br /&gt;
 *EPEE&lt;br /&gt;
 *EPHD&lt;br /&gt;
 *EPIN&lt;br /&gt;
 *EPSB&lt;br /&gt;
 *ERINFO&lt;br /&gt;
 *ESIM&lt;br /&gt;
 *ESIMSR&lt;br /&gt;
 *ESTKIDLSCR&lt;br /&gt;
 *ESTKMENU&lt;br /&gt;
 *ESTKRES&lt;br /&gt;
 *ESTKS&lt;br /&gt;
 *ESTKUSRACT&lt;br /&gt;
 *ETCHF96&lt;br /&gt;
 *ETZR&lt;br /&gt;
 *EWNCI&lt;br /&gt;
 *EWSCI&lt;br /&gt;
 &amp;amp;F&lt;br /&gt;
 +GCAP&lt;br /&gt;
 +GMI&lt;br /&gt;
 +GMM&lt;br /&gt;
 +GMR&lt;br /&gt;
 H&lt;br /&gt;
 I&lt;br /&gt;
 +PACSP&lt;br /&gt;
 *STKC&lt;br /&gt;
 *STKE&lt;br /&gt;
 *STKR&lt;br /&gt;
 V&lt;br /&gt;
 &amp;amp;W&lt;br /&gt;
 Z&lt;br /&gt;
&lt;br /&gt;
[[Category:Edge Twist]]&lt;br /&gt;
[[Category:Edge]]&lt;br /&gt;
[[Category:L430]]&lt;br /&gt;
[[Category:T430s]]&lt;br /&gt;
[[Category:T430]]&lt;br /&gt;
[[Category:T530]]&lt;br /&gt;
[[Category:X230T]]&lt;br /&gt;
[[Category:X230]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=22359</id>
		<title>How to change the BIOS bootsplash screen</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=22359"/>
		<updated>2006-05-18T10:18:42Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Adding the custom image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#efefef; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
This page describes how to replace the standard IBM BIOS Bootsplash (The one with the ThinkPad- and Pentium M-Logo), without access to Microsoft Windows or a floppy drive.&lt;br /&gt;
&lt;br /&gt;
Windows users who want to have a custom splash image when they start up should try [[How to change the BIOS bootsplash screen (under Windows) | this guide]] instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
== Getting the Files ==&lt;br /&gt;
You'll need the bios upgrade file from the IBM website.&lt;br /&gt;
&lt;br /&gt;
=== Method 1: Using a Non-Diskette-File and cabextract ===&lt;br /&gt;
&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28us.exe 1ruj28us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29us.exe 1ruj29us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30us.exe 1ruj30us.exe] Released 2005-05-26 '''NEW!'''&lt;br /&gt;
There may be a more recent file on the IBM website.&lt;br /&gt;
&lt;br /&gt;
Last version at 2006-01-04 :&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj33us.exe 1ruj33us.exe] Released 2005-10-25 '''NEW!'''&lt;br /&gt;
&lt;br /&gt;
You need the cabextract tool to extract files from the exe:&lt;br /&gt;
:{{cmdroot|apt-get install cabextract}}&lt;br /&gt;
&lt;br /&gt;
Do this to get the ibm file and extract the disk image from it:&lt;br /&gt;
:{{cmdroot|cd /tmp}}&lt;br /&gt;
:{{cmdroot|wget ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30us.exe}}&lt;br /&gt;
:{{cmdroot|cabextract -F &amp;quot;*.IMG&amp;quot; 1ruj30us.exe}}&lt;br /&gt;
:{{cmdroot|mv 1RUJ30US.IMG floppy.bin}}&lt;br /&gt;
&lt;br /&gt;
=== Method 2: Using a Diskette-File and dosemu ===&lt;br /&gt;
Another option is to use the &amp;quot;Diskette BIOS file&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28ud.exe 1ruj28ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29ud.exe 1ruj29ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30ud.exe 1ruj30ud.exe] Released 2005-05-26 '''NEW!'''&lt;br /&gt;
&lt;br /&gt;
The file is an OS/2 executables and don't run with wine, so you need to install dosemu to run it and create the image.&amp;lt;br&amp;gt;&lt;br /&gt;
:{{cmdroot|apt-get install dosemu dosemu-freedos}}&lt;br /&gt;
(for non-debian-users: Get dosemu and freedos somewhere and make it work somehow).&lt;br /&gt;
&lt;br /&gt;
With dosemu, you can run this executable, but this program unfortunately&lt;br /&gt;
needs a floppy drive to write to. So use the loopback device, to create a virtual floppy. &lt;br /&gt;
:{{cmdroot|1=dd if=/dev/zero of=/tmp/floppy.bin bs=1024 count=1440}}&lt;br /&gt;
:{{cmdroot|losetup /dev/loop0 /tmp/floppy.bin}}&lt;br /&gt;
Put this block device ({{path|/dev/loop0}}) into the dosemu configuration as the floppy disk device. &lt;br /&gt;
Now you can run the extractor executable, which makes {{path|/tmp/floppy.bin}} the desired floppy image .&lt;br /&gt;
:{{cmdroot|dosemu 1ruj27ud.exe}}&lt;br /&gt;
:{{cmdroot|losetup -d /dev/loop0}}&lt;br /&gt;
&lt;br /&gt;
For 2.6.12+ if you have dosemu error:&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /proc/sys/kernel/randomize_va_space}}&lt;br /&gt;
&lt;br /&gt;
== Adding the custom image ==&lt;br /&gt;
Mount your floppy.bin as a loopback device.&lt;br /&gt;
:{{cmdroot|mkdir /tmp/mnt}}&lt;br /&gt;
:{{cmdroot|1=mount -o loop,umask=000 /tmp/floppy.bin /tmp/mnt}}&lt;br /&gt;
Create a 16 color 640x480 BMP (4 Bit/pixel) (for example with Gimp) and save it to {{path|/tmp/mnt/logo.bmp}}.&lt;br /&gt;
You could use this tux image (which is no longer available because someone deleted it) for example.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
When creating your image, keep in mind that on the T43p (and others??), regardless of your custom bootsplash screen there will be a superimposed black &amp;quot;Centrino&amp;quot; logo (~100x100 pixels) on the upper right of your display, so you might want to keep that area clear.  You might also want to reserve the bottom 150 pixels for the &amp;quot;boot options&amp;quot; / &amp;quot;Entering BIOS setup&amp;quot; message(s) too, which will also be displayed.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Now prepare the image with &amp;lt;tt&amp;gt;prepare.exe&amp;lt;/tt&amp;gt; using wine: (This does not work with dosemu!)&lt;br /&gt;
:{{cmdroot|wine prepare.exe logo.scr}}&lt;br /&gt;
The image must compress to &amp;lt;10k.  If you receive an error, you can try reducing the number of colors in your image palette (step down to an 12 or 8 color palette for a very significant reduction in image size.)  When successful, there should be a new {{path|logo.mod}} and your {{path|logo.bmp}}. If so, you are set, don't forget to unmount your loopback device:&lt;br /&gt;
:{{cmdroot|umount /tmp/mnt}}&lt;br /&gt;
&lt;br /&gt;
== Fake a floppy ==&lt;br /&gt;
Now you need to put the image on a floppy and boot from it. Since recent ThinkPads don't have a&lt;br /&gt;
floppy drive, we can use a CD-R (or a CD-RW, actually, for the cheap ones, like me) and burn it with the following command:&lt;br /&gt;
:{{cmdroot|1=mkisofs -b floppy.bin floppy.bin &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; cdrecord dev=&amp;lt;device&amp;gt; - }}&lt;br /&gt;
(&amp;lt;tt&amp;gt;&amp;lt;device&amp;gt;&amp;lt;/tt&amp;gt; being your cd writer device)&lt;br /&gt;
&lt;br /&gt;
== The exciting part ==&lt;br /&gt;
After this worked, reboot your ThinkPad from the cdrom by pressing F12 while booting &lt;br /&gt;
and wait for the IBM tool to start. &lt;br /&gt;
Be sure to have your ThinkPad on AC power and say ''Yes'' to the questions the BIOS Upgrade Tool asks.&lt;br /&gt;
It will then flash the BIOS, which will take about a minute. &lt;br /&gt;
&lt;br /&gt;
Suddenly the laptop turns itself off with two beeps.&lt;br /&gt;
When booting, you'll have your bootsplash picture.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, you won't see it really long, but it's better&lt;br /&gt;
than the standard one, so it was worth the action.&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;
&lt;br /&gt;
BTW next time you have to flash the BIOS the IBM BIOS updater will detect a custom boot splash and ask you if you want to preserve it or restore the original.&lt;br /&gt;
&lt;br /&gt;
== Share your custom bootsplash image ==&lt;br /&gt;
If you've created your own bootsplash image and want to share it with other you can post it here.&lt;br /&gt;
&lt;br /&gt;
* Trinity bootsplash: Since ACPI works perfectly on my T41p I don't boot very often, but I made a really nice bootsplash:&lt;br /&gt;
&lt;br /&gt;
[[image:trinity_bootsplash_preview.jpg|Preview]]&lt;br /&gt;
&lt;br /&gt;
[http://eiszeit.blogdns.net/files/thinkpad/trinity.bmp Trinity Bootsplash only] (THIS LINK IS DEAD BY NOW!)&lt;br /&gt;
&lt;br /&gt;
[http://eiszeit.blogdns.net/files/thinkpad/trinity.tar.bz2 Trinity Package] image formats SVG, XCF, BMP (THIS LINK IS DEAD BY NOW!)&lt;br /&gt;
&lt;br /&gt;
* Schnappi bootsplash: Bow to the power of [http://folk.uio.no/igorr/t43/final.bmp Schnappi]. The BMP image compressed to about 6KB. Schni, schna, schnappi!&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=22358</id>
		<title>How to change the BIOS bootsplash screen</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=22358"/>
		<updated>2006-05-18T10:15:44Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Share your custom bootsplash image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#efefef; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
This page describes how to replace the standard IBM BIOS Bootsplash (The one with the ThinkPad- and Pentium M-Logo), without access to Microsoft Windows or a floppy drive.&lt;br /&gt;
&lt;br /&gt;
Windows users who want to have a custom splash image when they start up should try [[How to change the BIOS bootsplash screen (under Windows) | this guide]] instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
== Getting the Files ==&lt;br /&gt;
You'll need the bios upgrade file from the IBM website.&lt;br /&gt;
&lt;br /&gt;
=== Method 1: Using a Non-Diskette-File and cabextract ===&lt;br /&gt;
&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28us.exe 1ruj28us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29us.exe 1ruj29us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30us.exe 1ruj30us.exe] Released 2005-05-26 '''NEW!'''&lt;br /&gt;
There may be a more recent file on the IBM website.&lt;br /&gt;
&lt;br /&gt;
Last version at 2006-01-04 :&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj33us.exe 1ruj33us.exe] Released 2005-10-25 '''NEW!'''&lt;br /&gt;
&lt;br /&gt;
You need the cabextract tool to extract files from the exe:&lt;br /&gt;
:{{cmdroot|apt-get install cabextract}}&lt;br /&gt;
&lt;br /&gt;
Do this to get the ibm file and extract the disk image from it:&lt;br /&gt;
:{{cmdroot|cd /tmp}}&lt;br /&gt;
:{{cmdroot|wget ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30us.exe}}&lt;br /&gt;
:{{cmdroot|cabextract -F &amp;quot;*.IMG&amp;quot; 1ruj30us.exe}}&lt;br /&gt;
:{{cmdroot|mv 1RUJ30US.IMG floppy.bin}}&lt;br /&gt;
&lt;br /&gt;
=== Method 2: Using a Diskette-File and dosemu ===&lt;br /&gt;
Another option is to use the &amp;quot;Diskette BIOS file&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28ud.exe 1ruj28ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29ud.exe 1ruj29ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30ud.exe 1ruj30ud.exe] Released 2005-05-26 '''NEW!'''&lt;br /&gt;
&lt;br /&gt;
The file is an OS/2 executables and don't run with wine, so you need to install dosemu to run it and create the image.&amp;lt;br&amp;gt;&lt;br /&gt;
:{{cmdroot|apt-get install dosemu dosemu-freedos}}&lt;br /&gt;
(for non-debian-users: Get dosemu and freedos somewhere and make it work somehow).&lt;br /&gt;
&lt;br /&gt;
With dosemu, you can run this executable, but this program unfortunately&lt;br /&gt;
needs a floppy drive to write to. So use the loopback device, to create a virtual floppy. &lt;br /&gt;
:{{cmdroot|1=dd if=/dev/zero of=/tmp/floppy.bin bs=1024 count=1440}}&lt;br /&gt;
:{{cmdroot|losetup /dev/loop0 /tmp/floppy.bin}}&lt;br /&gt;
Put this block device ({{path|/dev/loop0}}) into the dosemu configuration as the floppy disk device. &lt;br /&gt;
Now you can run the extractor executable, which makes {{path|/tmp/floppy.bin}} the desired floppy image .&lt;br /&gt;
:{{cmdroot|dosemu 1ruj27ud.exe}}&lt;br /&gt;
:{{cmdroot|losetup -d /dev/loop0}}&lt;br /&gt;
&lt;br /&gt;
For 2.6.12+ if you have dosemu error:&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /proc/sys/kernel/randomize_va_space}}&lt;br /&gt;
&lt;br /&gt;
== Adding the custom image ==&lt;br /&gt;
Mount your floppy.bin as a loopback device.&lt;br /&gt;
:{{cmdroot|mkdir /tmp/mnt}}&lt;br /&gt;
:{{cmdroot|1=mount -o loop,umask=000 /tmp/floppy.bin /tmp/mnt}}&lt;br /&gt;
Create a 16 color 640x480 BMP (4 Bit/pixel) (for example with Gimp) and save it to {{path|/tmp/mnt/logo.bmp}}.&lt;br /&gt;
You could use this tux image ([http://www.thinkwiki.org/files/LOGO.BMP logo.bmp], [http://www.thinkwiki.org/files/LOGO.MOD logo.mod]) for example.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
When creating your image, keep in mind that on the T43p (and others??), regardless of your custom bootsplash screen there will be a superimposed black &amp;quot;Centrino&amp;quot; logo (~100x100 pixels) on the upper right of your display, so you might want to keep that area clear.  You might also want to reserve the bottom 150 pixels for the &amp;quot;boot options&amp;quot; / &amp;quot;Entering BIOS setup&amp;quot; message(s) too, which will also be displayed.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Now prepare the image with &amp;lt;tt&amp;gt;prepare.exe&amp;lt;/tt&amp;gt; using wine: (This does not work with dosemu!)&lt;br /&gt;
:{{cmdroot|wine prepare.exe logo.scr}}&lt;br /&gt;
The image must compress to &amp;lt;10k.  If you receive an error, you can try reducing the number of colors in your image palette (step down to an 12 or 8 color palette for a very significant reduction in image size.)  When successful, there should be a new {{path|logo.mod}} and your {{path|logo.bmp}}. If so, you are set, don't forget to unmount your loopback device:&lt;br /&gt;
:{{cmdroot|umount /tmp/mnt}}&lt;br /&gt;
&lt;br /&gt;
== Fake a floppy ==&lt;br /&gt;
Now you need to put the image on a floppy and boot from it. Since recent ThinkPads don't have a&lt;br /&gt;
floppy drive, we can use a CD-R (or a CD-RW, actually, for the cheap ones, like me) and burn it with the following command:&lt;br /&gt;
:{{cmdroot|1=mkisofs -b floppy.bin floppy.bin &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; cdrecord dev=&amp;lt;device&amp;gt; - }}&lt;br /&gt;
(&amp;lt;tt&amp;gt;&amp;lt;device&amp;gt;&amp;lt;/tt&amp;gt; being your cd writer device)&lt;br /&gt;
&lt;br /&gt;
== The exciting part ==&lt;br /&gt;
After this worked, reboot your ThinkPad from the cdrom by pressing F12 while booting &lt;br /&gt;
and wait for the IBM tool to start. &lt;br /&gt;
Be sure to have your ThinkPad on AC power and say ''Yes'' to the questions the BIOS Upgrade Tool asks.&lt;br /&gt;
It will then flash the BIOS, which will take about a minute. &lt;br /&gt;
&lt;br /&gt;
Suddenly the laptop turns itself off with two beeps.&lt;br /&gt;
When booting, you'll have your bootsplash picture.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, you won't see it really long, but it's better&lt;br /&gt;
than the standard one, so it was worth the action.&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;
&lt;br /&gt;
BTW next time you have to flash the BIOS the IBM BIOS updater will detect a custom boot splash and ask you if you want to preserve it or restore the original.&lt;br /&gt;
&lt;br /&gt;
== Share your custom bootsplash image ==&lt;br /&gt;
If you've created your own bootsplash image and want to share it with other you can post it here.&lt;br /&gt;
&lt;br /&gt;
* Trinity bootsplash: Since ACPI works perfectly on my T41p I don't boot very often, but I made a really nice bootsplash:&lt;br /&gt;
&lt;br /&gt;
[[image:trinity_bootsplash_preview.jpg|Preview]]&lt;br /&gt;
&lt;br /&gt;
[http://eiszeit.blogdns.net/files/thinkpad/trinity.bmp Trinity Bootsplash only] (THIS LINK IS DEAD BY NOW!)&lt;br /&gt;
&lt;br /&gt;
[http://eiszeit.blogdns.net/files/thinkpad/trinity.tar.bz2 Trinity Package] image formats SVG, XCF, BMP (THIS LINK IS DEAD BY NOW!)&lt;br /&gt;
&lt;br /&gt;
* Schnappi bootsplash: Bow to the power of [http://folk.uio.no/igorr/t43/final.bmp Schnappi]. The BMP image compressed to about 6KB. Schni, schna, schnappi!&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=4884</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=4884"/>
		<updated>2005-04-11T11:22:51Z</updated>

		<summary type="html">&lt;p&gt;Fionn: some updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
During my install of Debian Linux on my T42p I found the following Links to be very, very useful:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info, but do not use the IRQ layout on this page for a T42p!&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]] (since kernel versin 2.6.10 this is part of the stock kernel tree!)&lt;br /&gt;
* Quite some interesting add-ons for thinkpad-users, namely an extended Trackpoint driver with graphical configuration tool can be found here: [http://tpctl.sf.net tpctl home page] (unfortunately the trackpoint driver seems to be incompatible with the latest 2.6 kernels) &lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Unfortunately there are no detailed instructions here, yet. Visit the links above if you feel the present set of information is too terse for your taste.&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of] [[Kanotix]] (a [[Knoppix]] descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
Before you change or repartition your drive, visit the [[Installation steps which apply to every Thinkpad_model#Backup.2FRescue_CD_Set|Backup/Rescue-Section]].&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition, take a look at the [[Installation steps which apply to every Thinkpad_model#Resizing_your_Windows_Partition|Partition-Resizing Section]].&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU. I think in 2.6.9 this is fixed.&lt;br /&gt;
&lt;br /&gt;
You might want to change your [[IRQ]] settings in BIOS&lt;br /&gt;
&lt;br /&gt;
==Debian Packages==&lt;br /&gt;
&lt;br /&gt;
The following packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
====Kernel:====&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.11 (or the latest version available)&lt;br /&gt;
* If you hav a kernel version &amp;lt; 2.6.10: ibm-acpi-source (see [[Ibm-acpi | IBM-ACPI]])&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise you either need the atheros or ipw2200 drivers!)&lt;br /&gt;
* thinkpad-source (optional, I have yet to find a feature that thinkpad-modules offer and the more modern ibm-acpi does not)&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
====Other:====&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
====DO NOT USE:====&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]] [[Category:Debian]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=2309</id>
		<title>2373-HTG</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=2309"/>
		<updated>2005-01-11T19:31:54Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42p 2373 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 / 745&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.8 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|Front Side Bus || 400 MHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1024 MB&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory || 2048 MB&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Installed Video Memory || 128 MB&lt;br /&gt;
|}&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || Hitachi HTS726060M9AT00&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Capacity || 60 GB&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Speed || 7200 RPM&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || Matshita/Panasonic [http://www.panasonic.com/industrial/computer/storage/multi/ UJ-812] CD-RW/DVD-RW/DVD-RAM combo drive (Ultrabay slim)&lt;br /&gt;
|-&lt;br /&gt;
|CD Write Speed || 16 X&lt;br /&gt;
|-&lt;br /&gt;
|CD-RW Speed || 8 X&lt;br /&gt;
|-&lt;br /&gt;
|CD Read Speed || 24 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-R Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RW Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RAM Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-ROM Read Speed || 8 X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 15.4 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix / IPS&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY FIRE GL T2&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution || 1600 x 1200 pixels / UXGA&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 || 9 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life (nominal/actual) || 5.4h / 4.5h&lt;br /&gt;
|-&lt;br /&gt;
|Charge Time (active/inactive) || 4h / 3.6h&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;
|IRDA || serial, 115200baud&lt;br /&gt;
|-&lt;br /&gt;
|Bluetooth || builtin /  via USB&lt;br /&gt;
|-&lt;br /&gt;
|Modem Type / Speed || Intel 82801DB AC97 / 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro / 1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || Intel Centrino ipw2200a/g (aka IBM 802.11ag) MiniPCI card&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Available Operating System&amp;lt;br&amp;gt;Installation Instructions || [[Installing_Debian/Sid_on_a_Thinkpad_T42p | Debian Linux]]&lt;br /&gt;
|-&lt;br /&gt;
|Shipped Operating System || M$ Win XP Pro&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&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2768g&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373HTG&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1142</id>
		<title>2373-HTG</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1142"/>
		<updated>2005-01-11T19:28:28Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42p 2373 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 / 745&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.8 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|Front Side Bus || 400 MHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1024 MB&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory || 2048 MB&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Installed Video Memory || 128 MB&lt;br /&gt;
|}&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || Hitachi HTS726060M9AT00&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Capacity || 60 GB&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Speed || 7200 RPM&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || Matshita/Panasonic [http://www.panasonic.com/industrial/computer/storage/multi/ UJ-812] CD-RW/DVD-RW/DVD-RAM combo drive (Ultrabay slim)&lt;br /&gt;
|-&lt;br /&gt;
|CD Write Speed || 16 X&lt;br /&gt;
|-&lt;br /&gt;
|CD-RW Speed || 8 X&lt;br /&gt;
|-&lt;br /&gt;
|CD Read Speed || 24 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-R Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RW Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RAM Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-ROM Read Speed || 8 X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 15.4 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix / IPS&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY FIRE GL T2&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution || 1600 x 1200 pixels / UXGA&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 || 9 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life (nominal/actual) || 5.4h / 4.5h&lt;br /&gt;
|-&lt;br /&gt;
|Charge Time (active/inactive) || 4h / 3.6h&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;
|IRDA || serial, 115200baud&lt;br /&gt;
|-&lt;br /&gt;
|Bluetooth || builtin /  via USB&lt;br /&gt;
|-&lt;br /&gt;
|Modem Type / Speed || Intel 82801DB AC97 / 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro / 1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || Intel Centrino ipw2200a/g (aka IBM 802.11ag) MiniPCI card&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Shipped Operating System || M$ Win XP Pro&lt;br /&gt;
|-&lt;br /&gt;
|Available Operating System Installation Instructions || [[Installing_Debian/Sid_on_a_Thinkpad_T42p | Debian Linux]]&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&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2768g&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373HTG&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1141</id>
		<title>2373-HTG</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1141"/>
		<updated>2005-01-11T18:49:13Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42p 2373 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 / 745&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.8 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|Front Side Bus || 400 MHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1024 MB&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory || 2048 MB&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Installed Video Memory || 128 MB&lt;br /&gt;
|}&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || Hitachi HTS726060M9AT00&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Capacity || 60 GB&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Speed || 7200 RPM&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || Matshita/Panasonic [http://www.panasonic.com/industrial/computer/storage/multi/ UJ-812] CD-RW/DVD-RW/DVD-RAM combo drive (Ultrabay slim)&lt;br /&gt;
|-&lt;br /&gt;
|CD Write Speed || 16 X&lt;br /&gt;
|-&lt;br /&gt;
|CD-RW Speed || 8 X&lt;br /&gt;
|-&lt;br /&gt;
|CD Read Speed || 24 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-R Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RW Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RAM Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-ROM Read Speed || 8 X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 15.4 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix / IPS&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY FIRE GL T2&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution || 1600 x 1200 pixels / UXGA&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 || 9 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life (nominal/actual) || 5.4h / 4.5h&lt;br /&gt;
|-&lt;br /&gt;
|Charge Time (active/inactive) || 4h / 3.6h&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;
|IRDA || serial, 115200baud&lt;br /&gt;
|-&lt;br /&gt;
|Bluetooth || builtin /  via USB&lt;br /&gt;
|-&lt;br /&gt;
|Modem Type / Speed || Intel 82801DB AC97 / 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro / 1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || Intel Centrino ipw2200a/g (aka IBM 802.11ag) MiniPCI card&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
{|&lt;br /&gt;
|Shipped Operating System || M$ Win XP Pro&lt;br /&gt;
|-&lt;br /&gt;
|Available Instructions || [[Installing_Debian/Sid_on_a_Thinkpad_T42p | Debian Linux]]&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&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2768g&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373HTG&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1140</id>
		<title>2373-HTG</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1140"/>
		<updated>2005-01-11T18:48:29Z</updated>

		<summary type="html">&lt;p&gt;Fionn: Comms update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42p 2373 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 / 745&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.8 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|Front Side Bus || 400 MHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1024 MB&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory || 2048 MB&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Installed Video Memory || 128 MB&lt;br /&gt;
|}&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || Hitachi HTS726060M9AT00&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Capacity || 60 GB&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Speed || 7200 RPM&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || Matshita/Panasonic [http://www.panasonic.com/industrial/computer/storage/multi/ UJ-812] CD-RW/DVD-RW/DVD-RAM combo drive (Ultrabay slim)&lt;br /&gt;
|-&lt;br /&gt;
|CD Write Speed || 16 X&lt;br /&gt;
|-&lt;br /&gt;
|CD-RW Speed || 8 X&lt;br /&gt;
|-&lt;br /&gt;
|CD Read Speed || 24 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-R Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RW Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RAM Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-ROM Read Speed || 8 X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 15.4 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix / IPS&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY FIRE GL T2&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution || 1600 x 1200 pixels / UXGA&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 || 9 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life (nominal/actual) || 5.4h / 4.5h&lt;br /&gt;
|-&lt;br /&gt;
|Charge Time (active/inactive) || 4h / 3.6h&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;
|IRDA || serial, 115200baud&lt;br /&gt;
|-&lt;br /&gt;
|Bluetooth || builtin /  via USB&lt;br /&gt;
|-&lt;br /&gt;
|Modem Type / Speed || Intel 82801DB AC97 / 56 Kbps&lt;br /&gt;
|-&lt;br /&gt;
|Network LAN || Intel Pro / 1000&lt;br /&gt;
|-&lt;br /&gt;
|Network WLAN || Intel Centrino ipw2200a/g (aka IBM 802.11ag) MiniPCI card&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;
|Available Instructions || [[Installing_Debian/Sid_on_a_Thinkpad_T42p | Debian Linux]]&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&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2768g&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373HTG&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1139</id>
		<title>2373-HTG</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=2373-HTG&amp;diff=1139"/>
		<updated>2005-01-11T18:34:25Z</updated>

		<summary type="html">&lt;p&gt;Fionn: final corrections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= IBM ThinkPad T42p 2373 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 / 745&lt;br /&gt;
|-&lt;br /&gt;
|Processor Speed || 1.8 GHz&lt;br /&gt;
|-&lt;br /&gt;
|Cache Size || 2 MB&lt;br /&gt;
|-&lt;br /&gt;
|Front Side Bus || 400 MHz&lt;br /&gt;
|-&lt;br /&gt;
|Installed Memory || 1024 MB&lt;br /&gt;
|-&lt;br /&gt;
|Maximum Memory || 2048 MB&lt;br /&gt;
|- &lt;br /&gt;
|Memory Technology || DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
|Installed Video Memory || 128 MB&lt;br /&gt;
|}&lt;br /&gt;
== Storage ==&lt;br /&gt;
{|&lt;br /&gt;
|Hard Drive Model || Hitachi HTS726060M9AT00&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Capacity || 60 GB&lt;br /&gt;
|-&lt;br /&gt;
|Hard Drive Speed || 7200 RPM&lt;br /&gt;
|-&lt;br /&gt;
|Included Drives || Matshita/Panasonic [http://www.panasonic.com/industrial/computer/storage/multi/ UJ-812] CD-RW/DVD-RW/DVD-RAM combo drive (Ultrabay slim)&lt;br /&gt;
|-&lt;br /&gt;
|CD Write Speed || 16 X&lt;br /&gt;
|-&lt;br /&gt;
|CD-RW Speed || 8 X&lt;br /&gt;
|-&lt;br /&gt;
|CD Read Speed || 24 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-R Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RW Write Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-RAM Speed || 2 X&lt;br /&gt;
|-&lt;br /&gt;
|DVD-ROM Read Speed || 8 X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Display and Graphics ==&lt;br /&gt;
{|&lt;br /&gt;
|Display Size || 15.4 inch&lt;br /&gt;
|-&lt;br /&gt;
|Display Type || TFT active matrix / IPS&lt;br /&gt;
|-&lt;br /&gt;
|Graphics Processor || ATI MOBILITY FIRE GL T2&lt;br /&gt;
|-&lt;br /&gt;
|Included Video Card || Graphics card - AGP 4x&lt;br /&gt;
|-&lt;br /&gt;
|Resolution || 1600 x 1200 pixels / UXGA&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 || 9 cell&lt;br /&gt;
|-&lt;br /&gt;
|Battery Life (nominal/actual) || 5.4h / 4.5h&lt;br /&gt;
|-&lt;br /&gt;
|Charge Time (active/inactive) || 4h / 3.6h&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 || Intel Centrino ipw2200a/g (aka IBM 802.11ag) MiniPCI card&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;
|Available Instructions || [[Installing_Debian/Sid_on_a_Thinkpad_T42p | Debian Linux]]&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&lt;br /&gt;
|-&lt;br /&gt;
|Included Sound Card || Intel 82801DB (ICH4) rev.1&lt;br /&gt;
|-&lt;br /&gt;
|Weight || 2768g&lt;br /&gt;
|-&lt;br /&gt;
|Manufacturer Part No. || 2373HTG&lt;br /&gt;
|-&lt;br /&gt;
|Dimension || 31mm x 329mm x 268mm (HxWxD)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1143</id>
		<title>Problem with high power drain in ACPI sleep</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_high_power_drain_in_ACPI_sleep&amp;diff=1143"/>
		<updated>2005-01-11T16:07:55Z</updated>

		<summary type="html">&lt;p&gt;Fionn: added T42p&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about the problem of too high power drain in ACPI sleep mode.&lt;br /&gt;
&lt;br /&gt;
==Problem description==&lt;br /&gt;
Several people realised that their ThinkPads eat up too much power while suspended to ram via ACPI. Compared to APM suspend to ram the power drain is experienced to be about 10 times as high, 2-5 Watts. This empties the battery within one or two days.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
*Different symptoms have been reported for different models. In some models the origin of the power drain is obvious (backlight on during suspend), in other models there is no obvious reason.&lt;br /&gt;
*On some models/configurations the higher power drain couldn't even be realized or was at least significantly lower.&lt;br /&gt;
*The T4x thinkpad series (T40, T40p, T41, T41p, T42, T42p) suspends to ram just fine, and there are no components that are obviously left powered up. The ultrabay and network light is on, but that is the same under windows (but under APM sleep to RAM those lights are OFF).&lt;br /&gt;
The following table gives an overview of the models suffering from the mysterious power drain. To find out about your model, you may use the following [[ACPI sleep power drain test script | script]]. It creates a file &amp;lt;tt&amp;gt;/var/log/battery.log&amp;lt;/tt&amp;gt; which will tell you if you are affected or not.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#ffcfbc;&amp;quot; | affected models&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#cfefcf;&amp;quot; | unaffected models &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#fff0e0;&amp;quot; |&lt;br /&gt;
*[[:Category:T40 | T40]]&lt;br /&gt;
**2373-MU3&lt;br /&gt;
**2373-92U&lt;br /&gt;
*[[:Category:T40p | T40p]]&lt;br /&gt;
**2373-G1U &lt;br /&gt;
**2373-G3U&lt;br /&gt;
* [[:Category:T41 | T41]]&lt;br /&gt;
** 2379-DJU&lt;br /&gt;
**2373-9HU&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#e9f9e9;&amp;quot; |&lt;br /&gt;
*[[:Category:T41p | T41p]]&lt;br /&gt;
**2373-GKG&lt;br /&gt;
**2373-GGG&lt;br /&gt;
**[[2373-GHG]]&lt;br /&gt;
*[[:Category:T42p | T42p]]&lt;br /&gt;
**[[2373-HTG]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
&lt;br /&gt;
*Linux, all flavours.&lt;br /&gt;
*Windows, for some models as well (only when using non-IBM drivers).&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
The cause of the problem is not really clear, yet. A faulty DSDT might be responsible for the phenomena. The thinkpad T4x DSDT has a few small bugs, none of which should cause the extra power drain.&lt;br /&gt;
&lt;br /&gt;
There is a interesting discussion taking place in the [http://bugme.osdl.org/show_bug.cgi?id=3022 OSDL Bugzilla].&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
None so far.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R40]] [[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:R51p]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:X30]] [[Category:X31]] [[Category:X40]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=2145</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=2145"/>
		<updated>2004-12-08T13:06:41Z</updated>

		<summary type="html">&lt;p&gt;Fionn: updated page contents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
During my install of Debian Linux on my T42p I found the following Links to be very, very useful:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info, but do not use the IRQ layout on this page for a T42p!&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* Quite some interesting add-ons for thinkpad-users, namely an extended Trackpoint driver with graphical configuration tool can be found here: [http://tpctl.sf.net tpctl home page]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Unfortunately there are no detailed instructions here, yet. Visit the links above if you feel the present set of information is too terse for your taste.&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of] [[Kanotix]] (a [[Knoppix]] descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
Before you change or repartition your drive, visit the [[Installation steps which apply to every Thinkpad_model#Backup.2FRescue_CD_Set|Backup/Rescue-Section]].&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition, take a look at the [[Installation steps which apply to every Thinkpad_model#Resizing_your_Windows_Partition|Partition-Resizing Section]].&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU. I think in 2.6.9 this is fixed.&lt;br /&gt;
&lt;br /&gt;
You might want to change your [[IRQ]] settings in BIOS&lt;br /&gt;
&lt;br /&gt;
==Debian Packages==&lt;br /&gt;
&lt;br /&gt;
The following packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
====Kernel:====&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.9 (or the latest version available)&lt;br /&gt;
* ibm-acpi-source (see [[Ibm-acpi | IBM-ACPI]])&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise you either need the atheros or ipw2200 drivers!)&lt;br /&gt;
* thinkpad-source (optional, I have yet to find a feature that thinkpad-modules offer and the more modern ibm-acpi does not)&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
====Other:====&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
====DO NOT USE:====&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]] [[Category:Debian]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=522</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=522"/>
		<updated>2004-09-28T18:51:01Z</updated>

		<summary type="html">&lt;p&gt;Fionn: little remark added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
During my install of Debian Linux on my T42p I found the following Links to be very, very useful:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info, but do not use the IRQ layout on this page for a T42p!&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Unfortunately there are no detailed instructions here, yet. Visit the links above if you feel the present set of information is too terse for your taste.&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of] [[Kanotix]] (a [[Knoppix]] descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
Before you change or repartition your drive, visit the [[Installation steps which apply to every Thinkpad_model#Backup.2FRescue_CD_Set|Backup/Rescue-Section]].&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition, take a look at the [[Installation steps which apply to every Thinkpad_model#Resizing_your_Windows_Partition|Partition-Resizing Section]].&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
You might want to change your [[IRQ]] settings in BIOS&lt;br /&gt;
&lt;br /&gt;
==Debian Packages==&lt;br /&gt;
&lt;br /&gt;
The following packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
====Kernel:====&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
====Other:====&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
====DO NOT USE:====&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=395</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=395"/>
		<updated>2004-09-26T19:44:40Z</updated>

		<summary type="html">&lt;p&gt;Fionn: link correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 3.12&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI Linux driver packages for Debian]&lt;br /&gt;
* [ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/ ATI Linux driver packages for SuSE Linux]&lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=444</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=444"/>
		<updated>2004-09-26T18:58:52Z</updated>

		<summary type="html">&lt;p&gt;Fionn: edited the kanotix paragraph to carry a link to the kanotix page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
During my install of Debian Linux on my T42p I found the following Links to be very, very useful:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Unfortunately there are no detailed instructions here, yet. Visit the links above if you feel the present set of information is too terse for your taste.&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of] [[Kanotix]] (a [[Knoppix]] descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
Before you change or repartition your drive, visit the [http://thinkpad.moonflower.de/Installation_steps_which_apply_to_every_Thinkpad_model?section=1  Backup/Rescue-Section].&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition, take a look at the [http://thinkpad.moonflower.de/Installation_steps_which_apply_to_every_Thinkpad_model?section=2  Partition-Resizing Section]&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
==Debian Packages==&lt;br /&gt;
&lt;br /&gt;
The following packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
====Kernel:====&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
====Other:====&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
====DO NOT USE:====&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=360</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=360"/>
		<updated>2004-09-26T18:46:12Z</updated>

		<summary type="html">&lt;p&gt;Fionn: repartitioned the page and moved steps which apply to other models as well to their own page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
During my install of Debian Linux on my T42p I found the following Links to be very, very useful:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
==First steps==&lt;br /&gt;
Unfortunately there are no detailed instructions here, yet. Visit the links above if you feel the present set of information is too terse for your taste.&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
Before you change or repartition your drive, visit the [http://thinkpad.moonflower.de/Installation_steps_which_apply_to_every_Thinkpad_model?section=1  Backup/Rescue-Section].&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition, take a look at the [http://thinkpad.moonflower.de/Installation_steps_which_apply_to_every_Thinkpad_model?section=2  Partition-Resizing Section]&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
==Debian Packages==&lt;br /&gt;
&lt;br /&gt;
The following packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
====Kernel:====&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
====Other:====&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
====DO NOT USE:====&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Pre-Installation_steps&amp;diff=491</id>
		<title>Pre-Installation steps</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Pre-Installation_steps&amp;diff=491"/>
		<updated>2004-09-26T18:40:27Z</updated>

		<summary type="html">&lt;p&gt;Fionn: added partition table resizing.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Backup/Rescue CD Set==&lt;br /&gt;
&lt;br /&gt;
The preinstalled WinXP on most modern Thinkpads comes with a software to create rescue discs. It can be found in the &amp;quot;Access IBM&amp;quot; section of the Windows menu. I recommend to create a set of rescue discs before you repartition the drive. When you create the rescue discs, use a CD-R for the first volume (it's only 280 Megs) and then DVD-R. Otherwise you will end up with seven CD-Rs. &lt;br /&gt;
&lt;br /&gt;
If you intend to sell your Windows it is also recommendable to remove the license sticker at the bottom of your Laptop as soon as possible because it goes off a lot easier right after your purchase. But take care, M$ invested quite some energy in making the sticker rip and tear when you try to remove it.&lt;br /&gt;
&lt;br /&gt;
==Resizing your Windows Partition==&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you do not want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. I recommend booting [[kanotix]] or [[knoppix]], getting it online and using the latest version to be found at the ntfsresize link because the CD linuxes tend to come with slightly out-dated versions. Be sure not to forget to resize your Windows partition (e.g. with cfdisk) AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs. If you like it safe and smooth you can also take a look at the program &amp;quot;qtparted&amp;quot; which reportedly takes care of ntfsresize and partition table changing in one go and allows you to adjust partition sizes in a GUI. But I have not tested this software personally.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Pre-Installation_steps&amp;diff=353</id>
		<title>Pre-Installation steps</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Pre-Installation_steps&amp;diff=353"/>
		<updated>2004-09-26T18:32:28Z</updated>

		<summary type="html">&lt;p&gt;Fionn: added backup/rescue disc set instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Backup/Rescue CD Set==&lt;br /&gt;
&lt;br /&gt;
The preinstalled WinXP on most modern Thinkpads comes with a software to create rescue discs. It can be found in the &amp;quot;Access IBM&amp;quot; section of the Windows menu. I recommend to create a set of rescue discs before you repartition the drive. When you create the rescue discs, use a CD-R for the first volume (it's only 280 Megs) and then DVD-R. Otherwise you will end up with seven CD-Rs. &lt;br /&gt;
&lt;br /&gt;
If you intend to sell your Windows it is also recommendable to remove the license sticker at the bottom of your Laptop as soon as possible because it goes off a lot easier right after your purchase. But take care, M$ invested quite some energy in making the sticker rip and tear when you try to remove it.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=482</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=482"/>
		<updated>2004-09-26T18:27:15Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Operating system installation on Thinkpads ==&lt;br /&gt;
&lt;br /&gt;
Here you will find specific information on how to install different Operation Systems on your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
Choose (or create) your Thinkpad version :&lt;br /&gt;
&lt;br /&gt;
*[[Installation steps which apply to every Thinkpad model]]&lt;br /&gt;
*[[Installation instructions for the Thinkpad R40 | Thinkpad R40]]&lt;br /&gt;
*[[Installation instructions for the Thinkpad R50 | Thinkpad R50]]&lt;br /&gt;
*[[Installation instructions for the Thinkpad T23 | Thinkpad T23]]&lt;br /&gt;
*[[Installation instructions for the Thinkpad T40p | Thinkpad T40p]]&lt;br /&gt;
*[[Installation instructions for the Thinkpad T42p | Thinkpad T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=354</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=354"/>
		<updated>2004-09-26T18:10:44Z</updated>

		<summary type="html">&lt;p&gt;Fionn: changed laptop mode bullet to point to laptop-mode page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see [[Laptop-mode | laptop-mode]] for further information)&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Laptop-mode&amp;diff=989</id>
		<title>Laptop-mode</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Laptop-mode&amp;diff=989"/>
		<updated>2004-09-26T18:07:46Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Laptop mode */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An often overlooked feature in the modern 2.6.6+ series of Linux kernels is the laptop-mode. It may be activated by writing a &amp;quot;1&amp;quot; into /proc/sys/vm/laptop-mode. Laptop-mode, when configured correctly, can make the kernel buffer disk activities for quite a long time and keep the harddisk spun down for most of the time to save power.&lt;br /&gt;
&lt;br /&gt;
There is also a set of userland tools made to automatically manage all aspects of laptop-mode configuration according to the actual mode of operation (ac/battery/status). It is called laptop-mode-tools and you can install it in debian via apt-get or download it from [http://www.xs4all.nl/~bsamwel/laptop_mode/tools here].&lt;br /&gt;
&lt;br /&gt;
Almost anything you need to know about laptop-mode can be read in your Linux kernel documentation at /usr/src/linux/Documentation/laptop-mode.txt&amp;lt;br&amp;gt;&lt;br /&gt;
If you can not find this file on your laptop, then go and get yourself the latest kernel sources.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Laptop-mode&amp;diff=350</id>
		<title>Laptop-mode</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Laptop-mode&amp;diff=350"/>
		<updated>2004-09-26T18:06:15Z</updated>

		<summary type="html">&lt;p&gt;Fionn: initial version of laptop-mode description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Laptop mode==&lt;br /&gt;
&lt;br /&gt;
An often overlooked feature in the modern 2.6.6+ series of Linux kernels is the laptop-mode. It may be activated by writing a &amp;quot;1&amp;quot; into /proc/sys/vm/laptop-mode. Laptop-mode, when configured correctly, can make the kernel buffer disk activities for quite a long time and keep the harddisk spun down for most of the time to save power.&lt;br /&gt;
&lt;br /&gt;
There is also a set of userland tools made to automatically manage all aspects of laptop-mode configuration according to the actual mode of operation (ac/battery/status). It is called laptop-mode-tools and you can install it in debian via apt-get or download it from [http://www.xs4all.nl/~bsamwel/laptop_mode/tools here].&lt;br /&gt;
&lt;br /&gt;
Almost anything you need to know about laptop-mode can be read in your Linux kernel documentation at /usr/src/linux/Documentation/laptop-mode.txt&amp;lt;br&amp;gt;&lt;br /&gt;
If you can not find this file on your laptop, then go and get yourself the latest kernel sources.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=346</id>
		<title>Patches</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=346"/>
		<updated>2004-09-26T17:10:42Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* ipw2100 and C3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on patches for existing Thinkpad tools and drivers or to adopt others to work with Thinkpads.&lt;br /&gt;
&lt;br /&gt;
==Kernel patches==&lt;br /&gt;
====Dothan CPUs and speedstep====&lt;br /&gt;
&lt;br /&gt;
If you have a new Dothan CPU (Centrino with 2Megs of L2 cache) and kernel 2.6.8, then you will need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
====ipw2100 and C3====&lt;br /&gt;
&lt;br /&gt;
On some Thinkpads there is a problem with the ipw2100 wireless LAN driver when C3 is enabled. It results in frequent firmware restarts due to data corruption. If you see this problem frequently and want to disable C3 but still use C2 and the thermal management, you can apply [http://fionn.de/no-c3.patch this] patch to the file /usr/src/linux/drivers/acpi/processor.c&amp;lt;br&amp;gt;&lt;br /&gt;
APPLY THIS PATCH ONLY IF YOUR SYSLOG REPORTS DRIVER RESTARTS AND FIRMWARE RELOADS ALL THE TIME!&lt;br /&gt;
This patch causes slightly shorter battery life.&lt;br /&gt;
&lt;br /&gt;
If you don't want to patch your kernel, sacrifice C3 entirely and/or use WLAN mainly on AC then you can alternatively add rules to modules.conf to unload the acpi processor module as long as ipw2100 is loaded.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=345</id>
		<title>Patches</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=345"/>
		<updated>2004-09-26T17:06:25Z</updated>

		<summary type="html">&lt;p&gt;Fionn: added patch for ipw2100 vs C3 issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on patches for existing Thinkpad tools and drivers or to adopt others to work with Thinkpads.&lt;br /&gt;
&lt;br /&gt;
==Kernel patches==&lt;br /&gt;
====Dothan CPUs and speedstep====&lt;br /&gt;
&lt;br /&gt;
If you have a new Dothan CPU (Centrino with 2Megs of L2 cache) and kernel 2.6.8, then you will need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
====ipw2100 and C3====&lt;br /&gt;
&lt;br /&gt;
On some Thinkpads there is a problem with the ipw2100 wireless LAN driver when C3 is enabled. It results in frequent firmware restarts due to data corruption. If you see this problem frequently and want to disable C3 but still use C2 and the thermal management, you can apply [http://fionn.de/no-c3.patch this] patch to the file /usr/src/linux/drivers/acpi/processor.c&amp;lt;br&amp;gt;&lt;br /&gt;
APPLY THIS PATCH ONLY IF YOUR SYSLOG REPORTS DRIVER RESTARTS AND FIRMWARE RELOADS ALL THE TIME!&lt;br /&gt;
This patch causes slightly shorter battery life.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=343</id>
		<title>Patches</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Patches&amp;diff=343"/>
		<updated>2004-09-26T16:57:18Z</updated>

		<summary type="html">&lt;p&gt;Fionn: dothan speedstep patches added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on patches for existing Thinkpad tools and drivers or to adopt others to work with Thinkpads.&lt;br /&gt;
&lt;br /&gt;
==Kernel patches==&lt;br /&gt;
====Dothan CPUs and speedstep====&lt;br /&gt;
&lt;br /&gt;
If you have a new Dothan CPU (Centrino with 2Megs of L2 cache) and kernel 2.6.8, then you will need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=351</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=351"/>
		<updated>2004-09-26T16:38:57Z</updated>

		<summary type="html">&lt;p&gt;Fionn: added laptop-mode-tools&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
* laptop-mode-tools (see /usr/src/linux/Documentation/laptop-mode.txt for further information)&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=339</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=339"/>
		<updated>2004-09-26T13:35:40Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]&lt;br /&gt;
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=324</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=324"/>
		<updated>2004-09-26T12:50:26Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Installation of Debian Linux on an IBM T42p */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
* wireless-tools (for wlan)&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T42p&amp;diff=318</id>
		<title>Installation instructions for the ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T42p&amp;diff=318"/>
		<updated>2004-09-26T12:45:57Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[InstallationT42pDebian | Debian/Sid Installation]]&lt;br /&gt;
* [[Installing Gentoo on a Thinkpad T42p | Gentoo Installation]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=319</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=319"/>
		<updated>2004-09-26T12:38:18Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
* bluez-utils (for bluetooth)&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=305</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=305"/>
		<updated>2004-09-26T12:36:02Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8&lt;br /&gt;
 this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply [http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc3/2.6.8-rc3-mm1/broken-out/bk-cpufreq.patch this patch] and [http://gort.metaparadigm.com/cpufreq/cpufreq-speedstep-dothan-3.patch this one], too. Otherwise speedstep will not work on your Dothan CPU.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
* acpid&lt;br /&gt;
* waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)&lt;br /&gt;
* ifplugd (automatically detects network connections and brings up your interfaces accordingly)&lt;br /&gt;
* powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS=&amp;quot;-q -m 0 -l 35 -p 500 -s 200000&amp;quot;) and viola, there you got nice, all-automatic speedstepping.&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;br /&gt;
&lt;br /&gt;
[[Category:T42p]]&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=293</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=293"/>
		<updated>2004-09-26T12:16:53Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the closed-source [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian]&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=291</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=291"/>
		<updated>2004-09-26T12:15:47Z</updated>

		<summary type="html">&lt;p&gt;Fionn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
* (optional) the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=290</id>
		<title>Installing Debian Sid (September 2004) on a ThinkPad T42p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=290"/>
		<updated>2004-09-26T12:13:08Z</updated>

		<summary type="html">&lt;p&gt;Fionn: /* Installation of Debian Linux on an IBM T42p */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately there are no detailed instructions here, yet. During my install of Debian Linux on my T42p I found the following Links to be very, very useful, though:&lt;br /&gt;
&lt;br /&gt;
* [http://www.digriz.org.uk/t40p-linux/ A page with instructions for T40p.] Lots of useful info&lt;br /&gt;
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]&lt;br /&gt;
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages&lt;br /&gt;
* the original (closed-source) [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian] (to be compiled into a module deb with make-kpkg)&lt;br /&gt;
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html&lt;br /&gt;
 Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI&lt;br /&gt;
* A page documenting the first attempts to get [http://r300.sf.net/ hardware acceleration for the R300 GPU] (the one built into the T42p) running without the closed-source ATI drivers.&lt;br /&gt;
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]&lt;br /&gt;
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM&lt;br /&gt;
&lt;br /&gt;
For the first boot and maybe even the first install I recommend a recent [http://kanotix.mipooh.net/viewforum.php?f=8 Image of Kanotix] (a Knoppix descendant with lots of notebook-specific extensions built-in, so it should boot your Thinkpad with most bells and whistles right out of the box!)&lt;br /&gt;
&lt;br /&gt;
If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use [http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html ntfsresize]. The version to be found in kanotix is fairly old and cannot cope well with fragmented volumes so I recommend booting kanotix, getting it online and using the latest version to be found at the ntfsresize link. Be sure to resize your Windows partition AFTER having resized ntfs and TAKE CARE not to make the partition smaller than you made the ntfs.&lt;br /&gt;
&lt;br /&gt;
The following Debian packages are relevant to your Thinkpad installation:&lt;br /&gt;
&lt;br /&gt;
Kernel:&lt;br /&gt;
&lt;br /&gt;
* kernel-source-2.6.8 (or the latest version available)&lt;br /&gt;
* sl-modem-source (for the built-in modem)&lt;br /&gt;
* ipw2100-source (if you have the &amp;quot;simple&amp;quot; 802.11b WLAN option, otherwise not)&lt;br /&gt;
* thinkpad-source&lt;br /&gt;
&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* sl-modem-daemon (modem)&lt;br /&gt;
* tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)&lt;br /&gt;
* tpctl (needed to control some functions of the thinkpad kernel extensions)&lt;br /&gt;
* thinkpad-base&lt;br /&gt;
&lt;br /&gt;
DO NOT USE:&lt;br /&gt;
&lt;br /&gt;
* tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)&lt;/div&gt;</summary>
		<author><name>Fionn</name></author>
		
	</entry>
</feed>