Difference between revisions of "Thinkpad"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
==general information==
 
==general information==
  
Thinkpad related resources [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-4YRRG6]
+
Thinkpad related resources  
<br>Useful things for linux:[http://www.thinkwiki.org/wiki/Drivers]
+
[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-4YRRG6 ThinkPad Troubleshooting by topic]
 +
<br>[http://www.thinkwiki.org/wiki/Drivers Linux Driver Matrix for ThinkPads]
  
  
Line 30: Line 31:
 
http://www.thinkwiki.org<br>
 
http://www.thinkwiki.org<br>
 
http://ibm-acpi.sourceforge.net (there is a useful chart with a bunch of ibm information and what ibm_acpi is known to support)
 
http://ibm-acpi.sourceforge.net (there is a useful chart with a bunch of ibm information and what ibm_acpi is known to support)
[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-4YRRG6ThinkPad Troubleshooting by topic]
 

Revision as of 13:37, 5 March 2010

general information

Thinkpad related resources ThinkPad Troubleshooting by topic
Linux Driver Matrix for ThinkPads


Models

Thinkpad 600

isa sound issues
modprobe cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5 synthirq=-1 synthio=-1

Thinkpad 600e

isa sound issues
modprobe cs4232 io=0x530 dma=1 dma2=0 irq=5

Thinnkpad T20/T21

fan issues

YAY FIXED!

SIMPLE

append:

 acpi=force

to the grub boot options.

then:

echo 0x2f 0x07 > /proc/acpi/ibm/ecdump


typing that command and redirecting that output to the embedded control dump (ecdump) file will turn that fan on at it's maximum speed.

Notes

this simple script found here:http://www.thinkwiki.org/wiki/ACPI_fan_control_script and take care of any unnecessary end-user interaction with the fan control. other useful information can be found their as well, about controlling the fan.

links

http://www.thinkwiki.org
http://ibm-acpi.sourceforge.net (there is a useful chart with a bunch of ibm information and what ibm_acpi is known to support)