<?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=ThatGuy</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=ThatGuy"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/ThatGuy"/>
	<updated>2026-05-08T07:23:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53147</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53147"/>
		<updated>2011-11-10T21:08:18Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Debian Squeeze can be installed without problems on the ThinkPad X220 (4291 model) using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD].&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
It is necessary to install a newer version of X from Backports. Please refer to [http://x.debian.net/reference/squeeze-backports.html this page] for instructions.&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53142</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53142"/>
		<updated>2011-11-09T13:28:57Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
''Background: [[User:ThatGuy|I]] found that my X220 (4271) often froze when using LibreOffice on Ubuntu Natty, so I decided to try a more stable distro. So far I haven't experienced any lockups. The GUI is not quite as pretty, but I prefer stability over eye candy. I'd highly recommend Debian Squeeze.''&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems on the ThinkPad X220 (4291 model) using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD].&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
It is necessary to install a newer version of X from Backports. Please refer to [http://x.debian.net/reference/squeeze-backports.html this page] for instructions.&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=7mm_hard_drive_bay&amp;diff=53141</id>
		<title>7mm hard drive bay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=7mm_hard_drive_bay&amp;diff=53141"/>
		<updated>2011-11-09T13:18:04Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Incompatible drives */ added Kingston V100 series&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;
Most drives are currently 9.5mm high. Some new Thinkpads come with 7mm drive bays.&lt;br /&gt;
&lt;br /&gt;
There are [http://www.google.co.uk/search?q=7mm+x220&amp;amp;hl=en&amp;amp;prmd=imvnsfd&amp;amp;source=lnms&amp;amp;tbm=dsc&amp;amp;ei=6iGgTui4LZCe-Qai66GiBQ&amp;amp;sa=X&amp;amp;oi=mode_link&amp;amp;ct=mode&amp;amp;cd=7&amp;amp;ved=0CBwQ_AUoBg&amp;amp;biw=1032&amp;amp;bih=1328 many discussions around the internet] regarding this, here is a short summary:&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specific drives ==&lt;br /&gt;
&lt;br /&gt;
=== Compatible drives ===&lt;br /&gt;
&lt;br /&gt;
==== 7mm HDD ====&lt;br /&gt;
&lt;br /&gt;
*    Hitatch Travelstar series that begin with model code &amp;quot;Z&amp;quot;. This includes Z7K320, Z5K500, and Z5K320&lt;br /&gt;
*    Momentus Thin Hard Drives | Seagate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== 7mm SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Micron/Crucial C400 series with &amp;quot;AK&amp;quot; in the model number (see below)&lt;br /&gt;
:note that Micron is Crucial's parent company. Micron manufacturers the &amp;quot;C&amp;quot; series while Crucial manufactures the &amp;quot;M&amp;quot; series. Reportedly, only the C series is compatible with the x220.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Modifiable 9.5mm SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Micron/Crucial C300 with the spacer mod. See X220 SSD 7mm Mod (Crucial C300)&lt;br /&gt;
*    Micron/Crucial C400/M4 with spacer mod. (still waiting on confirmation)&lt;br /&gt;
:Not all C400 models require a mod. &amp;quot;AK&amp;quot; = 7mm and &amp;quot;AC&amp;quot; = 9mm. Ex) MTFDDAK256MAM-1K1 = 7mm, and MTFDDAC256MAM-1K1 = 9mm. C4 Product Brief&lt;br /&gt;
*Intel X-25M with the spacer mod&lt;br /&gt;
*Intel 320 series with the spacer mod. ''Please note that the four screws that hold both the spacer and the top cover cannot be reused to hold just the top cover in place, since they are too long and stick out. I chose to just put the cover back on without any screws. I figured that the cover wouldn't be able to fall off since there's so little space in the drive bay. Additionally, the rubber sides seem to hold the cover in place.''&lt;br /&gt;
*Kingston/Intel X25-E&lt;br /&gt;
&lt;br /&gt;
==== mSata SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Intel 310 series&lt;br /&gt;
*    MyDigialSSD (waiting confirmation, relatively unknown brand)&lt;br /&gt;
*    Renice X3 (SF1222) mSATA SSD User Review&lt;br /&gt;
* OCZ Nocti&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Incompatible drives ===&lt;br /&gt;
&lt;br /&gt;
*    Intel 510 SSD series&lt;br /&gt;
&lt;br /&gt;
*    Vertex 2 and 3 SSD series&lt;br /&gt;
&lt;br /&gt;
*    Kingston V100 series&lt;br /&gt;
&lt;br /&gt;
== Case Mod ==&lt;br /&gt;
&lt;br /&gt;
Some people have also sanded off the protruding parts of the case which stop you inserting a 9.5mm drive without the caddy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Drive Mod ==&lt;br /&gt;
&lt;br /&gt;
The moddable drives listed above tend to have a spacer which can be removed with ease and a top which can be replaced using shorter (M2) screws. Drives without the removable spacer can always be removed entirely from their shell and bodged in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Models Featuring a 7mm Drive Bay ==&lt;br /&gt;
&lt;br /&gt;
* {{X1}}? {{X220}} {{X220_Tablet}}&lt;br /&gt;
* {{W520}}&lt;br /&gt;
* {{T420}}&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=7mm_hard_drive_bay&amp;diff=53140</id>
		<title>7mm hard drive bay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=7mm_hard_drive_bay&amp;diff=53140"/>
		<updated>2011-11-09T13:16:50Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Modifiable 9.5mm SSD */ added Intel 320 info&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;
Most drives are currently 9.5mm high. Some new Thinkpads come with 7mm drive bays.&lt;br /&gt;
&lt;br /&gt;
There are [http://www.google.co.uk/search?q=7mm+x220&amp;amp;hl=en&amp;amp;prmd=imvnsfd&amp;amp;source=lnms&amp;amp;tbm=dsc&amp;amp;ei=6iGgTui4LZCe-Qai66GiBQ&amp;amp;sa=X&amp;amp;oi=mode_link&amp;amp;ct=mode&amp;amp;cd=7&amp;amp;ved=0CBwQ_AUoBg&amp;amp;biw=1032&amp;amp;bih=1328 many discussions around the internet] regarding this, here is a short summary:&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specific drives ==&lt;br /&gt;
&lt;br /&gt;
=== Compatible drives ===&lt;br /&gt;
&lt;br /&gt;
==== 7mm HDD ====&lt;br /&gt;
&lt;br /&gt;
*    Hitatch Travelstar series that begin with model code &amp;quot;Z&amp;quot;. This includes Z7K320, Z5K500, and Z5K320&lt;br /&gt;
*    Momentus Thin Hard Drives | Seagate&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== 7mm SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Micron/Crucial C400 series with &amp;quot;AK&amp;quot; in the model number (see below)&lt;br /&gt;
:note that Micron is Crucial's parent company. Micron manufacturers the &amp;quot;C&amp;quot; series while Crucial manufactures the &amp;quot;M&amp;quot; series. Reportedly, only the C series is compatible with the x220.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Modifiable 9.5mm SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Micron/Crucial C300 with the spacer mod. See X220 SSD 7mm Mod (Crucial C300)&lt;br /&gt;
*    Micron/Crucial C400/M4 with spacer mod. (still waiting on confirmation)&lt;br /&gt;
:Not all C400 models require a mod. &amp;quot;AK&amp;quot; = 7mm and &amp;quot;AC&amp;quot; = 9mm. Ex) MTFDDAK256MAM-1K1 = 7mm, and MTFDDAC256MAM-1K1 = 9mm. C4 Product Brief&lt;br /&gt;
*Intel X-25M with the spacer mod&lt;br /&gt;
*Intel 320 series with the spacer mod. ''Please note that the four screws that hold both the spacer and the top cover cannot be reused to hold just the top cover in place, since they are too long and stick out. I chose to just put the cover back on without any screws. I figured that the cover wouldn't be able to fall off since there's so little space in the drive bay. Additionally, the rubber sides seem to hold the cover in place.''&lt;br /&gt;
*Kingston/Intel X25-E&lt;br /&gt;
&lt;br /&gt;
==== mSata SSD ====&lt;br /&gt;
&lt;br /&gt;
*    Intel 310 series&lt;br /&gt;
*    MyDigialSSD (waiting confirmation, relatively unknown brand)&lt;br /&gt;
*    Renice X3 (SF1222) mSATA SSD User Review&lt;br /&gt;
* OCZ Nocti&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Incompatible drives ===&lt;br /&gt;
&lt;br /&gt;
*    Intel 510 SSD series&lt;br /&gt;
&lt;br /&gt;
*    Vertex 2 and 3 SSD series&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Case Mod ==&lt;br /&gt;
&lt;br /&gt;
Some people have also sanded off the protruding parts of the case which stop you inserting a 9.5mm drive without the caddy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Drive Mod ==&lt;br /&gt;
&lt;br /&gt;
The moddable drives listed above tend to have a spacer which can be removed with ease and a top which can be replaced using shorter (M2) screws. Drives without the removable spacer can always be removed entirely from their shell and bodged in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Models Featuring a 7mm Drive Bay ==&lt;br /&gt;
&lt;br /&gt;
* {{X1}}? {{X220}} {{X220_Tablet}}&lt;br /&gt;
* {{W520}}&lt;br /&gt;
* {{T420}}&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53139</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53139"/>
		<updated>2011-11-09T13:08:18Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Graphics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Debian Squeeze can be installed without problems on the ThinkPad X220 (4291 model) using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD].&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
