<?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=Ccurley</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=Ccurley"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Ccurley"/>
	<updated>2026-04-28T11:34:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54855</id>
		<title>Installing Debian Wheezy on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54855"/>
		<updated>2013-10-01T00:18:28Z</updated>

		<summary type="html">&lt;p&gt;Ccurley: /* Bluetooth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a work in progress and is currently (Jan 2012) maintained by [[User:Eliasson]]. It covers the installation of Debian Testing daily build, codenamed Wheezy. Hardware marked on this page with &amp;quot;N/A&amp;quot; is available on some Thinkpad T61's, but not on mine. Feel free to fill in the gaps if you have the info.&lt;br /&gt;
&lt;br /&gt;
=== System information ===&lt;br /&gt;
* BIOS version: {{todo|Check}}&lt;br /&gt;
* Linux kernel version: 3.1.0-1-amd64&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Using the Debian Wheezy netinstall image from Aug 27, 2011, I couldn't get the computer to boot the normal installation CD. Everything stalled after the message Loading initrd.gz..... An Ubuntu 10.04 CD worked fine though. I ended up using a USB flash drive to install Debian. [http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html This guide] covers how to create a bootable flash drive. Also, the T61 seems to be a little picky about the USB stick. If one doesn't work, try another. It needs to be recognized in BIOS as a &amp;quot;USB Hard Drive&amp;quot; with a plus sign in front.&lt;br /&gt;
&lt;br /&gt;
However, the Debian Wheezy netinstall image from Jan 1, 2012 booted just fine. The graphical installation crashed immediately but the text installation worked. This leads me to the conclusion that the installation problems are probably not the computer's fault but the fact that Debian Testing is still not perfectly stable. [[User:Eliasson|Eliasson]] 00:57, 2 January 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
== Sound ==&lt;br /&gt;
ALSA works out of the box. Pulseaudio works well with the default settings. Both internal and external microphone works.&lt;br /&gt;
&lt;br /&gt;
== Graphics: ==&lt;br /&gt;
===NVidia Quadro NVS 140M ===&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
===Intel 965GM===&lt;br /&gt;
* Driver: intel&lt;br /&gt;
Correct screen resolution identified automatically. No need to touch /etc/X11/xorg.conf. External monitor untested.&lt;br /&gt;
&lt;br /&gt;
== WiFi: Intel 3945/4965AGN ==&lt;br /&gt;
&lt;br /&gt;
With kernel 2.6.24RC3 the driver comes part of the kernel and does not need manual installation. You still have to copy and install the firmware though.&lt;br /&gt;
&lt;br /&gt;
* Driver: [[iwl4965]]&lt;br /&gt;
* Version: 0.0.34&lt;br /&gt;
&lt;br /&gt;
Activate the non-free repositories and install the package ''firmware-iwlwifi'' [http://packages.debian.org/lenny/firmware-iwlwifi]. According to the Debian-Package-Info page, this package is architecture independent. Reboot your computer and the WiFi card should work. The hardware disable switch works without problems.&lt;br /&gt;
&lt;br /&gt;
== WiFi: ThinkPad 11a/b/g Wi-Fi wireless LAN Mini-PCIe US/EMEA/LA/ANZ  (Atheros) ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
== Bluetooth ==&lt;br /&gt;
Bluetooth now works for me (Ccurley), with a Bose AE2w headset, using the A2DP profile.&lt;br /&gt;
&lt;br /&gt;
However, I replaced ALSA with PulseAudio to get it to work. I used the apt-get command line from http://forums.debian.net/viewtopic.php?t=12497 (after excising two package names that no longer exist).&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|apt-get install pulseaudio libao4 paprefs libpulse-mainloop-glib0 pulseaudio-module-jack pavucontrol pulseaudio-module-x11 gstreamer0.10-pulseaudio pulseaudio-utils libasound2-plugins paman pulseaudio-module-gconf libgconfmm-2.6-1c2 pavumeter libglademm-2.4-1c2a pulseaudio-esound-compat libpulse0 libpulse-dev pulseaudio-module-bluetooth pulseaudio-module-zeroconf}}&lt;br /&gt;
&lt;br /&gt;
I then purged every package with &amp;quot;alsa&amp;quot; in the name and two libasound2 packages.&lt;br /&gt;
&lt;br /&gt;
I fired up vlc, and it played a MP3 file for me immediately. Wow!&lt;br /&gt;
&lt;br /&gt;
I then fired up the PulseAudio volume control, and went to the Configuration tab.&lt;br /&gt;
&lt;br /&gt;
I then turned on the headset. It appeared almost immediately in the configuration tab. I set it to use A2DP instead of the telephony duplex. then to the Playback tab on the PulseAudio volume control, where I selected the headset as the output device. Then I did the same with a Flash video from youtube.&lt;br /&gt;
&lt;br /&gt;
That was it!&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Sensor ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Ccurley</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54854</id>
		<title>Installing Debian Wheezy on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54854"/>
		<updated>2013-09-30T23:22:49Z</updated>

		<summary type="html">&lt;p&gt;Ccurley: /* Bluetooth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a work in progress and is currently (Jan 2012) maintained by [[User:Eliasson]]. It covers the installation of Debian Testing daily build, codenamed Wheezy. Hardware marked on this page with &amp;quot;N/A&amp;quot; is available on some Thinkpad T61's, but not on mine. Feel free to fill in the gaps if you have the info.&lt;br /&gt;
&lt;br /&gt;
=== System information ===&lt;br /&gt;
* BIOS version: {{todo|Check}}&lt;br /&gt;
* Linux kernel version: 3.1.0-1-amd64&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Using the Debian Wheezy netinstall image from Aug 27, 2011, I couldn't get the computer to boot the normal installation CD. Everything stalled after the message Loading initrd.gz..... An Ubuntu 10.04 CD worked fine though. I ended up using a USB flash drive to install Debian. [http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html This guide] covers how to create a bootable flash drive. Also, the T61 seems to be a little picky about the USB stick. If one doesn't work, try another. It needs to be recognized in BIOS as a &amp;quot;USB Hard Drive&amp;quot; with a plus sign in front.&lt;br /&gt;
&lt;br /&gt;
However, the Debian Wheezy netinstall image from Jan 1, 2012 booted just fine. The graphical installation crashed immediately but the text installation worked. This leads me to the conclusion that the installation problems are probably not the computer's fault but the fact that Debian Testing is still not perfectly stable. [[User:Eliasson|Eliasson]] 00:57, 2 January 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
== Sound ==&lt;br /&gt;
ALSA works out of the box. Pulseaudio works well with the default settings. Both internal and external microphone works.&lt;br /&gt;
&lt;br /&gt;
== Graphics: ==&lt;br /&gt;
===NVidia Quadro NVS 140M ===&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
===Intel 965GM===&lt;br /&gt;
* Driver: intel&lt;br /&gt;
Correct screen resolution identified automatically. No need to touch /etc/X11/xorg.conf. External monitor untested.&lt;br /&gt;
&lt;br /&gt;
== WiFi: Intel 3945/4965AGN ==&lt;br /&gt;
&lt;br /&gt;
With kernel 2.6.24RC3 the driver comes part of the kernel and does not need manual installation. You still have to copy and install the firmware though.&lt;br /&gt;
&lt;br /&gt;
* Driver: [[iwl4965]]&lt;br /&gt;
* Version: 0.0.34&lt;br /&gt;
&lt;br /&gt;
Activate the non-free repositories and install the package ''firmware-iwlwifi'' [http://packages.debian.org/lenny/firmware-iwlwifi]. According to the Debian-Package-Info page, this package is architecture independent. Reboot your computer and the WiFi card should work. The hardware disable switch works without problems.&lt;br /&gt;
&lt;br /&gt;
== WiFi: ThinkPad 11a/b/g Wi-Fi wireless LAN Mini-PCIe US/EMEA/LA/ANZ  (Atheros) ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
== Bluetooth ==&lt;br /&gt;
Bluetooth now works for me (Ccurley), with a Bose AE2w headset, using the A2DP profile.&lt;br /&gt;
&lt;br /&gt;
However, I replaced ALSA with PulseAudio to get it to work. I used the apt-get command line in http://forums.debian.net/viewtopic.php?t=12497 (after excising two package names that no longer exist). I then purged every package with &amp;quot;alsa&amp;quot; in the name.&lt;br /&gt;
&lt;br /&gt;
I fired up vlc, and it played a MP3 file for me immediately. Wow!&lt;br /&gt;
&lt;br /&gt;
I then fired up the PulseAudio volume control, and went to the Configuration tab.&lt;br /&gt;
&lt;br /&gt;
I then turned on the headset. It appeared almost immediately in the configuration tab. I set it to use A2DP instead of the telephony duplex. then to the Playback tab on the PulseAudio volume control, where I selected the headset as the output device. Then I did the same with a Flash video from youtube.&lt;br /&gt;
&lt;br /&gt;
That was it!&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Sensor ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Ccurley</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54853</id>
		<title>Installing Debian Wheezy on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Wheezy_on_a_ThinkPad_T61&amp;diff=54853"/>
		<updated>2013-09-30T23:18:59Z</updated>

		<summary type="html">&lt;p&gt;Ccurley: /* Bluetooth */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a work in progress and is currently (Jan 2012) maintained by [[User:Eliasson]]. It covers the installation of Debian Testing daily build, codenamed Wheezy. Hardware marked on this page with &amp;quot;N/A&amp;quot; is available on some Thinkpad T61's, but not on mine. Feel free to fill in the gaps if you have the info.&lt;br /&gt;
