LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   MSI 865 MEGA fan trouble... (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/msi-865-mega-fan-trouble-403175/)

-=TRA=- 01-13-2006 11:44 PM

MSI 865 MEGA fan trouble...
 
I have an MSI 865 Mega; It's a "living room" computer, and the only computer my wife would accept (since it looks more or less like a stereo) by the TV.

When I used Windows, it was noicefree - even on boot the first time without any drivers.

On Linux, the FAN is on "critical" mode - ALLWAYS...

I have lm_sensors - but I can't make it "allright"... Any suggestions?

Thanks.

Quote:

Last login: Sat Jan 14 06:22:13 2006 from gw2.tonyrene.no
[tra@80 ~]$ cd /proc/acpi/thermal_zone/THRM/
[tra@80 THRM]$ cat cooling_mode
<setting not supported>
cooling mode: critical
[tra@80 THRM]$ cat temperature
temperature: 34 C
[tra@80 THRM]$ cat state
state: ok
[tra@80 THRM]$ sensors
tda9887-i2c-1-43
Adapter: cx88[0]

MT2050-i2c-1-61
Adapter: cx88[0]

cwwilson721 01-15-2006 11:24 AM

Try adding this to rc.local:
Code:

                # Set the trip point temperatures (in Celsius)
                echo -n "100:0:90:80:58" > /proc/acpi/thermal_zone/THRM/trip_points
           
                # Activate the temperature control system of the kernel
                echo -n "30" > /proc/acpi/thermal_zone/THRM/polling_frequency
           
                # Turn off the fan
                echo -n "3" > /proc/acpi/fan/FAN0/state

Works for me, not sure about yours and the way your kernel/ACPI is setup.

mzilhao 06-21-2006 10:08 AM

i had that very same problem.
solved it by downgrading the BIOS version to version 1.1...


All times are GMT -5. The time now is 01:09 PM.