Last active
September 23, 2023 09:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bbs.archlinux.org/viewtopic.php?id=285709