Giter Site home page Giter Site logo

acer_5750g_fan_maximiser's Introduction

Acer 5750G Fan Maximiser

==========================

Max out Acer 5750G (and other models) Fan Speed.

WARNING: this is software that writes (magic) values to unknown ports on your laptop. This can easily cause BRICKING of your device.

Use at your own risk and be sure to check the laptop model! You may want to inspect the source code also.

I have only tested this software on my Acer 5750G laptop.

Other users reported it working on:

  • Acer V3-571G
  • 5741G
  • 5742G
  • 5755G

You have been warned.

This repository contains source code that maximises fan speed on the Acer 5750G (and possibly similar models). It writes one of two magic values (0x77 and 0x76) to port 0x68. The first value value (0x77) makes the fan spin at maximum speed, the other value makes it return to normal (BIOS/ACPI-operated maybe?) mode.

The magic values, port numbers and read/write sequences were obtained by reverse engineering FanController.exe provided by Acer for Windows OEM: http://community.acer.com/t5/Notebooks-Netbooks/Fan-Control-Problems-With-5750G-And-similar-machines/m-p/199637/highlight/true#M33756

Files and description:

  • acer_5750G_fan_controller.pl: perl script that does the magic. Can be invoked with perl acer_5750G_fan_controller.pl MAX or perl acer_5750G_fan_controller.pl NORMAL. Permission to access /dev/ports is required.
  • FanController-clone.cpp: An application that does the same thing. Written in Visual C++ 2012. This essentially does the same ioctls as FanController.exe. I first wrote this to test that the order in which ports were written to / read from was correct. If using Windows, it is higly recommended you use Acer's original app. I have included this file just in case somebody might be interested in what driver and what ioctls FanController.exe uses.

For details about how this project came to be as well as how the values were obtained from FanController.exe and eblib.dll, go to http://neduard.wikidot.com/acer-fancontroller-linux.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.