Fan Control

Discussion in 'Linux' started by superpp, Jan 16, 2009.

  1. superpp

    superpp

    Joined:
    Oct 9, 2008
    Messages:
    49
    Likes Received:
    0
    superpp, Jan 16, 2009
    #1
  2. superpp

    dangeracer

    Joined:
    Mar 18, 2009
    Messages:
    1
    Likes Received:
    0
    am interested in this too, have tried a few times and can't seem to get it working!?

    even running the script doesn't seem to cut it, and I get no obvious errors either!

    anyone got this working?
     
    dangeracer, Mar 20, 2009
    #2
  3. superpp

    itres

    Joined:
    Dec 31, 2008
    Messages:
    100
    Likes Received:
    0
    itres, Mar 23, 2009
    #3
  4. superpp

    superpp

    Joined:
    Oct 9, 2008
    Messages:
    49
    Likes Received:
    0
    superpp, Apr 1, 2009
    #4
  5. superpp

    superpp

    Joined:
    Oct 9, 2008
    Messages:
    49
    Likes Received:
    0
    OK I followed the ubuntu guide (above), tweaked for mandriva and latest version....

    Start a terminal session, type su and enter root password:
    Then do these steps:

    wget http://www.piie.net/files/acerhdf_kmod-0.4.0.tar.gz
    tar zxvf acerhdf_kmod-0.4.0.tar.gz
    cd acerhdf_kmod
    make
    make install


    Now load the kernel module using

    modprobe acerhdf

    To make sure it loads at boot time add acerhdf to /etc/modprob.preload

    eg
    # /etc/modprobe.preload: kernel modules to load at boot time.
    #
    # This file should contain the names of kernel modules that are
    # to be loaded at boot time, one per line. Comments begin with
    # a `#', and everything on the line after them are ignored.
    # this file is for module-init-tools (kernel 2.5 and above) ONLY
    # for old kernel use /etc/modules
    acerhdf
    nvram
    intel_agp
    evdev

    it should control the fan, loaded at boot

    worked for me, but I'm no linux expert so use at your own risk
     
    superpp, Apr 2, 2009
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.