<?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=Barcala</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=Barcala"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Barcala"/>
	<updated>2026-05-04T19:17:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41614</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41614"/>
		<updated>2009-02-19T17:05:15Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos, but It seems like videos cannot be maximized on the screen.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Apparently it works in 2.6.28 kernel, which includes the driver, but sometimes I get authentication timed out messages which does not allow me to connect to my home wireless connection. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Core 2/newer Xeon|Processor family|Processor type and features||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Advanced Linux Sound Architecture|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Realtek HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Analog Device HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build IDT/Sigmatel HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build VIA HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build ATI HDMI HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Conexant HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build C-Media HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Silicon Labs 3054 HD-modem codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Enable generic HD-audio codec parser|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Netdevice multiple hardware queue support|Network device support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://www.intellinuxwireless.org/?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) I have installes wicd (http://wicd.sourceforge.net/) for trying to solve authentication timed out problem, but it persists randomly.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
Wired card, temperature, dynamic frequency, suspend and hibernate seems to work ad wireless card works sometimes.  &lt;br /&gt;
Brightness keys works reversed and some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth, webcam etc. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41613</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41613"/>
		<updated>2009-02-19T16:56:01Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos, but It seems like videos cannot be maximized on the screen.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Apparently it works in 2.6.28 kernel, which includes the driver, but sometimes I get authentication timed out messages which does not allow me to connect to my home wireless connection. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Core 2/newer Xeon|Processor family|Processor type and features||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Advanced Linux Sound Architecture|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Realtek HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Analog Device HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build IDT/Sigmatel HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build VIA HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build ATI HDMI HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Conexant HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build C-Media HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Silicon Labs 3054 HD-modem codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Enable generic HD-audio codec parser|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Netdevice multiple hardware queue support|Network device support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) I have installes wicd (http://wicd.sourceforge.net/) for trying to solve authentication timed out problem, but it persists randomly.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
Wired card, temperature, dynamic frequency, suspend and hibernate seems to work ad wireless card works sometimes.  &lt;br /&gt;
Brightness keys works reversed and some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth, webcam etc. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41612</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41612"/>
		<updated>2009-02-19T16:50:00Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the video card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos, but It seems like videos cannot be maximized on the screen.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Core 2/newer Xeon|Processor family|Processor type and features||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Advanced Linux Sound Architecture|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Realtek HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Analog Device HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build IDT/Sigmatel HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build VIA HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build ATI HDMI HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Conexant HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build C-Media HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Silicon Labs 3054 HD-modem codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Enable generic HD-audio codec parser|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Netdevice multiple hardware queue support|Network device support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install into Ubuntu throw apt repositories.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41611</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=41611"/>
		<updated>2009-02-19T16:48:44Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Ubuntu 8.04 (Hardy Heron) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Core 2/newer Xeon|Processor family|Processor type and features||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Advanced Linux Sound Architecture|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Realtek HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Analog Device HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build IDT/Sigmatel HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build VIA HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build ATI HDMI HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Conexant HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build C-Media HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Silicon Labs 3054 HD-modem codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Enable generic HD-audio codec parser|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Netdevice multiple hardware queue support|Network device support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install into Ubuntu throw apt repositories.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40813</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40813"/>
		<updated>2009-01-20T18:29:46Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Core 2/newer Xeon|Processor family|Processor type and features||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Advanced Linux Sound Architecture|Sound card support|Device Drivers|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Realtek HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Analog Device HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build IDT/Sigmatel HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build VIA HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build ATI HDMI HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Conexant HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build C-Media HD-audio codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Build Silicon Labs 3054 HD-modem codec support|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Enable generic HD-audio codec parser|Intel HD Audio|PCI devices|Advanced Linux Sound Architecture|Sound card support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Netdevice multiple hardware queue support|Network device support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install into Ubuntu throw apt repositories.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40812</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40812"/>
		<updated>2009-01-20T18:08:45Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Ubuntu 8.04 (Hardy Heron) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Link 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install into Ubuntu throw apt repositories.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40811</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40811"/>
		<updated>2009-01-20T18:08:04Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install into Ubuntu throw apt repositories.&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40810</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40810"/>
		<updated>2009-01-20T18:07:06Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.28 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Network Manager gave me some problems of strange timeouts which sometimes did not allow me to connect to wireless network, so I install wicd (http://wicd.sourceforge.net/). It is very simple to install in ubuntu throw apt repositories&lt;br /&gt;
&lt;br /&gt;
11) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40174</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40174"/>
		<updated>2008-12-09T17:25:38Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.27.8 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
- Select the iwl5000 driver also inside Wireless Section.&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40173</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=40173"/>
		<updated>2008-12-09T17:21:19Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* &amp;lt;s&amp;gt;Arranging the wireless card:&amp;lt;/s&amp;gt; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
Finally it works in 2.6.27.8 kernel, which includes the driver. I have made the following:&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.27.8.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.27.8.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.27.8}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.27.8/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.27.8}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine. Temperature, dynamic frequency, suspend and hibernate work also. Some extra keys of the keyboard and perhaps another hardware have not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39175</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39175"/>
		<updated>2008-10-23T09:44:36Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;s&amp;gt;Arranging the wireless card:&amp;lt;/s&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Finally the wireless card does not work yet. The driver is buggy. I have proved the method described below but the driver is buggy and sometimes worked other not. Therefore I have compiled 2.6.27.1 kernel, which includes the driver, but it is buggy also. I think we have to wait some time until 2.6.27.9 (approximately). Kernel changelog points that devolopers are working on making the driver more stable. I'll try later.&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39174</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39174"/>
		<updated>2008-10-23T09:41:07Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;s&amp;gt;Arranging the wireless card:&amp;lt;/s&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
