Difference between revisions of "Installing Debian Sid (September 2004) on a ThinkPad T42p"

From ThinkWiki
Jump to: navigation, search
m (Installation of Debian Linux on an IBM T42p)
m
Line 4: Line 4:
 
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]
 
* Two more pages about Debian on T42p's: [http://modular.fas.harvard.edu/t42/ here] and [http://www.icemark.net/beh/misc/T42P here]
 
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages
 
* [http://pompone.cs.ucsb.edu/~graziano/PowerPlay.html Enabling Powerplay (Radeon Power saving)] in three simple steps for debian XFree packages
* 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)
+
* 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)
 
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html
 
* An interesting [http://www.sas.upenn.edu/%7Evbraun/computing/T41/power.html
 
  Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI
 
  Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI
 
* 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.
 
* 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.
* another special and useful kernel module: [http://ibm-acpi.sourceforge.net/ IBM-ACPI]
+
* another special and useful kernel module: [[Ibm-acpi | IBM-ACPI]]
* [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 BIOS Updates] from IBM
+
* [[BIOS_Upgrade | BIOS Updates]] [http://www-3.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-55386 from IBM]
  
 
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!)
 
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!)
Line 26: Line 26:
 
* ipw2100-source (if you have the "simple" 802.11b WLAN option, otherwise not)
 
* ipw2100-source (if you have the "simple" 802.11b WLAN option, otherwise not)
 
* thinkpad-source
 
* thinkpad-source
* (optional) the closed-source [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html ATI drivers pre-packaged for debian]
+
* (optional) the closed-source [[Fglrx | ATI drivers]] [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html pre-packaged for debian]
  
 
Other:
 
Other:

Revision as of 15:35, 26 September 2004

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:

Benchmark Page on Powersaving] with Windows vs Linux and APM vs ACPI

For the first boot and maybe even the first install I recommend a recent 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!)

If you want to keep your WinXP partition and you dont want to shell out lots of money for PartitionMagic, you can use 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.

If you compile a new kernel (recommended), you can use [http://fionn.de/config-t42p-2.6.8

this 2.6.8 kernel-configuration] as a starting point if you like. For kernel 2.6.8 you will also need to apply this patch and this one, too. Otherwise speedstep will not work on your Dothan CPU.

The following Debian packages are relevant to your Thinkpad installation:

Kernel:

  • kernel-source-2.6.8 (or the latest version available)
  • sl-modem-source (for the built-in modem)
  • ipw2100-source (if you have the "simple" 802.11b WLAN option, otherwise not)
  • thinkpad-source
  • (optional) the closed-source ATI drivers pre-packaged for debian

Other:

  • sl-modem-daemon (modem)
  • tpb (for the thinkpad buttons a nifty OSD, actually alot nicer than the WinXP one!)
  • tpctl (needed to control some functions of the thinkpad kernel extensions)
  • thinkpad-base
  • acpid
  • waproamd (automatically detects suitable wireless LANs and supports drop-in configuration)
  • ifplugd (automatically detects network connections and brings up your interfaces accordingly)
  • powernowd (Use this OPTIONS line in /etc/init.d/powernowd: OPTIONS="-q -m 0 -l 35 -p 500 -s 200000") and viola, there you got nice, all-automatic speedstepping.
  • bluez-utils (for bluetooth)
  • wireless-tools (for wlan)

DO NOT USE:

  • tleds (this package will fuck up your keyboard during network-io and tremendously slow down network throughput)