<?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=Mikbund</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=Mikbund"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Mikbund"/>
	<updated>2026-05-09T04:38:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35323</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35323"/>
		<updated>2007-12-25T00:03:43Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
mac80211-8.0.2.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$ sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To fix the missing sound when using firefox and flash remove Esound or kill esd (enlightenment daemon)&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35322</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35322"/>
		<updated>2007-12-25T00:02:32Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
mac80211-8.0.2.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$ sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35321</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35321"/>
		<updated>2007-12-25T00:01:50Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&lt;br /&gt;
mac80211-8.0.2.tgz&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$ sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35320</id>
		<title>Installation instructions for the ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35320"/>
		<updated>2007-12-25T00:00:16Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: /* Debian */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
{{Install|Fedora| 7|T61p}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Install|Fedora| 8|T61p}}&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
[[Installing_Debian_lenny_on_a_ThinkPad_T61p]]&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu Gutsy Gibbon ===&lt;br /&gt;
[[Install Ubuntu Gutsy Gibbon on a T61p|Install Gutsy Gibbon on a T61p]]&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35318</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35318"/>
		<updated>2007-12-24T23:59:12Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: Lenny moved to Installing Debian lenny on a ThinkPad T61p: Because it was my first time and I didnt take the time reading manuels :(&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&lt;br /&gt;
mac80211-8.0.2.tgz&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$ sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Lenny&amp;diff=35319</id>
		<title>Lenny</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Lenny&amp;diff=35319"/>
		<updated>2007-12-24T23:59:12Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: Lenny moved to Installing Debian lenny on a ThinkPad T61p: Because it was my first time and I didnt take the time reading manuels :(&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing Debian lenny on a ThinkPad T61p]]&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35317</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35317"/>
		<updated>2007-12-24T23:55:22Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&lt;br /&gt;
mac80211-8.0.2.tgz&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$ sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35316</id>
		<title>Installing Debian 4.1 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_4.1_on_a_ThinkPad_T61p&amp;diff=35316"/>
		<updated>2007-12-24T23:50:08Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: â†Created page with 'A short guide to get you working with X, Wireless intel 4965, and sound.  I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A short guide to get you working with X, Wireless intel 4965, and sound.&lt;br /&gt;
&lt;br /&gt;
I installed the Debian Etch 4.1 release and thereafter edited the /etc/apt/sources.list. Replaced etch with testing and there after apt-get update and apt-get dist-upgrade.&lt;br /&gt;
&lt;br /&gt;
Install the linux-image-2.6.22-5-i686 and the linux-headers-image-2.6.22-5-i686 then reboot to reflect the changes and load the new kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X:&lt;br /&gt;
----&lt;br /&gt;
Download NVIDIA-Linux-x86-169.07-pkg1.run from Nvidia&lt;br /&gt;
sh NVIDIA-Linux-x86-169.07-pkg1.run and follow the instructions&lt;br /&gt;
&lt;br /&gt;
Wireless:&lt;br /&gt;
----&lt;br /&gt;
iwlwifi-4965-ucode-4.44-17.tgz&lt;br /&gt;
mac80211-8.0.2.tgz&lt;br /&gt;
iwlwifi-1.0.0-1.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: With mac80211-10 the kernel seems to halt. I could not get it to work but using the above files everything runs smooth.&lt;br /&gt;
&lt;br /&gt;
unpack the above files eg. tar xzvf &amp;lt;filename&amp;gt;&lt;br /&gt;
From iwllwifi-4965-ucode-4.44.17&lt;br /&gt;
cp iwlwifi-4965.ucode /lib/firmware&lt;br /&gt;
&lt;br /&gt;
From mac80211-8.0.2&lt;br /&gt;
make patch_kernel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From iwlwifi-1.0.0.1&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
./load debug=0&lt;br /&gt;
iwconfig (Wlan0 should now be available to you)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sound&lt;br /&gt;
----&lt;br /&gt;
There is a bug in the kernel which silences the output from your speakers. To fix this, run the following userspace program as root. Do a google on &amp;quot;t61_audio_hack.py&amp;quot;&lt;br /&gt;
thanks to Andrew Clunis&lt;br /&gt;
&lt;br /&gt;
Save the following to a file eg t61p_sound.py and run it as root&lt;br /&gt;
$sh t61p_sound.py&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
KIOCSOUND = 0x4B2F&lt;br /&gt;
&lt;br /&gt;
import fcntl, sys&lt;br /&gt;
&lt;br /&gt;
import time&lt;br /&gt;
&lt;br /&gt;
# Do a constant beep.&lt;br /&gt;
# Reset the beep every five seconds, in case it is cleared by another program.&lt;br /&gt;
while(True):&lt;br /&gt;
    fd = open(&amp;quot;/dev/console&amp;quot;)&lt;br /&gt;
    fcntl.ioctl(fd, KIOCSOUND, 500)&lt;br /&gt;
    fd.close()&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35315</id>
		<title>Installation instructions for the ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35315"/>
		<updated>2007-12-24T23:20:28Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: /* Debian */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
{{Install|Fedora| 7|T61p}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Install|Fedora| 8|T61p}}&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
[[Lenny]]&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu Gutsy Gibbon ===&lt;br /&gt;
[[Install Ubuntu Gutsy Gibbon on a T61p|Install Gutsy Gibbon on a T61p]]&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35314</id>
		<title>Installation instructions for the ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35314"/>
		<updated>2007-12-24T23:20:06Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: /* Debian */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
{{Install|Fedora| 7|T61p}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Install|Fedora| 8|T61p}}&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
[[{{Install|Lenny|T61p}}]]&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu Gutsy Gibbon ===&lt;br /&gt;
[[Install Ubuntu Gutsy Gibbon on a T61p|Install Gutsy Gibbon on a T61p]]&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35313</id>
		<title>Installation instructions for the ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61p&amp;diff=35313"/>
		<updated>2007-12-24T23:18:36Z</updated>

		<summary type="html">&lt;p&gt;Mikbund: /* Distro specific Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
{{Install|Fedora| 7|T61p}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{Install|Fedora| 8|T61p}}&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
{{Install|Lenny|T61p}}&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu Gutsy Gibbon ===&lt;br /&gt;
[[Install Ubuntu Gutsy Gibbon on a T61p|Install Gutsy Gibbon on a T61p]]&lt;/div&gt;</summary>
		<author><name>Mikbund</name></author>
		
	</entry>
</feed>