Finally the wireless card does not work yet. The driver is buggy. I have proved the following method and have compiled 2.6.27.1 kernel, which includes the driver, but is buggy also. I think we have to wait some time antil 2.6.27.9 (or something similar). Kernel Changelog points that devolopers are working on making the driver more stable. I'll try later.&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39173</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39173"/>
		<updated>2008-10-23T09:33:20Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} from &amp;quot;show older releases&amp;quot;. I suspect that {{path|iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39172</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=39172"/>
		<updated>2008-10-23T09:32:04Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path|iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path|iwlwifi-5000-1.ucode}} to {{path|/lib/firmware}} and {{path|/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38962</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38962"/>
		<updated>2008-09-29T17:14:21Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the video card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the packages {{path|xserver-xorg-video-i810}} and {{path|xserver-xorg-video-intel}} from the system. {{path|xserver-xorg-video-all}} will be removed also.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38961</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38961"/>
		<updated>2008-09-29T17:07:01Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38960</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38960"/>
		<updated>2008-09-29T17:01:21Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from {{path||config.mk}} file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend, hibernate (only few element of ACPI works: temperature and ondemand dynamic frequency), some extra keys of the keyboard and perhaps another hardware not tested: bluetooth and webcam. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38959</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38959"/>
		<updated>2008-09-29T16:56:52Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the video card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
1) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
2) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from {{path||config.mk}} file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38958</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38958"/>
		<updated>2008-09-29T16:56:16Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Ubuntu 8.04 (Hardy Heron) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation in the SL400 (2743 submodel)&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from {{path||config.mk}} file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38957</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38957"/>
		<updated>2008-09-29T16:55:27Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &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;
