<?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=Gildor</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=Gildor"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Gildor"/>
	<updated>2026-05-24T05:42:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=36953</id>
		<title>Installing Debian 4.0 (Etch) on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=36953"/>
		<updated>2008-03-12T10:27:53Z</updated>

		<summary type="html">&lt;p&gt;Gildor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the installation of Debian Etch, with its standard kernel, on a Thinkpad X60S (Type 1702-3GJ). The aim of this installation is to try to stick to a standard Etch installation.&lt;br /&gt;
&lt;br /&gt;
The standard installation of Debian Etch (i386) goes smoothly. You have to check that &amp;quot;laptop&amp;quot; task is selected into tasksel.&lt;br /&gt;
&lt;br /&gt;
Once, everything has been installed, you must edit ''/etc/apt/sources.list'' and add '''contrib''' and '''non-free''' after '''main'''. After this you must update the list of available package:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
To enable the wifi, one have to install ipw3945d and firmware-ipw3945. The kernel driver of Etch (ipw3945-source) doesn't work for this version of the laptop. You have to download one from unstable/testing version 1.2.2, at least (http://packages.debian.org/sid/ipw3945-source) and install it through dpkg:&lt;br /&gt;
&lt;br /&gt;
 apt-get install debhelper dpatch module-assistant bzip2 make&lt;br /&gt;
 dpkg -i ipw3945-source[...].deb&lt;br /&gt;
&lt;br /&gt;
Compile it using m-a:&lt;br /&gt;
&lt;br /&gt;
 m-a &lt;br /&gt;
&lt;br /&gt;
In m-a you have to &amp;quot;prepare&amp;quot; and then &amp;quot;select&amp;quot; module ipw3945. Follow instructions given by m-a. At the end of the procedure you should install the generated module.&lt;br /&gt;
&lt;br /&gt;
In order to get NetworkManager working with this laptop you have to remove everything related to bluetooth:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --Purge bluez-utils bluetooth&lt;br /&gt;
 &lt;br /&gt;
