After a few more months of contemplation and some helpful suggestions from Ed Nisley (you can check out his blog here), I have discovered a viable way to automate running the userspace driver for my keyboard when it is plugged in. I've already had to tangle with udev once during this project, so it came… Continue reading Kinesis Freestyle 2 and Linux, Part 4: Automation
Tag: Udev rules
Kinesis Freestyle 2 and Linux, Part 3: Permissions
In the last post in this series, I complained that the userspace driver needed to run as root in order to open the device files. It turns out that this is relatively easy to fix using Udev rules. Udev is the device management subsystem of many modern Linux distributions. All Debian-derived, Fedora-derived, and Arch-derived distros… Continue reading Kinesis Freestyle 2 and Linux, Part 3: Permissions