Ensure libevdev-dev
and libudev-dev
are installed:
sudo apt-get update && sudo apt-get install libevdev-dev systemd-dev
sudo dnf install libevdev-devel
# Install yay or another AUR helper first.
# Install libudev0 from AUR
yay -S libudev0
sudo pacman -S libevdev
Under construction!
Sometimes, the driver may not see the device because it lacks bundled udev
rules.
The problem is, there are so-o-o many device manufacturers and lineups, and each has
different device/manufacturer IDs, so it's usually simpler to run the binary as root
(with sudo
).
Grab the binary here