Difference between revisions of "Thinkpad"

From FreekiWiki
Jump to navigation Jump to search
Line 25: Line 25:
 
typing that command and redirecting that output to the embedded control dump (ecdump) file will turn that fan on at it's maximum speed.<br><br>
 
typing that command and redirecting that output to the embedded control dump (ecdump) file will turn that fan on at it's maximum speed.<br><br>
 
;Notes
 
;Notes
this simple script found here:http://www.thinkwiki.org/wiki/ACPI_fan_control_script#Variable_speed_control_scripts 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.
+
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
 
;links
 
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)

Revision as of 16:49, 14 February 2007

general information

useful things for linux:
http://www.thinkwiki.org/wiki/Drivers

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)