You also have to edit a file in ''/etc/modprobe.d/myblacklist'' and add &amp;quot;blacklist bluetooth&amp;quot;. Once done update the initrd image:&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
In fact, bluetooth is not a real issue on this laptop, since there is no bluetooth device. The real problem is that it interferes with ipw3945 in a weird way. Another better solution, is to fully recompile a kernel with &amp;quot;preemption enabled&amp;quot; (select low-latency desktop). &lt;br /&gt;
&lt;br /&gt;
After this, you must reboot your computer to be able to load the new module.&lt;br /&gt;
&lt;br /&gt;
A possible remaining problem concerns hda_intel failing to initialize sound. This issue is related to the internal modem of the laptop. You must be sure that this modem is enabled in the BIOS. Typical message for this problem are:&lt;br /&gt;
&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to polling mode…&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to single_cmd mode…&lt;br /&gt;
&lt;br /&gt;
At the end, you should also copy the file ''/etc/acpi/start.d/90-hdparm.sh'' from unstable and place it in ''/etc/acpi/{suspend|resume|start}.d''. This prevents an increase of the Load_Cycle_Count (a problem called &amp;quot;HDD laptop killer&amp;quot;). This file only contains a call to &amp;quot;hdparm -B 254&amp;quot; for your hard drive.&lt;br /&gt;
&lt;br /&gt;
It is also possible to use a more recent kernel (2.6.24 and later) which includes iwl3945, a new OSS driver for the WIFI. It works pretty well, but the WIFI antenna is no more blinking after that. Since, this is out-of-topic, and need to recompile a kernel by hand and use backported package, people wanting to migrate to a newer kernel should look at [http://le-gall.net/sylvain+violaine/blog/index.php?2008/03/12/40-linux-2624-and-debian-etch-on-a-thinkpad-x60s this blog entry] to proceed.&lt;br /&gt;
&lt;br /&gt;
You should also take a look at [[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s]].&lt;br /&gt;
&lt;br /&gt;
[[Category:X60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=36952</id>
		<title>Installing Debian 4.0 (Etch) on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=36952"/>
		<updated>2008-03-12T10:27:02Z</updated>

		<summary type="html">&lt;p&gt;Gildor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the installation of Debian Etch, with its standard kernel, on a Thinkpad X60S (Type 1702-3GJ). The aim of this installation is to try to stick to a standard Etch installation.&lt;br /&gt;
&lt;br /&gt;
The standard installation of Debian Etch (i386) goes smoothly. You have to check that &amp;quot;laptop&amp;quot; task is selected into tasksel.&lt;br /&gt;
&lt;br /&gt;
Once, everything has been installed, you must edit ''/etc/apt/sources.list'' and add '''contrib''' and '''non-free''' after '''main'''. After this you must update the list of available package:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
To enable the wifi, one have to install ipw3945d and firmware-ipw3945. The kernel driver of Etch (ipw3945-source) doesn't work for this version of the laptop. You have to download one from unstable/testing version 1.2.2, at least (http://packages.debian.org/sid/ipw3945-source) and install it through dpkg:&lt;br /&gt;
&lt;br /&gt;
 apt-get install debhelper dpatch module-assistant bzip2 make&lt;br /&gt;
 dpkg -i ipw3945-source[...].deb&lt;br /&gt;
&lt;br /&gt;
Compile it using m-a:&lt;br /&gt;
&lt;br /&gt;
 m-a &lt;br /&gt;
&lt;br /&gt;
In m-a you have to &amp;quot;prepare&amp;quot; and then &amp;quot;select&amp;quot; module ipw3945. Follow instructions given by m-a. At the end of the procedure you should install the generated module.&lt;br /&gt;
&lt;br /&gt;
In order to get NetworkManager working with this laptop you have to remove everything related to bluetooth:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --Purge bluez-utils bluetooth&lt;br /&gt;
 &lt;br /&gt;
You also have to edit a file in ''/etc/modprobe.d/myblacklist'' and add &amp;quot;blacklist bluetooth&amp;quot;. Once done update the initrd image:&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
In fact, bluetooth is not a real issue on this laptop, since there is no bluetooth device. The real problem is that it interferes with ipw3945 in a weird way. Another better solution, is to fully recompile a kernel with &amp;quot;preemption enabled&amp;quot; (select low-latency desktop). &lt;br /&gt;
&lt;br /&gt;
After this, you must reboot your computer to be able to load the new module.&lt;br /&gt;
&lt;br /&gt;
A possible remaining problem concerns hda_intel failing to initialize sound. This issue is related to the internal modem of the laptop. You must be sure that this modem is enabled in the BIOS. Typical message for this problem are:&lt;br /&gt;
&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to polling mode…&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to single_cmd mode…&lt;br /&gt;
&lt;br /&gt;
At the end, you should also copy the file ''/etc/acpi/start.d/90-hdparm.sh'' from unstable and place it in ''/etc/acpi/{suspend|resume|start}.d''. This prevents an increase of the Load_Cycle_Count (a problem called &amp;quot;HDD laptop killer&amp;quot;). This file only contains a call to &amp;quot;hdparm -B 254&amp;quot; for your hard drive.&lt;br /&gt;
&lt;br /&gt;
It is also possible to use a more recent kernel (2.6.24 and later) which includes iwl3945, a new OSS driver for the WIFI. It works pretty well, but the WIFI antenna is no more blinking after that. Since, this is out-of-topic, and need to recompile a kernel by hand and use backported package, people wanting to migrate to a newer kernel should look at [http://http://le-gall.net/sylvain+violaine/blog/index.php?2008/03/12/40-linux-2624-and-debian-etch-on-a-thinkpad-x60s this blog entry] to proceed.&lt;br /&gt;
&lt;br /&gt;
You should also take a look at [[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s]].&lt;br /&gt;
&lt;br /&gt;
[[Category:X60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34982</id>
		<title>Installing Debian 4.0 (Etch) on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34982"/>
		<updated>2007-12-05T22:14:21Z</updated>

		<summary type="html">&lt;p&gt;Gildor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the installation of Debian Etch, with its standard kernel, on a Thinkpad X60S (Type 1702-3GJ). The aim of this installation is to try to stick to a standard Etch installation.&lt;br /&gt;
&lt;br /&gt;
The standard installation of Debian Etch (i386) goes smoothly. You have to check that &amp;quot;laptop&amp;quot; task is selected into tasksel.&lt;br /&gt;
&lt;br /&gt;
Once, everything has been installed, you must edit ''/etc/apt/sources.list'' and add '''contrib''' and '''non-free''' after '''main'''. After this you must update the list of available package:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
To enable the wifi, one have to install ipw3945d and firmware-ipw3945. The kernel driver of Etch (ipw3945-source) doesn't work for this version of the laptop. You have to download one from unstable/testing version 1.2.2, at least (http://packages.debian.org/sid/ipw3945-source) and install it through dpkg:&lt;br /&gt;
&lt;br /&gt;
 apt-get install debhelper dpatch module-assistant bzip2 make&lt;br /&gt;
 dpkg -i ipw3945-source[...].deb&lt;br /&gt;
&lt;br /&gt;
Compile it using m-a:&lt;br /&gt;
&lt;br /&gt;
 m-a &lt;br /&gt;
&lt;br /&gt;
In m-a you have to &amp;quot;prepare&amp;quot; and then &amp;quot;select&amp;quot; module ipw3945. Follow instructions given by m-a. At the end of the procedure you should install the generated module.&lt;br /&gt;
&lt;br /&gt;
In order to get NetworkManager working with this laptop you have to remove everything related to bluetooth:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --Purge bluez-utils bluetooth&lt;br /&gt;
 &lt;br /&gt;
You also have to edit a file in ''/etc/modprobe.d/myblacklist'' and add &amp;quot;blacklist bluetooth&amp;quot;. Once done update the initrd image:&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
After this, you must reboot your computer to be able to load the new module.&lt;br /&gt;
&lt;br /&gt;
A possible remaining problem concerns hda_intel failing to initialize sound. This issue is related to the internal modem of the laptop. You must be sure that this modem is enabled in the BIOS. Typical message for this problem are:&lt;br /&gt;
&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to polling mode…&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to single_cmd mode…&lt;br /&gt;
&lt;br /&gt;
At the end, you should also copy the file ''/etc/acpi/start.d/90-hdparm.sh'' from unstable and place it in ''/etc/acpi/{suspend|resume|start}.d''. This prevents an increase of the Load_Cycle_Count (a problem called &amp;quot;HDD laptop killer&amp;quot;). This file only contains a call to &amp;quot;hdparm -B 254&amp;quot; for your hard drive.&lt;br /&gt;
&lt;br /&gt;
You should also take a look at [[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s]].&lt;br /&gt;
&lt;br /&gt;
[[Category:X60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34981</id>
		<title>Installing Debian 4.0 (Etch) on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34981"/>
		<updated>2007-12-05T22:11:33Z</updated>

		<summary type="html">&lt;p&gt;Gildor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the installation of Debian Etch, with its standard kernel, on a Thinkpad X60S (Type 1702-3GJ). The aim of this installation is to try to stick to a standard Etch installation.&lt;br /&gt;
&lt;br /&gt;
The standard installation of Debian Etch (i386) goes smoothly. You have to check that &amp;quot;laptop&amp;quot; task is selected into tasksel.&lt;br /&gt;
&lt;br /&gt;
Once, everything has been installed, you must edit ''/etc/apt/sources.list'' and add '''contrib''' and '''non-free''' after '''main'''. After this you must update the list of available package:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
To enable the wifi, one have to install ipw3945d and firmware-ipw3945. The kernel driver of Etch (ipw3945-source) doesn't work for this version of the laptop. You have to download one from unstable/testing version 1.2.2, at least (http://packages.debian.org/sid/ipw3945-source) and install it through dpkg:&lt;br /&gt;
&lt;br /&gt;
 apt-get install debhelper dpatch module-assistant bzip2 make&lt;br /&gt;
 dpkg -i ipw3945-source[...].deb&lt;br /&gt;
&lt;br /&gt;
Compile it using m-a:&lt;br /&gt;
&lt;br /&gt;
 m-a &lt;br /&gt;
&lt;br /&gt;
In m-a you have to &amp;quot;prepare&amp;quot; and then &amp;quot;select&amp;quot; module ipw3945. Follow instructions given by m-a. At the end of the procedure you should install the generated module.&lt;br /&gt;
&lt;br /&gt;
In order to get NetworkManager working with this laptop you have to remove everything related to bluetooth:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --Purge bluez-utils bluetooth&lt;br /&gt;
 &lt;br /&gt;
You also have to edit a file in ''/etc/modprobe.d/myblacklist'' and add &amp;quot;blacklist bluetooth&amp;quot;. Once done update the initrd image:&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
After this, you must reboot your computer to be able to load the new module.&lt;br /&gt;
&lt;br /&gt;
A possible remaining problem concerns hda_intel failing to initialize sound. This issue is related to the internal modem of the laptop. You must be sure that this modem is enabled in the BIOS. Typical message for this problem are:&lt;br /&gt;
&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to polling mode…&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to single_cmd mode…&lt;br /&gt;
&lt;br /&gt;
At the end, you should also copy the file ''/etc/acpi/start.d/90-hdparm.sh'' from unstable and place it in ''/etc/acpi/{suspend|resume|start}.d''. This prevents an increase of the Load_Cycle_Count (a problem called &amp;quot;HDD laptop killer&amp;quot;). This file only contains a call to &amp;quot;hdparm -B 254&amp;quot; for your hard drive.&lt;br /&gt;
&lt;br /&gt;
[[Category:X60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_with_Linux_2.6.20.1_on_a_Thinkpad_x60s&amp;diff=34980</id>
		<title>Installing Debian 4.0 (Etch) with Linux 2.6.20.1 on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_with_Linux_2.6.20.1_on_a_Thinkpad_x60s&amp;diff=34980"/>
		<updated>2007-12-05T22:10:56Z</updated>

		<summary type="html">&lt;p&gt;Gildor: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Lenovo Thinkpad X60s (UK156FR) Type 1704-56G On Debian Etch (Kernel 2.6.20.1)''' --[[User:Monphpnet|Monphpnet]] 18:23, 4 March 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
The first install on debian stable releases doesn't work&lt;br /&gt;
 &lt;br /&gt;
due to a lot of problems with sata disk on this model.&lt;br /&gt;
&lt;br /&gt;
I'm take a daily built installation disk on testing release&lt;br /&gt;
&lt;br /&gt;
i used the netinstaller iso images with an external usb-cdrom drive (work fine)&lt;br /&gt;
 &lt;br /&gt;
Debian GNU/Linux testing &amp;quot;Etch&amp;quot; - Official Snapshot amd64 NETINST Binary-1 20070215-09:21&lt;br /&gt;
&lt;br /&gt;
This netinstaller is used for portability with IBM-systems Compatible.&lt;br /&gt;
&lt;br /&gt;
after netinstaller and first reboot i'm take a source Kernel 2.6.20.1 from the kernel.org&lt;br /&gt;
&lt;br /&gt;
And make package with modules and initrd image linux-image-2.6.20.1_2.6.20.1_i386.deb&lt;br /&gt;
&lt;br /&gt;
&amp;gt; lspci (for this specific model)&lt;br /&gt;
&lt;br /&gt;
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)&lt;br /&gt;
&lt;br /&gt;
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
&lt;br /&gt;
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)&lt;br /&gt;
&lt;br /&gt;
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)&lt;br /&gt;
&lt;br /&gt;
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02)&lt;br /&gt;
&lt;br /&gt;
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller&lt;br /&gt;
&lt;br /&gt;
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)&lt;br /&gt;
&lt;br /&gt;
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)&lt;br /&gt;
&lt;br /&gt;
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09)&lt;br /&gt;
&lt;br /&gt;
15:00.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)&lt;br /&gt;
&lt;br /&gt;
16:00.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
BCM4306 802.11b/g Wireless LAN Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
This additional pcmcia Card is a Linksys WPC54G-FR used with ipw2100 module.&lt;br /&gt;
&lt;br /&gt;
Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)&lt;br /&gt;
&lt;br /&gt;
This Internal Wireless Lan adapter require [ipw3945] modules compiled in Kernel and a specific Deamon to activate them&lt;br /&gt;
&lt;br /&gt;
and link up This Network Adapter.&lt;br /&gt;
&lt;br /&gt;
You should also take a look at [[Installing Debian Etch (Kernel 2.6.18) on a Thinkpad x60s]].&lt;br /&gt;
&lt;br /&gt;
[[Category:X60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_on_a_Thinkpad_x60s&amp;diff=34979</id>
		<title>Installing Debian on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_on_a_Thinkpad_x60s&amp;diff=34979"/>
		<updated>2007-12-05T22:10:17Z</updated>

		<summary type="html">&lt;p&gt;Gildor: Redirecting to Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_on_a_Thinkpad_x60s&amp;diff=34978</id>
		<title>Installing Debian on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_on_a_Thinkpad_x60s&amp;diff=34978"/>
		<updated>2007-12-05T22:09:43Z</updated>

		<summary type="html">&lt;p&gt;Gildor: Redirecting to Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s]]&lt;br /&gt;
#REDIRECT [[Installing Debian Etch (Kernel 2.6.18) on a Thinkpad x60s]]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X60s&amp;diff=34977</id>
		<title>Installation instructions for the ThinkPad X60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X60s&amp;diff=34977"/>
		<updated>2007-12-05T22:09:02Z</updated>

		<summary type="html">&lt;p&gt;Gildor: /* Distro specific instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{X60s}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
* [http://marc.herbert.free.fr/linux/win2linstall.html Install GNU/Linux without any CD, floppy, USB-key, nor any other removable media]&lt;br /&gt;
&lt;br /&gt;
==Distro specific instructions==&lt;br /&gt;
&lt;br /&gt;
*{{Install|Ubuntu| 6.06 Flight 6|X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|SUSE| 10.1|X60s}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing_Gentoo_on_a_Thinkpad_x60s|Installation]] of [[:Category:Gentoo|Gentoo]] on a ThinkPad {{X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Ubuntu| 6.10 |X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Kubuntu| 6.10 |X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Kubuntu| 6.10 |X60s_2}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s|Installation]] of [[:Category:Debian|Debian]] on a ThinkPad {{X60s}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing Debian Etch (Kernel 2.6.18) on a Thinkpad x60s|Installation]] of [[:Category:Debian|Debian]] on a ThinkPad {{X60s}} (use kernel from Etch)&lt;br /&gt;
&lt;br /&gt;
*[[Installing Ubuntu 7.04 on a ThinkPad X60s without external drive|Installation]] of [[:Category:Ubuntu|Ubuntu]] 7.04 on a [[:Category:X60s|X60s]] without using an external drive&lt;br /&gt;
&lt;br /&gt;
*{{Install|Xubuntu| 7.04 |X60s}}, no external drives, and with dual boot to Windows XP&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
&lt;br /&gt;
*[http://benzipperer.info/installing-ubuntu-feisty-7-04-thinkpad-x60s Installing Ubuntu 7.04 on a ThinkPad X60s]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X60s&amp;diff=34976</id>
		<title>Installation instructions for the ThinkPad X60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X60s&amp;diff=34976"/>
		<updated>2007-12-05T22:08:06Z</updated>

		<summary type="html">&lt;p&gt;Gildor: /* Distro specific instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{X60s}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
* [http://marc.herbert.free.fr/linux/win2linstall.html Install GNU/Linux without any CD, floppy, USB-key, nor any other removable media]&lt;br /&gt;
&lt;br /&gt;
==Distro specific instructions==&lt;br /&gt;
&lt;br /&gt;
*{{Install|Ubuntu| 6.06 Flight 6|X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|SUSE| 10.1|X60s}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing_Gentoo_on_a_Thinkpad_x60s|Installation]] of [[:Category:Gentoo|Gentoo]] on a ThinkPad {{X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Ubuntu| 6.10 |X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Kubuntu| 6.10 |X60s}}&lt;br /&gt;
&lt;br /&gt;
*{{Install|Kubuntu| 6.10 |X60s_2}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing Debian Etch (Kernel 2.6.20.1) on a Thinkpad x60s|Installation]] of [[:Category:Debian|Debian]] on a ThinkPad {{X60s}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing Debian Etch (Kernel 2.6.18) on a Thinkpad x60s|Installation]] of [[:Category:Debian|Debian]] on a ThinkPad {{X60s}}&lt;br /&gt;
&lt;br /&gt;
*[[Installing Ubuntu 7.04 on a ThinkPad X60s without external drive|Installation]] of [[:Category:Ubuntu|Ubuntu]] 7.04 on a [[:Category:X60s|X60s]] without using an external drive&lt;br /&gt;
&lt;br /&gt;
*{{Install|Xubuntu| 7.04 |X60s}}, no external drives, and with dual boot to Windows XP&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
&lt;br /&gt;
*[http://benzipperer.info/installing-ubuntu-feisty-7-04-thinkpad-x60s Installing Ubuntu 7.04 on a ThinkPad X60s]&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34975</id>
		<title>Installing Debian 4.0 (Etch) on a Thinkpad x60s</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.0_(Etch)_on_a_Thinkpad_x60s&amp;diff=34975"/>
		<updated>2007-12-05T22:06:42Z</updated>

		<summary type="html">&lt;p&gt;Gildor: X60s debian etch installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes the installation of Debian Etch, with its standard kernel, on a Thinkpad X60S (Type 1702-3GJ). The aim of this installation is to try to stick to a standard Etch installation.&lt;br /&gt;
&lt;br /&gt;
The standard installation of Debian Etch (i386) goes smoothly. You have to check that &amp;quot;laptop&amp;quot; task is selected into tasksel.&lt;br /&gt;
&lt;br /&gt;
Once, everything has been installed, you must edit ''/etc/apt/sources.list'' and add '''contrib''' and '''non-free''' after '''main'''. After this you must update the list of available package:&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
&lt;br /&gt;
To enable the wifi, one have to install ipw3945d and firmware-ipw3945. The kernel driver of Etch (ipw3945-source) doesn't work for this version of the laptop. You have to download one from unstable/testing version 1.2.2, at least (http://packages.debian.org/sid/ipw3945-source) and install it through dpkg:&lt;br /&gt;
&lt;br /&gt;
 apt-get install debhelper dpatch module-assistant bzip2 make&lt;br /&gt;
 dpkg -i ipw3945-source[...].deb&lt;br /&gt;
&lt;br /&gt;
Compile it using m-a:&lt;br /&gt;
&lt;br /&gt;
 m-a &lt;br /&gt;
&lt;br /&gt;
In m-a you have to &amp;quot;prepare&amp;quot; and then &amp;quot;select&amp;quot; module ipw3945. Follow instructions given by m-a. At the end of the procedure you should install the generated module.&lt;br /&gt;
&lt;br /&gt;
In order to get NetworkManager working with this laptop you have to remove everything related to bluetooth:&lt;br /&gt;
&lt;br /&gt;
 apt-get remove --Purge bluez-utils bluetooth&lt;br /&gt;
 &lt;br /&gt;
You also have to edit a file in ''/etc/modprobe.d/myblacklist'' and add &amp;quot;blacklist bluetooth&amp;quot;. Once done update the initrd image:&lt;br /&gt;
&lt;br /&gt;
 update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
After this, you must reboot your computer to be able to load the new module.&lt;br /&gt;
&lt;br /&gt;
A possible remaining problem concerns hda_intel failing to initialize sound. This issue is related to the internal modem of the laptop. You must be sure that this modem is enabled in the BIOS. Typical message for this problem are:&lt;br /&gt;
&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to polling mode…&lt;br /&gt;
 hda_intel: azx_get_response timeout, switching to single_cmd mode…&lt;br /&gt;
&lt;br /&gt;
At the end, you should also copy the file ''/etc/acpi/start.d/90-hdparm.sh'' from unstable and place it in ''/etc/acpi/{suspend|resume|start}.d''. This prevents an increase of the Load_Cycle_Count (a problem called &amp;quot;HDD laptop killer&amp;quot;). This file only contains a call to &amp;quot;hdparm -B 254&amp;quot; for your hard drive.&lt;/div&gt;</summary>
		<author><name>Gildor</name></author>
		
	</entry>
</feed>