Hello, I am attaching udev rules for the SpaceNavigator family of devices. They work fine with Linux, just need these permissions set and symlinks created. Regards, Jan
# udev rules for 3DConnexion SpaceNavigator # convenience symlinks for the known devices KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c603", SYMLINK+="input/spacemouse" KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c623", SYMLINK+="input/spacetraveler" KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c626", SYMLINK+="input/spacenavigator"
# udev rules for 3DConnexion SpaceNavigator SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c603", ENV{ACL_MANAGE}="1" SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c623", ENV{ACL_MANAGE}="1" SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c626", ENV{ACL_MANAGE}="1"
Attachment:
signature.asc
Description: This is a digitally signed message part.