News
- 12/05/2008
Version 0.1 released. Changed a little bit of code. For users "view", nothing changed. Compiled and tested on 2.6.27.4 kernel. - 10/27/2008
First version released. This is a Alpha version, compiled and tested on 2.6.26.2 kernel.
About
Aspire300x is a Linux kernel module that provide backlight and other controls for Acer Aspire 3000 series laptop's.
On Windows®, functions such as get the touchpad and wireless status can be accessed from Acer e-manager tool, that unfortunately, is not avaliable at Linux in this model. Current features of aspire300x are:
- Control the LCD brightness from software
- Get the touchpad status (enable/disable)
- Get the wireless card status (enable/disable)
License
aspire300x is licensed under the GNU General Public License, version 2. For more information, visit GNU's site: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
Download
To download the latest version of aspire300x, Click here.
How to install
To install:
$ tar -xvjf aspire300x-0.1.tar.bz2 $ cd aspire300x-0.1 $ make $ make install
To load module:
$ modprobe aspire300x
How to use
After installed and loaded aspire300x will create a proc interface for touchpad and wireless control, and a sys interface for LCD brightness control.
$ ls /proc/driver/aspire300x/ touchpad wireless $ $ cat /proc/driver/aspire300x/touchpad 1 $ cat /proc/driver/aspire300x/wireless 0 $
- 0 = Disable / 1 = Enable
- Brightness can be controlled directly from /sys/class/backlight/acpi_video0/ or with tools like kpowersave
Support
aspire300x was written and is maintened by:
- Renê de Souza Pinto
Email - rene@grad.icmc.usp.br
Personal website- http://renesp.com.br
Feedback
Feedbacks from users are realy important. This is a alpha version written through a reverse engineering proccess of PC97551 embedded controller (EC), present in my Acer Aspire 3003LCi. Aspire300x can work on models that have this EC (maybe). If you are running on other models, let me know about it.