Hi guy,
Thanks for the reply. I could not find any errors or warnings with the process in the forum you suggested. Well, after following some steps, I get
linux-8z8e:/home/ednilton # iasl -tc dsdt.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20081031 [Dec 3 2008]
Copyright (C) 2000 - 2008 Intel Corporation
Supports ACPI Specification Revision 3.0a
ASL Input: dsdt.dsl - 6153 lines, 204593 bytes, 2501 keywords
AML Output: dsdt.aml - 21745 bytes, 652 named objects, 1849 executable opcodes
Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 42 Optimizations
linux-8z8e:/home/ednilton #
But my dmesg show some acpi erros:
'linux-8z8e:/home/ednilton # dmesg | grep -2i acpi | grep Error
ACPI Error (psargs-0358): [CDW1] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0._OSC] (Node ffff88013fb067b0), AE_NOT_FOUND
ACPI Error (psargs-0358): [CDW1] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0._OSC] (Node ffff88013fb067b0), AE_NOT_FOUND
ACPI Error (psargs-0358): [BRTW] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0.GFX0.DD03._BCM] (Node ffff88013fb1d710), AE_NOT_FOUND
ACPI Error (psargs-0358): [BRTW] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0.GFX0.DD03._BCM] (Node ffff88013fb1d710), AE_NOT_FOUND
ACPI Error (psargs-0358): [BRTW] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0.GFX0.DD03._BCM] (Node ffff88013fb1d710), AE_NOT_FOUND
ACPI Error (psargs-0358): [BRTW] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0.GFX0.DD03._BCM] (Node ffff88013fb1d710), AE_NOT_FOUND
ACPI Error (psargs-0358): [BRTW] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0530): Method parse/execution failed \_SB_.PCI0.GFX0.DD03._BCM] (Node ffff88013fb1d710), AE_NOT_FOUND
linux-8z8e:/home/ednilton #
Well, I realized that when using almost 100% of the CPU my laptop it gets the fan in the maximum speed, as I can deduce from the fan noise. But there still the question why the fan speed changes as I run “acpi -t”, mainly when my system starts with fan spinning fast?
If it helps, my laptop is Semp Toshiba IS 1454. I think this kind of laptop is only made in Brazil (Believe me, most things made here are the worst!). It is no good for using with openSUSE 11.1, and probably with any other Linux distribution.
So, still hoping for some help.
Bye.