Computer: Dell XPS 8700 Intel core i7-4770 CPU @ 3.4GHz x 8 64Bit 12GB RAM
Graphics: GEForce GTX 750 Ti
Operating System: Ubuntu 16.04.3
Simulator: X-Plane 11.11
I cannot get XPlane11 to find the CH Pro Pedals as User. I've tried creating the following udev rules file in /etc/udev/rules.d with no success:
# "CH PRODUCTS CH PRO PEDALS USB "
SUBSYSTEM=="input", ENV{ID_VENDOR_ID}=="068e", ENV{ID_MODEL_ID}=="00f2", ENV{ID_INPUT_ACCELEROMETER}="0"
KERNEL=="event*", ENV{ID_VENDOR_ID}=="068e", ENV{ID_MODEL_ID}=="00f2", ENV{ID_INPUT_JOYSTICK}="1"
The simulator finds pedals as super user, implying I have an object ownership issue. But, I've run sudo chown -R on the X-Plane 11 directory without fixing the issue. What else should I check the ownership on?