Results 1 to 9 of 9

Thread: Fan Control with Acer Aspire S3

  1. #1
    Join Date
    Dec 2013
    Beans
    6

    Fan Control with Acer Aspire S3

    Hi,

    I have Ubuntu 13.10 installed on my Acer Aspire S3 laptop. Apart from the brightness function keys not working initially (which I have now resolved), I have a problem with the fan running virtually constantly, making my laptop rather noisy. I had a similar problem when running Windows (although the problem was not quite as severe) but managed to resolve it by running a small app that someone had shared on a forum.

    I've tried following multiple threads on here and other websites, using fancontrol, but I also get held up by the same problem when trying to use pwmconfig - "There are no pwm-capable sensor modules installed."

    Does anyone have any suggestions on how to control the fan speed? I've been monitoring the cpu load and temperatures and they're both reasonably low, so there should be no reason for the fan being on full all of the time.


    Thanks.

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Fan Control with Acer Aspire S3

    Hello and welcome to the forums.

    Have you tried the acerhdf kernel module to control the fan? See: http://ubuntuforums.org/showthread.php?t=1998011.

    Or possibly a bios update?

  3. #3
    Join Date
    Dec 2013
    Beans
    6

    Re: Fan Control with Acer Aspire S3

    Thanks for your reply and for the welcome!

    I have already updated the bios, it was my first step when trying to solve this fan issue - no major improvement, unfortunately.

    I have tried the acerhdf module, and get the following error message logged: "unknown (unsupported) BIOS version Acer/Aspire S3-391/V2.17".

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Fan Control with Acer Aspire S3

    Quote Originally Posted by jmahoney1272 View Post
    I have tried the acerhdf module, and get the following error message logged: "unknown (unsupported) BIOS version Acer/Aspire S3-391/V2.17".
    Just looking through the source code and yes, your system is not supported. There is a way to bypass the bios check and test the module, but before we think about doing that (always risky), what kernel parameters are you currently booting with:
    Code:
    cat /proc/cmdline
    ...and would it be possible to get a look at your dmesg log file?
    Code:
    pastebinit /var/log/dmesg
    ...and post back the link that is generated.

    EDIT: And there is also this, acers3fand, a set of scripts to control the S3 fan. From the website:
    acers3fand is a script which controls your Acer Aspire S3 Ultrabook
    fan speed by cpu temperature. It is designed to work with Intel Core i5 CPU
    but might work with other cpus as well.
    Last edited by Toz; December 10th, 2013 at 02:55 PM.

  5. #5
    Join Date
    Dec 2013
    Beans
    6

    Re: Fan Control with Acer Aspire S3

    My current kernel parameters are:

    BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic root=UUID=4ad42862-aaa7-4720-a8c2-7e12d4a10070 ro quiet splash acpi_osi=Linux vt.handoff=7

    Dmesg: http://paste.ubuntu.com/6551386/

    I've just tried acers3fand and it doesn't support the bios version either, unfortunately.

  6. #6
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Fan Control with Acer Aspire S3

    Quote Originally Posted by jmahoney1272 View Post
    Some interesting acpi errors there. Are you having any difficulties with power adapter/battery recognition?
    Does your system come with just one video card or does it have some sort of switchable/discreet combination? This command should help:
    Code:
    lspci -k | grep -iA2 VGA
    My current kernel parameters are:

    BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic root=UUID=4ad42862-aaa7-4720-a8c2-7e12d4a10070 ro quiet splash acpi_osi=Linux vt.handoff=7
    Your dmesg log file shows that you are also using acpi_backlight=vendor. I'll assume its active.
    Out of curiosity, can you try the acpi_osi="!Windows 2012" kernel parameter? This one is a little tricky to setup properly. The relevant lines in your /etc/default/grub file should look like:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet rw"
    GRUB_CMDLINE_LINUX="acpi_osi=\"!Windows 2012\" acpi_backlight=vendor"
    ...and remember to run "sudo update-grub" to commit the changes. On reboot, post back your dmesg file again and check whether there is any difference with fan management. Also double-check your backlight controls.

    I've just tried acers3fand and it doesn't support the bios version either, unfortunately.
    You might want to consider contacting the developer to see if they can add support for your bios version.

  7. #7
    Join Date
    Dec 2013
    Beans
    6

    Re: Fan Control with Acer Aspire S3

    Quote Originally Posted by Toz View Post
    Some interesting acpi errors there. Are you having any difficulties with power adapter/battery recognition?
    No, I don't seem to be having any obvious issues with either.


    Quote Originally Posted by Toz View Post
    Does your system come with just one video card or does it have some sort of switchable/discreet combination?
    Just the one video card:
    "VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) Subsystem: Acer Incorporated [ALI] Device 073a
    Kernel driver in use: i915"


    Quote Originally Posted by Toz View Post
    On reboot, post back your dmesg file again and check whether there is any difference with fan management. Also double-check your backlight controls.
    http://paste.ubuntu.com/6551574/

    Also, my backlight FN keys are still working fine.

    Quote Originally Posted by Toz View Post
    You might want to consider contacting the developer to see if they can add support for your bios version.
    Just posted a message to them, will let you know if I get a response.

  8. #8
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Fan Control with Acer Aspire S3

    Any difference with fan speed using the acpi_osi="!Windows 2012" kernel parameter?

  9. #9
    Join Date
    Dec 2013
    Beans
    6

    Re: Fan Control with Acer Aspire S3

    It's still running constantly, the fan speed may have reduced a little, still relatively noisy though.

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
  •