<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=80.90.53.191</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=80.90.53.191"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/80.90.53.191"/>
	<updated>2026-05-16T17:02:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Sid_(September_2004)_on_a_ThinkPad_T42p&amp;diff=5321</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=5321"/>
		<updated>2005-05-14T12:04:07Z</updated>

		<summary type="html">&lt;p&gt;80.90.53.191: hav -&amp;gt; have ;-)&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 have 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>80.90.53.191</name></author>
		
	</entry>
</feed>