Skip to content

Instantly share code, notes, and snippets.

@h4n2k
Last active September 23, 2023 09:51
Show Gist options
  • Save h4n2k/b62abdedddf2b06023b44457e47a28f4 to your computer and use it in GitHub Desktop.
Save h4n2k/b62abdedddf2b06023b44457e47a28f4 to your computer and use it in GitHub Desktop.
Arch linux - Keychron K8 Pro Failed to open the device when usevia.app
# open the VIA website
https://usevia.app
#if use brave check on
brave://device-log/
# should show error like
Failed to open '/dev/hidraw4': FILE_ERROR_ACCESS_DENIED
# check
ls -l /dev/hidraw4
sudo chmod a+rw /dev/hidraw4
# use the VIA website
https://usevia.app
# restore
sudo chmod 600 /dev/hidraw4
@h4n2k
Copy link
Author

h4n2k commented Sep 23, 2023

@h4n2k
Copy link
Author

h4n2k commented Sep 23, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment