I've been running X-Plane 11/12 on ubuntu with no issues at all. It runs great!
But after switching to ubuntu 22.10 my rudder pedals no longer work, but the yoke does.
I have the Saitek setup.
Researching it I find the below permissions on the joystick devices.
When plugged in, both js0 and js1 show up just fine as usb devices, and the ubuntu joystick app sees them as well.
Both X-Plane 11 and 12 do not access the rudder pedals. Even with only the rudder pedels plugged in.
I backed down to ubuntu 22.04 and they now work fine again.
For the Yoke ONLY:
Code:
lisa@lisa-Legion-Y545-PG0:~$ getfacl /dev/input/js0
getfacl: Removing leading '/' from absolute path names
# file: dev/input/js0
# owner: roo
# group: input
user::rw-
user:lisa:rw-
group::rw-
mask::rw-
other::r--
For the Pedals ONLY:
Code:
lisa@lisa-Legion-Y545-PG0:~$ getfacl /dev/input/js0
getfacl: Removing leading '/' from absolute path names
# file: dev/input/js0
# owner: root
# group: input
user::rw-
group::rw-
other::r--