Here you will find specific information on how to install different operating systems on your ThinkPad.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==General installation instructions==&lt;br /&gt;
*[[Pre-Installation steps]]&lt;br /&gt;
*[[Installation on ThinkPads without CD-ROM drive]]&lt;br /&gt;
*[[How to setup boot loaders]]&lt;br /&gt;
*[[Supported Boot Devices]]&lt;br /&gt;
*[[How to disable the pc speaker (beep!)]]&lt;br /&gt;
&lt;br /&gt;
==Installation instructions for specific ThinkPads==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!SL series!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''{{ThinkPad|220|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|230|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|240|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|340|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|350|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|360|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|365|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|370|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|380|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|385|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|390|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|500|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|560|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|570|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|600|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|700|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|701|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|750|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|755|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|760|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|765|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|770|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|A20m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A20p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|G40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|G41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|R30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R52|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R61|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|S30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|S31|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|SL400|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|T20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61p|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|X20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X24|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X300|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X200|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|Z60m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z60t|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61m|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''[[Installation instructions for the RS/6000 Notebook 860|RS/6000 Notebook 860]]'''[[Category:860]]&lt;br /&gt;
&lt;br /&gt;
'''[[Installation instructions for the PC110|PC110]]'''[[Category:PC110]]&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|TransNote|Installation instructions for the}}'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&amp;amp;lndocid=MIGR-48NT8D IBMs Linux on Personal Systems page]&lt;br /&gt;
*[http://www.linux-laptop.net Linux on Laptops] features a [http://www.linux-laptop.net/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://tuxmobil.org/ TuxMobil] also features a [http://tuxmobil.org/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://ce.et.tudelft.nl/~zhijiangchang/index.html#useful How to make Windows, Linux and AcessIBM working all together]&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38956</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38956"/>
		<updated>2008-09-29T16:53:40Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &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;
Here you will find specific information on how to install different operating systems on your ThinkPad.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==General installation instructions==&lt;br /&gt;
*[[Pre-Installation steps]]&lt;br /&gt;
*[[Installation on ThinkPads without CD-ROM drive]]&lt;br /&gt;
*[[How to setup boot loaders]]&lt;br /&gt;
*[[Supported Boot Devices]]&lt;br /&gt;
*[[How to disable the pc speaker (beep!)]]&lt;br /&gt;
&lt;br /&gt;
==Installation instructions for specific ThinkPads==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!SL series!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''{{ThinkPad|220|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|230|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|240|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|340|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|350|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|360|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|365|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|370|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|380|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|385|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|390|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|500|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|560|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|570|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|600|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|700|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|701|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|750|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|755|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|760|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|765|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|770|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|A20m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A20p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|G40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|G41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|R30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R52|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R61|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|S30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|S31|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|SL400 (2743)|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|T20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61p|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|X20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X24|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X300|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X200|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|Z60m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z60t|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61m|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''[[Installation instructions for the RS/6000 Notebook 860|RS/6000 Notebook 860]]'''[[Category:860]]&lt;br /&gt;
&lt;br /&gt;
'''[[Installation instructions for the PC110|PC110]]'''[[Category:PC110]]&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|TransNote|Installation instructions for the}}'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&amp;amp;lndocid=MIGR-48NT8D IBMs Linux on Personal Systems page]&lt;br /&gt;
*[http://www.linux-laptop.net Linux on Laptops] features a [http://www.linux-laptop.net/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://tuxmobil.org/ TuxMobil] also features a [http://tuxmobil.org/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://ce.et.tudelft.nl/~zhijiangchang/index.html#useful How to make Windows, Linux and AcessIBM working all together]&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38955</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38955"/>
		<updated>2008-09-29T16:52:16Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Arranging the wireless card: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
1) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
2) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
3) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
4) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
5) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
6) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
7) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
8) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
9) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
11) Decompress the file, uncoment CONFIG_IWL5000=y from {{path||config.mk}} file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
12) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38954</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38954"/>
		<updated>2008-09-29T16:50:52Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works and, although the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
== Arranging the video card: ==&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-240-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hang up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
== Arranging the wireless card: ==&lt;br /&gt;
&lt;br /&gt;
4) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
5) Decompress the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
6) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/.config}}&lt;br /&gt;
&lt;br /&gt;
7) Do {{cmdroot|make menuconfig}} inside {{path|/usr/src/linux-source-2.6.24}}&lt;br /&gt;
&lt;br /&gt;
8) Activate the kernel options (make menuconfig):&lt;br /&gt;
&lt;br /&gt;
- For code optimization:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
- For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
- Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
8) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
9) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz} from &amp;quot;show older releases&amp;quot;. I suspect that {{path||iwlwifi-4965-ucode-228.57.2.21.tgz}} includes recent driver for 5100 card, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
11) Decompress {{path||iwlwifi-5000-ucode-5.4.A.11.tar.gz}} and copy {{path||iwlwifi-5000-1.ucode}} to {{path||/lib/firmware}} and {{path||/lib/firmware/kernel-version}}, where kernel-version is the version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is sufficient.&lt;br /&gt;
&lt;br /&gt;
12) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
13) Decompress the file, uncoment CONFIG_IWL5000=y from {{path||config.mk}} file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
14) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38953</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38953"/>
		<updated>2008-09-29T16:42:52Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Ubuntu 8.04 (Hardy Heron) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and, althoung the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
* Arranging the video card: *&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-2\40-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hangs up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
* Arranging the wireless card: *&lt;br /&gt;
&lt;br /&gt;
4) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
5) Decompres the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
6) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/config}}&lt;br /&gt;
&lt;br /&gt;
7) Activate into the kernel the options:&lt;br /&gt;
&lt;br /&gt;
For code optimization:&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}\}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec supp\ort}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
8) Compile and install the kenerl the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
9) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded iwlwifi-5000-ucode-5.4.A.11.tar.gz from &amp;quot;show older releases&amp;quot;. I suspect that iwlwifi-4965-ucode-228.57.2.21.tgz includes recent driver for 510\0, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
11) Decompress iwlwifi-5000-ucode-5.4.A.11.tar.gz and copy iwlwifi-5000-1.ucode to /lib/firmware and /lib/firmware/kernel-version, where kenerl-version is t\he version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is suffi\cient.&lt;br /&gt;
&lt;br /&gt;
12) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
13) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
14) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine except suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38952</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38952"/>
		<updated>2008-09-29T16:41:30Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Ubuntu 8.04 (Hardy Heron) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and, althoung the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
