Skip to content

Instantly share code, notes, and snippets.

@Y-LyN-10
Last active November 23, 2019 08:04
Show Gist options
  • Save Y-LyN-10/03e61c30df58bf9fee6860fe69092e56 to your computer and use it in GitHub Desktop.
Save Y-LyN-10/03e61c30df58bf9fee6860fe69092e56 to your computer and use it in GitHub Desktop.
DAS Keyboard 5Q Firmware Installation on Arch Linux
This is a draft. Improvements are welcome.
$ systemctl | grep das # check if previous firmware is running and stop/disable it
das_keyboard_q-service.service
$ sudo systemctl stop das_keyboard_q-service.service 
$ sudo systemctl disable das_keyboard_q-service.service 
# Download the latest .deb package from the official website, then 
$ debtap -U das-keyboard-q_3.2.6.deb # give package name: daskeyboard-q 
$ sudo tar -xvf das-keyboard-q-3.2.6-1-x86_64.pkg.tar.xz -C /
$ sudo systemctl daemon-reload 
$ sudo systemctl start das_keyboard_q-service.service
$ sudo systemctl enable das_keyboard_q-service.service
$ das-keyboard-q # opens the latest version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment