OSHW-DEIMOS/SOFTWARE/A64-TERES/TERES-KBD-RELEASE/upgrade
2018-06-23 17:38:48 -07:00
..
old Updated to release 2017-12-18 15:13:16 +02:00
change.log Updated to release 2017-12-18 15:13:16 +02:00
firmware.tar.gz Updated to release 2017-12-18 15:13:16 +02:00
README.md Fix formatting 2018-06-23 17:38:48 -07:00

Touchpad & button firmware update

  1. Download and extract the tgz archive:
tar -xvf firmware.tar.gz
  1. Navigate into the newly created folder where the archive was extracted:
cd firmware/
  1. Perform an update:
sudo ./update #standard firmware

or

sudo ./update-notap #firmware with taps disabled
  1. Follow the onscreen prompts:
  • Enter the superuser password
  • Press Fn+TuXkey+escape simultaneously to begin the update

The firmware should now be updated!

To get Fn+F1 suspend mode working with older releases

  1. Run the following command:
echo "KEYBOARD_KEY_70071=suspend" | sudo tee -a /etc/udev/hwdb.d/teres_kbd.hwdb
  1. Map a keyboard shortcut (System -> Preferences -> Hardware -> Keyboard Shortcuts -> Add)
  • Name: Suspend
  • Command: systemctl suspend
  • Key binding: Fn+F1
  1. Reboot:
sudo shutdown -r now