-
Notifications
You must be signed in to change notification settings - Fork 10
How to add support for a new model
nbigaouette edited this page Oct 16, 2010
·
3 revisions
If you want support for newer model, please do the following. Note that a command starting with "#" means it should be run as root, and starting with "$" means run as normal user.
I'm quite short on time, but putting all this on GitHub's issue page will allow me to keep track of wanted model. Don't send me an email: they will be forgotten after a single day ;)
- Open an issue on the issue page: I can track which model needs support.
- Take a high resolution (or find one) of the keyboard and post it on the issue page you opened.
- Post the output of the following command:
# dmidecode -s system-product-name
- Do the "Part 1: Mininum thing to do" steps
- For each key combination of your keyboard, post, on the issue page, the output of:
$ acpi_listen
and what key combination generated every event. For example, on my 1000 I would post: Fn+F10: hotkey ASUS010:00 00000013 00000000 When I press "Fn+F10", acpi_listen reports "hotkey ASUS010:00 00000013 00000000".
- Do the "Part 1: Mininum thing to do" steps
- Find a similar model that is already supported;
- Copy it's configuration file, located in /etc/acpi/eeepc/models/ to a new file with the model name changed;
- Try every key and note which ones don't work;
- For every key that does not work, run:
$ acpi_listen
and paste the output of each key push and the acpi_listen's output on the issue page you opened.