* Arranging the video card: *&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-2\40-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hangs up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
* Arranging the wireless card: *&lt;br /&gt;
&lt;br /&gt;
4) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
5) Decompres the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
6) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/config}}&lt;br /&gt;
&lt;br /&gt;
7) Activate into the kernel the options:&lt;br /&gt;
&lt;br /&gt;
For code optimization:&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
For Sound card:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}\}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec supp\ort}}&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
Necessary for wireless driver:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
8) Compile and install the kenerl the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
9) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded iwlwifi-5000-ucode-5.4.A.11.tar.gz from &amp;quot;show older releases&amp;quot;. I suspect that iwlwifi-4965-ucode-228.57.2.21.tgz includes recent driver for 510\0, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
11) Decompress iwlwifi-5000-ucode-5.4.A.11.tar.gz and copy iwlwifi-5000-1.ucode to /lib/firmware and /lib/firmware/kernel-version, where kenerl-version is t\he version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is suffi\cient.&lt;br /&gt;
&lt;br /&gt;
12) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
13) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
14) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine excerpt suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38951</id>
		<title>Installation instructions for the ThinkPad SL400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_SL400&amp;diff=38951"/>
		<updated>2008-09-29T16:40:31Z</updated>

		<summary type="html">&lt;p&gt;Barcala: â†Created page with '=== Ubuntu 8.04 (Hardy Heron) ===  I have followed the following steps to do the installation:  1) Install Hardy Heron in its normal way.  Several things did not work: acp...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 8.04 (Hardy Heron) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Hardy Heron in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, wireless (Intel Wifi Ling 5100) and video card (X4500 MHD).&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and, althoung the video card seems to work, it hangs up when playing a video.&lt;br /&gt;
&lt;br /&gt;
* Arranging the video card: *&lt;br /&gt;
&lt;br /&gt;
2) Remove the package {{path|xserver-xorg-video-i810}} from the system.&lt;br /&gt;
3) Install de package {{path|xserver-xorg-video-inte-2.4.0-melchiorre-5-i386.deb}} downloaded from http://melchiorre.wordpress.com/2008/07/31/driver-intel-2\40-deb-package/&lt;br /&gt;
&lt;br /&gt;
With this package the video card does not hangs up any more when playing videos.&lt;br /&gt;
&lt;br /&gt;
* Arranging the wireless card: *&lt;br /&gt;
&lt;br /&gt;
4) Download the Ubuntu kernel source:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install linux-source}}&lt;br /&gt;
&lt;br /&gt;
5) Decompres the .tar.bz2 file downloaded by the package located at {{path|/usr/src}}:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|bzip2 -d linux-source-2.6.24.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xvf linux-source-2.6.24.tar}}&lt;br /&gt;
&lt;br /&gt;
6) Copy the configuration file from {{path|/boot}} to {{path|/usr/src/linux-source-2.6.24}}, renaming it:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cp /boot/config-2.6.24-19-generic /usr/src/linux-source-2.6.24/config}}&lt;br /&gt;
&lt;br /&gt;
7) Activate into the kernel the options:&lt;br /&gt;
&lt;br /&gt;
For code optimization:&lt;br /&gt;
{{kernelconf||[*]|Processor type and features|Processor family|Core 2/newer Xeon||}}&lt;br /&gt;
&lt;br /&gt;
For Sound card:&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support||||}}&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|||}}&lt;br /&gt;
{{kernelconf||[M]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Realtek HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Analog Device HD-audio codec support}\}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build IDT/Sigmatel HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build VIA HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build ATI HDMI HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Conexant HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build C-Media HD-audio codec support}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Build Silicon Labs 3054 HD-modem codec supp\ort}}&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Sound card support|Advanced Linux Sound Architecture|PCI devices|Intel HD Audio|Enable generic HD-audio codec parser}}&lt;br /&gt;
&lt;br /&gt;
Necessary for wireless driver:&lt;br /&gt;
{{kernelconf||[*]|Device Drivers|Network device support|Netdevice multiple hardware queue support||}}&lt;br /&gt;
&lt;br /&gt;
8) Compile and install the kenerl the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en)&lt;br /&gt;
&lt;br /&gt;
9) Restart the computer choosing this new kernel at boot.&lt;br /&gt;
&lt;br /&gt;
10) Download wireless microcode from http://intellinuxgraphics.org?n=downloads&lt;br /&gt;
&lt;br /&gt;
I downloaded iwlwifi-5000-ucode-5.4.A.11.tar.gz from &amp;quot;show older releases&amp;quot;. I suspect that iwlwifi-4965-ucode-228.57.2.21.tgz includes recent driver for 510\0, but I am not sure, so I proceed with the 5000 one.&lt;br /&gt;
&lt;br /&gt;
11) Decompress iwlwifi-5000-ucode-5.4.A.11.tar.gz and copy iwlwifi-5000-1.ucode to /lib/firmware and /lib/firmware/kernel-version, where kenerl-version is t\he version of the new kernel compiled (in my case 2.6.24.3-wireless). I am not sure if it is needed this second copy. Perhaps with only one of them is suffi\cient.&lt;br /&gt;
&lt;br /&gt;
12) Download wireless driver from http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-old.tar.bz2&lt;br /&gt;
(there is a link from http://intellinuxwireless.org/?n=downloads called compat-wireless project).&lt;br /&gt;
&lt;br /&gt;
13) Decompress the file, uncoment CONFIG_IWL5000=y from config.mk file and compile and install it (make and make install).&lt;br /&gt;
&lt;br /&gt;
14) Reboot the system.&lt;br /&gt;
&lt;br /&gt;
All must be working fine excerpt suspend and hibernate. Some extra keys of keyboard does not work also. I'll try in future.&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38950</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=38950"/>
		<updated>2008-09-29T16:35:12Z</updated>

		<summary type="html">&lt;p&gt;Barcala: &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;
