Results 1 to 8 of 8

Thread: Aspire 7720G Fan not working

  1. #1
    Join Date
    Oct 2009
    Beans
    12

    Aspire 7720G Fan not working

    Hi all! I have a problem with the new ubuntu lucid lynx..the fan of my laptop ( Acer Aspire 7720G ) isn't working. There's a way to fix this?

    thank you in advance for the help

  2. #2
    Join Date
    Jul 2010
    Location
    Surrey, UK
    Beans
    Hidden!

    Smile Re: Aspire 7720G Fan not working

    Hey!!!

    Try this code. It tests the fan voltage controls and let's you know what's what:

    Code:
    sudo pwmconfig
    Processor: Intel Atom N270 @ 1.6GHz. RAM: 1GB DDR2 @ 667MHz. HDD: 160GB @ 5,400rpm. Wifi: Atheros b/g/n @ 2.4GHz. Display: 1240x600 @ 60Hz. GPU: Intel 945GME. Performance: Flawless.

  3. #3
    Join Date
    Oct 2009
    Beans
    12

    Re: Aspire 7720G Fan not working

    Quote Originally Posted by PresenceofMind View Post
    Hey!!!

    Try this code. It tests the fan voltage controls and let's you know what's what:

    Code:
    sudo pwmconfig
    hi, I did it and my result is

    Code:
     
    # pwmconfig revision 5770 (2009-09-16)
    This program will search your sensors for pulse width modulation (pwm)
    controls, and test each one to see if it controls a fan on
    your motherboard. Note that many motherboards do not have pwm
    circuitry installed, even if your sensor chip supports pwm.
    
    We will attempt to briefly stop each fan using the pwm controls.
    The program will attempt to restore each fan to full speed
    after testing. However, it is ** very important ** that you
    physically verify that the fans have been to full speed
    after the program has completed.
    
    /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
    I think it isn't a good result ahah xD
    thank you for the help

  4. #4
    Join Date
    Jul 2010
    Location
    Surrey, UK
    Beans
    Hidden!

    Red face Re: Aspire 7720G Fan not working

    Quote Originally Posted by crova View Post
    hi, I did it and my result is

    Code:
     
    # pwmconfig revision 5770 (2009-09-16)
    This program will search your sensors for pulse width modulation (pwm)
    controls, and test each one to see if it controls a fan on
    your motherboard. Note that many motherboards do not have pwm
    circuitry installed, even if your sensor chip supports pwm.
    
    We will attempt to briefly stop each fan using the pwm controls.
    The program will attempt to restore each fan to full speed
    after testing. However, it is ** very important ** that you
    physically verify that the fans have been to full speed
    after the program has completed.
    
    /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
    I think it isn't a good result ahah xD
    thank you for the help
    Aww man!!!! No problem

    I've posted a new thread asking for any method by which you can test and access the fan controls via a Terminal or a program...hope I get some answers there...
    Processor: Intel Atom N270 @ 1.6GHz. RAM: 1GB DDR2 @ 667MHz. HDD: 160GB @ 5,400rpm. Wifi: Atheros b/g/n @ 2.4GHz. Display: 1240x600 @ 60Hz. GPU: Intel 945GME. Performance: Flawless.

  5. #5
    Join Date
    Oct 2009
    Beans
    12

    Re: Aspire 7720G Fan not working

    ah..I want to add that I have Ubuntu 64 bit ..any other hint? ;_;

  6. #6
    Join Date
    Jul 2010
    Location
    Surrey, UK
    Beans
    Hidden!

    Smile Re: Aspire 7720G Fan not working

    Quote Originally Posted by crova View Post
    ah..I want to add that I have Ubuntu 64 bit ..any other hint? ;_;
    What's the problem?.... You have a fan issue too?
    Processor: Intel Atom N270 @ 1.6GHz. RAM: 1GB DDR2 @ 667MHz. HDD: 160GB @ 5,400rpm. Wifi: Atheros b/g/n @ 2.4GHz. Display: 1240x600 @ 60Hz. GPU: Intel 945GME. Performance: Flawless.

  7. #7
    Join Date
    Jul 2010
    Location
    Surrey, UK
    Beans
    Hidden!

    Smile Re: Aspire 7720G Fan not working

    Ok....try this. Log in to a terminal and:

    Code:
    cd /proc/acpi/thermal_zone/
    I think you will find a single directory in there. Change into that directory by typing:

    Code:
    cd <directory_name>
    Replace <directory_name> with the name of the actual directory.

    then enter:

    Code:
    cat cooling_mode
    Tell me what you see.
    Processor: Intel Atom N270 @ 1.6GHz. RAM: 1GB DDR2 @ 667MHz. HDD: 160GB @ 5,400rpm. Wifi: Atheros b/g/n @ 2.4GHz. Display: 1240x600 @ 60Hz. GPU: Intel 945GME. Performance: Flawless.

  8. #8
    Join Date
    Aug 2010
    Beans
    1

    Re: Aspire 7720G Fan not working

    samibe@ubuntu:/proc/acpi/thermal_zone/TZ01$ cat cooling_mode
    <setting not supported>
    Last edited by samibe; August 7th, 2010 at 08:01 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •