Difference between revisions of "Thinkpad"

From FreekiWiki
Jump to navigation Jump to search
Line 22: Line 22:
 
though i have only read about this. One could pass the <pre>experimental=1</pre> argument on the boot line for the kernel, if the module is--and which happens to be--built-in. though i don't have the syntax for such thing in my head right now... tsk tsk tsk.
 
though i have only read about this. One could pass the <pre>experimental=1</pre> argument on the boot line for the kernel, if the module is--and which happens to be--built-in. though i don't have the syntax for such thing in my head right now... tsk tsk tsk.
  
==external links==
+
;external links
 
ibm_acpi sourceforge project: http://ibm-acpi.sourceforge.net<br>  
 
ibm_acpi sourceforge project: http://ibm-acpi.sourceforge.net<br>  
 
ibm_acpi readme: http://ibm-acpi.sourceforge.net/README<br>
 
ibm_acpi readme: http://ibm-acpi.sourceforge.net/README<br>

Revision as of 17:58, 10 February 2007

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

simple, on normal systems where one can compile their own kernel, this is easy. Just compile ibm_acpi as a module. Then

echo "ibm_acpi experimental=1" >> /etc/modules

after the system boots, there will be extra stuff in /proc/acpi/ibm. We are mainly looking at the embedded controller register dump (ecdump)file located in that directory tree. this file is somewhat of a live hex register that allows you to control some things that bios usually has control over. So many thanks to the uberness off some backwards kids we have the hex number 0x2f which is the value for the fan controls. so when one types:

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

we are telling the fan (0x2f) to operate at it's maximum capabilities. (0x07 is for max speed)..

though i have only read about this. One could pass the

experimental=1

argument on the boot line for the kernel, if the module is--and which happens to be--built-in. though i don't have the syntax for such thing in my head right now... tsk tsk tsk.

external links

ibm_acpi sourceforge project: http://ibm-acpi.sourceforge.net
ibm_acpi readme: http://ibm-acpi.sourceforge.net/README
fan control scripts: http://www.thinkwiki.org/wiki/ACPI_fan_control_script
a wiki about thinkpads: http://www.thinkwiki.org