&lt;br /&gt;
=== System information ===&lt;br /&gt;
* BIOS version: {{todo|Check}}&lt;br /&gt;
* Linux kernel version: 3.1.0-1-amd64&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Using the Debian Wheezy netinstall image from Aug 27, 2011, I couldn't get the computer to boot the normal installation CD. Everything stalled after the message Loading initrd.gz..... An Ubuntu 10.04 CD worked fine though. I ended up using a USB flash drive to install Debian. [http://d-i.alioth.debian.org/manual/en.i386/ch04s03.html This guide] covers how to create a bootable flash drive. Also, the T61 seems to be a little picky about the USB stick. If one doesn't work, try another. It needs to be recognized in BIOS as a &amp;quot;USB Hard Drive&amp;quot; with a plus sign in front.&lt;br /&gt;
&lt;br /&gt;
However, the Debian Wheezy netinstall image from Jan 1, 2012 booted just fine. The graphical installation crashed immediately but the text installation worked. This leads me to the conclusion that the installation problems are probably not the computer's fault but the fact that Debian Testing is still not perfectly stable. [[User:Eliasson|Eliasson]] 00:57, 2 January 2012 (CET)&lt;br /&gt;
&lt;br /&gt;
== Sound ==&lt;br /&gt;
ALSA works out of the box. Pulseaudio works well with the default settings. Both internal and external microphone works.&lt;br /&gt;
&lt;br /&gt;
== Graphics: ==&lt;br /&gt;
===NVidia Quadro NVS 140M ===&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
===Intel 965GM===&lt;br /&gt;
* Driver: intel&lt;br /&gt;
Correct screen resolution identified automatically. No need to touch /etc/X11/xorg.conf. External monitor untested.&lt;br /&gt;
&lt;br /&gt;
== WiFi: Intel 3945/4965AGN ==&lt;br /&gt;
&lt;br /&gt;
With kernel 2.6.24RC3 the driver comes part of the kernel and does not need manual installation. You still have to copy and install the firmware though.&lt;br /&gt;
&lt;br /&gt;
* Driver: [[iwl4965]]&lt;br /&gt;
* Version: 0.0.34&lt;br /&gt;
&lt;br /&gt;
Activate the non-free repositories and install the package ''firmware-iwlwifi'' [http://packages.debian.org/lenny/firmware-iwlwifi]. According to the Debian-Package-Info page, this package is architecture independent. Reboot your computer and the WiFi card should work. The hardware disable switch works without problems.&lt;br /&gt;
&lt;br /&gt;
== WiFi: ThinkPad 11a/b/g Wi-Fi wireless LAN Mini-PCIe US/EMEA/LA/ANZ  (Atheros) ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
== Bluetooth ==&lt;br /&gt;
Bluetooth now works for me (Ccurley), with a Bose AE2w headset, using the A2DP profile.&lt;br /&gt;
&lt;br /&gt;
However, I replaced ALSA with PuleAudio to get it to work. I used the apt-get command line in http://forums.debian.net/viewtopic.php?t=12497 (after excising two package names that no longer exist). I then purged every package with &amp;quot;alsa&amp;quot; in the name.&lt;br /&gt;
&lt;br /&gt;
I fired up vlc, and it played a MP3 file for me immediately. Wow!&lt;br /&gt;
&lt;br /&gt;
I then fired up the PulseAudio volume control, and went to the Configuration tab.&lt;br /&gt;
&lt;br /&gt;
I then turned on the headset. It appeared almost immediately in the configuration tab. I set it to use A2DP instead of the telephony duplex. then to the Playback tab on the PulseAudio volume control, where I selected the headset as the output device. Then I did the same with a Flash video from youtube.&lt;br /&gt;
&lt;br /&gt;
That was it!&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Sensor ==&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Ccurley</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Replacing_your_AC_Adapter_or_AC/DC_Combo_adapter&amp;diff=43738</id>
		<title>Replacing your AC Adapter or AC/DC Combo adapter</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Replacing_your_AC_Adapter_or_AC/DC_Combo_adapter&amp;diff=43738"/>
		<updated>2009-07-28T18:28:11Z</updated>

		<summary type="html">&lt;p&gt;Ccurley: New slim AC/DC adapter replaces older one.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have an R51, which came with an AC adapter, FRU P/N 08K8209. I supplemented that with an AC/DC adapter, FRU P/N 73P4503. so I could use the R51 in the car.&lt;br /&gt;
&lt;br /&gt;
When the AC adapter started to die (cable getting flakey near the plug for the computer), I called Lenovo's 800 number to get another AC/DC adapter. I was told they are not readily available and quoted a high price.&lt;br /&gt;
&lt;br /&gt;
A bit of googling and scrounging on Lenovo's web site revealed that Lenovo offers a newer &amp;quot;slim&amp;quot; AC/DC adapter, FRU P/N 41R0140. This comes for $119 plus local sales tax, much better than the $200 or so the support tech quoted for the AC/DC adapter. It comes with three different interchangeable tips, to provide 20V at 4.5 amps, 19V at 4.74amps, and 16V at 4.5 amps. The latter is appropriate for the R51.&lt;br /&gt;
&lt;br /&gt;
There is a dual charging cable for the adapter, which lets you charge a second device, e.g. a mobile phone. Tips for a number of mobile phones are available.&lt;/div&gt;</summary>
		<author><name>Ccurley</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Known_Problems&amp;diff=43737</id>
		<title>Known Problems</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Known_Problems&amp;diff=43737"/>
		<updated>2009-07-28T18:00:56Z</updated>

		<summary type="html">&lt;p&gt;Ccurley: /* Power Management, AC-adapter or Battery Problems */&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;
Information on known problems with certain ThinkPad models.&lt;br /&gt;
|}&lt;br /&gt;
==Display Problems==&lt;br /&gt;
*[[Problem with unusable console | Console unusable]] &amp;lt;tt&amp;gt;(models with savage video chipset: T2x, A22e)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with Pixel Error | Dead pixels on TFT displays]] &amp;lt;tt&amp;gt;(all models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with DVI throughput | DVI throughput on port replicators and docks]] &amp;lt;tt&amp;gt;(models from 2000-2004)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problems with fglrx | Problems with ATI proprietary fglrx display driver]] &amp;lt;tt&amp;gt;(ATI Radeon models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with garbled screen | Garbled Screen]] &amp;lt;tt&amp;gt;(T40, T41, T42, R32, R40, R50p, R51, A30, A31, A31p)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with broken inverter | Inverter broken]] &amp;lt;tt&amp;gt;(all models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with key and trackpoint markings on the display | Key and Trackpoint markings on display]]&lt;br /&gt;
*[https://bugs.freedesktop.org/show_bug.cgi?id=2187 Radeon 7500 &amp;quot;DynamicClocks&amp;quot; randomly hangs] &amp;lt;tt&amp;gt;(TP T4x, Xorg-X11 bug report)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with red display shadow | Red shadow on display]] &amp;lt;tt&amp;gt;(TP T41p)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with red tinted display | Red tinted display]] &amp;lt;tt&amp;gt;(TP 23)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with black X | Unmovable square black X in X]] &amp;lt;tt&amp;gt;(TP T2x)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with video related system lockup | System Lockups related to video adapter]] &amp;lt;tt&amp;gt;(TP T2x)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with video related system lockup II | System Lockups related to video adapter T42]] &amp;lt;tt&amp;gt;(TP T42, T42p)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with video blanks after lid close and open | Video blanks after closing and opening lid]] &amp;lt;tt&amp;gt;(X41)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with ati driver in xorg 6.9.x | System lockup soon after starting xorg 6.9.x ]] &amp;lt;tt&amp;gt;(TP T4x)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with video output switching | Video output switching]]&lt;br /&gt;
*[[Problem with LCD brightness buttons | Video brightness up keys don't work or cause crashes]]&lt;br /&gt;
&lt;br /&gt;
==Harddisk Drive related Problems==&lt;br /&gt;
*[[Problem with APS harddisk parking|APS harddisk parking]] &amp;lt;tt&amp;gt;(models featuring APS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with too large harddrive|BIOS hangs with harddrive sized over 8G]] &amp;lt;tt&amp;gt;(560)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with hard drive clicking | Clicking Hard Drive]] &amp;lt;tt&amp;gt;(models with Hitachi's 5k80 hard drive)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with non-ThinkPad hard disks|Non-ThinkPad hard disks]] &amp;lt;tt&amp;gt;(T43, X41, R52)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problems with SATA and Linux|SATA and Linux]] &amp;lt;tt&amp;gt;(T43, X41, R52, Z60)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Network Problems==&lt;br /&gt;
*[[Problem with 3Com 10/100 Ethernet card not being recognized|3Com 10/100 Ethernet card not recognized]] &amp;lt;tt&amp;gt;(models with that card)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with unauthorized MiniPCI network card|&amp;quot;Unauthorized&amp;quot; MiniPCI Wireless Network card error (Error 1802)]] &amp;lt;tt&amp;gt;(Recent TPs)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Cisco Aironet Wireless 802.11b]] fails to work with certain firmware versions&lt;br /&gt;
*[[Problem with error 01C9 - More than one Ethernet devices | Error 01C9: More than one Ethernet Devices are found (Atheros WLAN MiniPCI)]] &amp;lt;tt&amp;gt;(T23, T30, A31p, R40 and others)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with e1000: EEPROM Checksum Is Not Valid]] &amp;lt;tt&amp;gt;(T60, X60, may be others)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with e1000: 99.9% packet loss on 7.x drivers]] &amp;lt;tt&amp;gt;(Recent TPs)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with 3945ABG: Internal wifi cannot associate with AP]] &amp;lt;tt&amp;gt;(T60, probably others)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Need to disable V90/V92/56K modem speed]] ([[IBM_Integrated_Bluetooth_III_with_56K_Modem_(BMDC-2)|BMDC-2]] on X40)&lt;br /&gt;
&lt;br /&gt;
==Power Management, AC-adapter or Battery Problems==&lt;br /&gt;
*[[Problem with ThinkPad 600 batteries | 600 series Battery dying prematurely]] &amp;lt;tt&amp;gt;(TP 600/E/X)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Damage in 56W AC-Adapter, plastic housing melted |AC-Adapter damaged, plastic housing melted]] &amp;lt;tt&amp;gt;(240, 390, i and s models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problems with ACPI suspend-to-ram|ACPI suspend-to-ram]] &amp;lt;tt&amp;gt;(ACPI sleep troubles)&amp;lt;/tt&amp;gt;&lt;br /&gt;
**[[Problem with display remaining black after resume|Blank display after resume]] &amp;lt;tt&amp;gt;(various models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
**[[Problem with high power drain in ACPI sleep | High power drain in ACPI sleep]] &amp;lt;tt&amp;gt;(various models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
**[[Problem with LCD backlight remaining on during ACPI sleep | LCD backlight remaining on during ACPI sleep]] &amp;lt;tt&amp;gt;(various models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with fan noise | Fan noise]] &amp;lt;tt&amp;gt;(TP T4x/p, TP R5x/p)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with checking battery status | Checking battery status causes mouse to jerk around]] &amp;lt;tt&amp;gt;(R31)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Battery drains despite seemingly being charged]] &amp;lt;tt&amp;gt;(A/C adapter issues)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with high pitch noises | High pitch noises]] &amp;lt;tt&amp;gt;(several models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with CPU frequency scaling | CPU frequency scaling locks up when on AC power only]] &amp;lt;tt&amp;gt;(several models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with system turning itself on | Immediate restarts from suspend, hibernate, and halt]] &amp;lt;tt&amp;gt;(several models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Replacing your AC Adapter or AC/DC Combo adapter]] &amp;lt;tt&amp;gt;(many models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sound Problems==&lt;br /&gt;
*[[Problem with broken sound on ThinkPad 600 | Broken sound on ThinkPad 600/E]] &amp;lt;tt&amp;gt;(TP 600/E/X, 770Z)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with audio jacks | Audio jacks not working properly]] &amp;lt;tt&amp;gt;(TP T43)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with ALSA audio output | No audio heard with kernel 2.6.11+/ALSA]] &amp;lt;tt&amp;gt;(TP T43, T40)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with audio clipping|Audio clipping]] &amp;lt;tt&amp;gt;(TP T43)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with no sound on ThinkPad R60e | No Sound on ThinkPad R60e and T60]] &amp;lt;tt&amp;gt;(R60e, T60)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc Problems==&lt;br /&gt;
*[[System randomly freezes and requires hard reset]] &amp;lt;tt&amp;gt;(X61s and all newer systems including X,T,R,Z series)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with Bending / Twisting|Casing malformed by bending/twising]] &amp;lt;tt&amp;gt;(X41)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with failing memory slot]] &amp;lt;tt&amp;gt;(T30, and some T2x models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with Dock USB Ports | Dock USB Ports]] &amp;lt;tt&amp;gt;(T30/X21)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[High-pitch noise from AC-Adapter]] &amp;lt;tt&amp;gt;(T60/p)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with lm-sensors | lm_sensors kills ThinkPads]] &amp;lt;tt&amp;gt;(TP 570E, 770X/Z, 600E/X, 240, X20)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with USB 2.0 | USB 2.0 problems]] &amp;lt;tt&amp;gt;(T40/T41/X40)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Embedded Controller Firmware#Firmware_issues|Firmware issues]]&lt;br /&gt;
*[[Problem with hot surfaces|Problem with hot surfaces]] &amp;lt;tt&amp;gt;(T43)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Problem with disabled VT]] &amp;lt;tt&amp;gt;(Z61t, X60, X60s)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[Unable to create recovery cds when another python is installed on the system]] &amp;lt;tt&amp;gt;(T43p)&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ccurley</name></author>
		
	</entry>
</feed>