It is necessary to install a newer version of X from Backports. Please refer to [http://x.debian.net/reference/squeeze-backports.html this page] for instructions.&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53138</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53138"/>
		<updated>2011-11-09T13:06:58Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: added header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Debian Squeeze can be installed without problems on the ThinkPad X220 (4291 model) using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD].&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53137</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53137"/>
		<updated>2011-11-09T13:06:26Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems on the ThinkPad X220 (4291 model) using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD].&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53136</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53136"/>
		<updated>2011-11-09T13:05:40Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Wireless */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD] on the ThinkPad X220 (4291 model).&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53135</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53135"/>
		<updated>2011-11-09T13:05:25Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Wireless */ added additional steps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD] on the ThinkPad X220 (4291 model).&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Configure your wireless interface as appropriate.&lt;br /&gt;
&lt;br /&gt;
Additionally, I had to pass the parameter 11n_disable=0 to the iwlagn module. Either do this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...or create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
options iwlagn 11n_disable=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then reload the wireless driver:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo modprobe -r iwlagn&lt;br /&gt;
sudo modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
It might be necessary to repeat the last step a couple of times.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53134</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53134"/>
		<updated>2011-11-09T13:01:54Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: /* Wireless */ Clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD] on the ThinkPad X220 (4291 model).&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki] (instructions are pasted below):&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Configure your wireless interface as appropriate.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53133</id>
		<title>Installing Debian 6.0 (squeeze) on a ThinkPad X220</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_6.0_(squeeze)_on_a_ThinkPad_X220&amp;diff=53133"/>
		<updated>2011-11-09T13:00:29Z</updated>

		<summary type="html">&lt;p&gt;ThatGuy: info about how I installed Debian 6.0.3 on the X220&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''(Please note: [[User:Jdthood|One user]] reported that the Debian 6.0 (Squeeze) installer did not include a driver for the Ethernet card in the X220. It is possible that this is due to hardware differences between models. Please check that your hardware is supported. As described below, the 4291 model works.)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Debian Squeeze can be installed without problems using the [http://www.debian.org/CD/http-ftp/#stable 6.0.3 DVD] on the ThinkPad X220 (4291 model).&lt;br /&gt;
&lt;br /&gt;
However, wireless does not work out of the box. Also, in order to get the GPU to work properly, it is necessary to install newer X and kernel packages from Backports.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
Install the iwlagn kernel module [http://wiki.debian.org/iwlagn#Squeeze as described in the Debian wiki]:&lt;br /&gt;
&lt;br /&gt;
Add a &amp;quot;non-free&amp;quot; component to /etc/apt/sources.list, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Debian Squeeze/6.0&lt;br /&gt;
deb http://ftp.us.debian.org/debian squeeze main contrib non-free&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# aptitude update&lt;br /&gt;
# aptitude install firmware-iwlwifi wireless-tools&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# modprobe iwlagn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Verify your device has an available interface:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# iwconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Raise the interface to activate the radio, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ifconfig wlan0 up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Configure your wireless interface as appropriate.&lt;br /&gt;
&lt;br /&gt;
== Newer kernel ==&lt;br /&gt;
Add the following line to /etc/apt/sources.list (or add a new file containing the line in /etc/apt/sources.list/d/):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://backports.debian.org/debian-backports squeeze-backports main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Run apt-get update.&lt;br /&gt;
&lt;br /&gt;
Install the new kernel image:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get -t squeeze-backports install linux-image-2.6-amd64&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.&lt;br /&gt;
&lt;br /&gt;
[http://backports-master.debian.org/Instructions/ Backports instructions].&lt;br /&gt;
&lt;br /&gt;
== Graphics ==&lt;br /&gt;
Please refer to [http://x.debian.net/reference/squeeze-backports.html this page].&lt;/div&gt;</summary>
		<author><name>ThatGuy</name></author>
		
	</entry>
</feed>