Here you will find specific information on how to install different operating systems on your ThinkPad.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==General installation instructions==&lt;br /&gt;
*[[Pre-Installation steps]]&lt;br /&gt;
*[[Installation on ThinkPads without CD-ROM drive]]&lt;br /&gt;
*[[How to setup boot loaders]]&lt;br /&gt;
*[[Supported Boot Devices]]&lt;br /&gt;
*[[How to disable the pc speaker (beep!)]]&lt;br /&gt;
&lt;br /&gt;
==Installation instructions for specific ThinkPads==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!SL series!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''{{ThinkPad|220|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|230|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|240|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|340|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|350|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|360|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|365|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|370|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|380|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|385|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|390|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|500|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|560|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|570|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|600|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|700|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|701|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|750|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|755|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|760|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|765|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|770|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|A20m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A20p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|G40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|G41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|R30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R52|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R61|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|S30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|S31|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|SL400|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|T20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61p|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|X20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X24|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X300|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X200|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|Z60m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z60t|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61m|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''[[Installation instructions for the RS/6000 Notebook 860|RS/6000 Notebook 860]]'''[[Category:860]]&lt;br /&gt;
&lt;br /&gt;
'''[[Installation instructions for the PC110|PC110]]'''[[Category:PC110]]&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|TransNote|Installation instructions for the}}'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&amp;amp;lndocid=MIGR-48NT8D IBMs Linux on Personal Systems page]&lt;br /&gt;
*[http://www.linux-laptop.net Linux on Laptops] features a [http://www.linux-laptop.net/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://tuxmobil.org/ TuxMobil] also features a [http://tuxmobil.org/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://ce.et.tudelft.nl/~zhijiangchang/index.html#useful How to make Windows, Linux and AcessIBM working all together]&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37425</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37425"/>
		<updated>2008-04-24T11:08:37Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
NOTE: Intel driver for X3100 (xf86-video-intel, http://intellinuxgraphics.org) cannot compile with xorg &amp;lt; 1.3, and Edgy Etch includes 1.1 version. So, it seems that the only way to use the driver is to upgrade xorg: you have to compile a new version because I did not see candidate files at http://www.backports.org.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37424</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37424"/>
		<updated>2008-04-24T11:07:33Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
NOTE: Intel driver for X3100 (xf86-video-intel, http://intellinuxgraphics.org/documentation.html) cannot compile with xorg &amp;lt; 1.3, and Edgy Etch includes 1.1 version. So, it seems that the only way to use the driver is to upgrade xorg: you have to compile a new version because I did not see candidate files at http://www.backports.org.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37423</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37423"/>
		<updated>2008-04-24T11:05:28Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
NOTE: Intel driver for X3100 (xf86-video-intel) cannot compile with xorg &amp;lt; 1.3, and Edgy Etch includes 1.1 version. So, it seems that the only way to use the driver is to upgrade xorg: you have to compile a new version because I did not see candidate files at http://www.backports.org.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37422</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37422"/>
		<updated>2008-04-24T11:04:22Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
NOTE: Intel driver for X3100 (xf86-video-intel) cannot compile with xorg &amp;lt; 1.3, and Edgy Etch includes 1.1 version. So, it seems that the only way to use the driver is to upgrade xorg: you have to compile a new version because I did not see candidate files at http://www.backports.org.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37421</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37421"/>
		<updated>2008-04-24T11:03:09Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
NOTE: Intel driver for X3100 (xf86-video-intel) cannot compile with xorg &amp;lt; 1.3, and Edgy Etch includes 1.1. So, it seems that the only way to use the driver is to upgrade xorg: compiling a new version because I did not see candidate files at http://www.backports.org.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37291</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37291"/>
		<updated>2008-04-10T12:19:26Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After deinstalling {{path|libesd}, installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} the problem went out.&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37049</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37049"/>
		<updated>2008-03-19T08:14:33Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other configuration tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37048</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37048"/>
		<updated>2008-03-19T08:12:47Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path|/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path|allow-hotplug wlan0}}&lt;br /&gt;
&lt;br /&gt;
{{path|iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37047</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37047"/>
		<updated>2008-03-19T08:12:12Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path||/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path||allow-hotplug wlan0}}&lt;br /&gt;
{{path||iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw iwconfig or any other tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37046</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37046"/>
		<updated>2008-03-19T08:11:25Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
8) Edit {{path||/etc/network/interfaces}} and add the following lines:&lt;br /&gt;
&lt;br /&gt;
{{path||allow-hotplug wlan0}}&lt;br /&gt;
{{path||iface wlan0 inet dhcp}}&lt;br /&gt;
&lt;br /&gt;
Next, you can configure your wireless connection throw {{cmd|iwconfig}} or any other tool.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37042</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37042"/>
		<updated>2008-03-18T17:53:06Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37041</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37041"/>
		<updated>2008-03-18T17:52:25Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: &amp;lt;s&amp;gt;Since each time I wake up the computer the volume is reseting.&amp;lt;/s&amp;gt;&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37040</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37040"/>
		<updated>2008-03-18T17:50:00Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download the file {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37039</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37039"/>
		<updated>2008-03-18T17:49:11Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37038</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37038"/>
		<updated>2008-03-18T17:48:33Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37037</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37037"/>
		<updated>2008-03-18T17:48:19Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37036</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37036"/>
		<updated>2008-03-18T17:47:55Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers||}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37035</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37035"/>
		<updated>2008-03-18T17:47:30Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi 4965AGN|Wireless LAN|Network Device Support|Device Drivers}}&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37034</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37034"/>
		<updated>2008-03-18T17:46:06Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
&lt;br /&gt;
before selecting:&lt;br /&gt;
&lt;br /&gt;
{{kernelconf||[M]|Intel Wireless WiFi Link Drivers|Wireless LAN|Network Device Support|Device Drivers|}}&lt;br /&gt;
&amp;quot;Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi Link Drivers&lt;br /&gt;
and&lt;br /&gt;
Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi 4965AGN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37033</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37033"/>
		<updated>2008-03-18T17:43:32Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf||[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
before selecting:&lt;br /&gt;
&amp;quot;Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi Link Drivers&lt;br /&gt;
and&lt;br /&gt;
Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi 4965AGN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37032</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37032"/>
		<updated>2008-03-18T17:41:51Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf|[M]|Improved wireless configuration API|Wireless|Networking||}}&lt;br /&gt;
before selecting:&lt;br /&gt;
&amp;quot;Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi Link Drivers&lt;br /&gt;
and&lt;br /&gt;
Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi 4965AGN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37031</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37031"/>
		<updated>2008-03-18T17:40:37Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate:&lt;br /&gt;
{{kernelconf|[M]|Improved wireless configuration API|Wireless|Networking}}&lt;br /&gt;
before selecting:&lt;br /&gt;
&amp;quot;Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi Link Drivers&lt;br /&gt;
and&lt;br /&gt;
Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi 4965AGN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37030</id>
		<title>Installation instructions for the ThinkPad X61s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61s&amp;diff=37030"/>
		<updated>2008-03-18T17:33:58Z</updated>

		<summary type="html">&lt;p&gt;Barcala: /* Debian Stable (Edgy Etch) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ubuntu 7.10 ===&lt;br /&gt;
The following features work out-of-the-box with Ubuntu 7.10:&lt;br /&gt;
&lt;br /&gt;
* 3D rendering&lt;br /&gt;
* Hot keys: sound, brightness, keyboard light, monitor, suspend&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* ACPI, battery monitor&lt;br /&gt;
* Sound card&lt;br /&gt;
* Bluetooth &lt;br /&gt;
&lt;br /&gt;
The following features don't work out-of-the-box:&lt;br /&gt;
* suspend fails: seemingly due to the ipw3945 ethernet driver&lt;br /&gt;
* Trackpoint's mouse wheel emulation&lt;br /&gt;
&lt;br /&gt;
Still not solved?&lt;br /&gt;
* Bluetooth: Under Gnome I can not enable and disable bluetooth from linux. Have to run the windows program which controls bluetooth and enable it. After reboot it will remain enabled (the led indicates it). However there is a hardware switch which turns off all radio communications (including Bluetooth, Wireless Lan, and WAN (3G)), and there is also the possibility to disable each one of them separately from BIOS.&lt;br /&gt;
''Bluetooth can be enabled by $echo enable &amp;gt; /proc/acpi/ibm/bluetooth''[[User:Bolle|Bolle]] 20:58, 28 December 2007 (CET)&lt;br /&gt;
* 3G: Not tested.&lt;br /&gt;
* Fingerprint reader: Not tried to install it. Suggestions about installation and use?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For more information see [[Installation instructions for the ThinkPad X61|Installation instructions for the ThinkPad X61]].&lt;br /&gt;
&lt;br /&gt;
=== Kubuntu 7.10 (Gutsy Gibbon) ===&lt;br /&gt;
&lt;br /&gt;
Used Kernel: 2.6.22-14-generic&lt;br /&gt;
&lt;br /&gt;
There are some subtle differences to the Ubuntu installation mentioned above, so I make a separate section. I also made a non-standard installation by using LVM over dm-crypt to get an entirely encrypted disk, except the /boot partition.&lt;br /&gt;
&lt;br /&gt;
The following features work out of the box:&lt;br /&gt;
&lt;br /&gt;
* LAN&lt;br /&gt;
* WLAN&lt;br /&gt;
* Power Management&lt;br /&gt;
* Sound (without hotkey support!)&lt;br /&gt;
* Bluetooth&lt;br /&gt;
&lt;br /&gt;
The following features did not work:&lt;br /&gt;
&lt;br /&gt;
* hibernate&lt;br /&gt;
&lt;br /&gt;
Entering and waking up from hibernation took a bit too long, giving me a bunch of too-fast-to-read USB errors on the console screen before shutting down. Notebook also stays blank screen mode after wakeup, until pressing the &amp;quot;enter&amp;quot; key to provoke a wrong password entry in the screensaver dialogue.&lt;br /&gt;
&lt;br /&gt;
* suspend to RAM&lt;br /&gt;
&lt;br /&gt;
Waking up from suspend to RAM does not work, the backlight of the screen is not reactivated. Need to reboot to reactivate.&lt;br /&gt;
&lt;br /&gt;
* hotkeys&lt;br /&gt;
&lt;br /&gt;
The hotkeys for adjusting the brightness, mute, volume up/down and {{ibmkey|ThinkVantage|#495988}} do not work. Using &amp;quot;acpi_listen&amp;quot; shows, that some of the keys are recognized, so Kubuntu does not interpret them correctly. Some keys are not recognized at all. Here is an overview:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Key pressed !! result &lt;br /&gt;
|- &lt;br /&gt;
|{{key|Fn}}{{key|Pos1}} (brightness up) || ibm/hotkey HKEY 00000080 00001010, video LCD0 00000086 00000000&lt;br /&gt;
|-&lt;br /&gt;
|{{key|Fn}}{{key|Ende}} (brightness down) || ibm/hotkey HKEY 00000080 00001011, video LCD0 00000087 00000000&lt;br /&gt;
|-&lt;br /&gt;
|Mute || first time: METHOD UCMS 00000000 00000000, after that: nothing &lt;br /&gt;
|- &lt;br /&gt;
|Volume down || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|-&lt;br /&gt;
|Volume up || first time: METHOD UCMS 00000000 00000000, after that: nothing&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
However, adjusting brightness with KDE Powermanager does work, as well as adjusting volume using Kmix. You can also &amp;quot;echo&amp;quot; values into /proc/acpi/ibm/...&lt;br /&gt;
&lt;br /&gt;
* WWAN (UMTS)&lt;br /&gt;
&lt;br /&gt;
I have not tested it yet, I am still looking for a good UMTS flatrate. The device does show properly identified during bootup (use dmseg if you did not pay attention :) and should be usable via kppp.&lt;br /&gt;
&lt;br /&gt;
=== Debian Testing (Lenny) ===&lt;br /&gt;
with kernel 2.6.22-2&lt;br /&gt;
&lt;br /&gt;
There are some observations on:&lt;br /&gt;
http://www.linux-on-laptops.com/hosted/lenovo-ibm-x61s.html&lt;br /&gt;
&lt;br /&gt;
I would remark that I do control brightness of the screen from command line (not with the keys):&lt;br /&gt;
&lt;br /&gt;
aptitude install xbacklight; xbacklight --help&lt;br /&gt;
&lt;br /&gt;
I have also installed Compiz:&lt;br /&gt;
http://wiki.debian.org/Compiz&lt;br /&gt;
and don't forget to configure compiz as explains B.Goglin:&lt;br /&gt;
http://bgoglin.livejournal.com/11253.html&lt;br /&gt;
&lt;br /&gt;
There is a problem with reproducing video while using Compiz: &lt;br /&gt;
https://bugs.launchpad.net/fedora/+bug/111257&lt;br /&gt;
&lt;br /&gt;
It is recommended the insertion of the module:&lt;br /&gt;
&lt;br /&gt;
modprobe thinkpad_acpi&lt;br /&gt;
&lt;br /&gt;
=== Debian Stable (Edgy Etch) ===&lt;br /&gt;
&lt;br /&gt;
I have followed the following steps to do the installation:&lt;br /&gt;
&lt;br /&gt;
1) Install Edgy Etch in its normal way.&lt;br /&gt;
&lt;br /&gt;
Several things did not work: acpi, sound, clock restoration, wireless, graphics driver set to vesa.&lt;br /&gt;
&lt;br /&gt;
The ethernet card works perfectly and the vesa driver works fine.&lt;br /&gt;
&lt;br /&gt;
2) Download a new kernel (in my case 2.6.24.3).&lt;br /&gt;
&lt;br /&gt;
3) Compile and install the kernel the &amp;quot;Debian way&amp;quot; (http://www.debian.org/releases/stable/i386/ch08s06.html.en).&lt;br /&gt;
&lt;br /&gt;
I had to enable several deprecated ACPI items because Debian Stable access some resources the old way.&lt;br /&gt;
&lt;br /&gt;
I had also to enable some parameters concerning iwlwifi 4965 (wireless card). It is hidden because you have&lt;br /&gt;
to activate &amp;quot;Improved wireless configuration API&amp;quot; inside &amp;quot;Networking/Wireless&amp;quot; before selecting &amp;quot;Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi Link Drivers and Device Drivers/Network Device Support/Wireless LAN/Intel Wireless WiFi 4965AGN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
4) Include backports sources into {{path|/etc/apt/sources.list}}.&lt;br /&gt;
&lt;br /&gt;
{{path|deb http://www.backports.org/debian etch-backports main contrib non-free}}&lt;br /&gt;
&lt;br /&gt;
5) Install package sysvinit from backports.&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get -t etch-backports install sysvinit}}&lt;br /&gt;
&lt;br /&gt;
Necessary because the new kernel has reimplemented the access to SATA disks, and Edgy Etch default shutdown does not park the disk heads correctly. (A message about SPIN DOWN the disk was shown).&lt;br /&gt;
&lt;br /&gt;
6) Edit {{path|/etc/default/rcS}} and set {{bootparm|HWCLOCKPARS|&amp;quot;--directisa&amp;quot;}}.&lt;br /&gt;
&lt;br /&gt;
7) Download de package {{path|iwlwifi-4965-ucode-4.44.1.20.tgz}} from http://intellinuxwireless.org, decompress it and copy {{path|iwlwifi-4965-1.ucode}} to {{path|/lib/firmware}}.&lt;br /&gt;
&lt;br /&gt;
So, finally:&lt;br /&gt;
&lt;br /&gt;
* Sound works: Since each time I wake up the computer the volume is reseting.&lt;br /&gt;
(After installing {{path|libesd-alsa0}} and playing a bit with {{path|alsamixer}} problem went out. I don't know which was what solved the problem.)&lt;br /&gt;
&lt;br /&gt;
* Ethernet works.&lt;br /&gt;
&lt;br /&gt;
* Wireless works. &lt;br /&gt;
&lt;br /&gt;
* ACPI works partially: temperature, fan and battery indications works perfectly throw acpitool and icon indication respectively.&lt;br /&gt;
&lt;br /&gt;
* ThinkLight works, but the other Fn buttons does not: brightness, battery, sleep, etc.&lt;br /&gt;
&lt;br /&gt;
* Suspend and Hibernation does not work. Hibernation seems to work, but after saving the session and poweroff, the system wake up automaticallly.&lt;br /&gt;
&lt;br /&gt;
* Clock restauraton works.&lt;br /&gt;
&lt;br /&gt;
* I still work with driver vesa. It works fine, and makes what I want when I hire an extenal monitor (poweroff the laptop monitor and use the external one), but I have some problems when I logout from X and go to text terminal ({{key|ALT}}{{key|F1}}) without external monitor. The screen turns blank.&lt;br /&gt;
&lt;br /&gt;
* I don't know if TurboMemory is recognized. I would like to configure it as swap partition.&lt;br /&gt;
&lt;br /&gt;
I will try to solve this problems in near future. {{Fixme|Preliminary information}}.&lt;br /&gt;
&lt;br /&gt;
=== Other Linux (meta)distros ===&lt;br /&gt;
&lt;br /&gt;
grml: &lt;br /&gt;
http://wiki.grml.org/doku.php?id=lenovo_x61s&lt;/div&gt;</summary>
		<author><name>Barcala</name></author>
		
	</entry>
</feed>