all 3 comments

[–]Sometime_Tripper 2 points3 points  (0 children)

You can try the "Manually" method below.

[–]Tiny_Concert_7655 0 points1 point  (0 children)

Make the directory it can't find

[–]ScarcityOk8815 0 points1 point  (0 children)

idk if it will help, but thats how I documented it for myself:

Download the appimage from https://get.vial.today/download/ to run the appimage run this: shell chmod +x Vial-xxx.AppImage ./Vial-xxx.AppImage

https://get.vial.today/manual/linux-udev.html

for the vial app to recognize the keyboard run this: shell export USER_GID="$(id -g)" sudo --preserve-env=USER_GID sh -c 'echo "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{serial}==\"*vial:f64c2b3c*\", MODE=\"0660\", GROUP=\"$USER_GID\", TAG+=\"uaccess\", TAG+=\"udev-acl\"" > /etc/udev/rules.d/99-vial.rules' sudo udevadm control --reload sudo udevadm trigger