TM T.flight-rudder not detected, how to manually add it ?

Questions about Wine on Linux
Locked
megsoconnor
Newbie
Newbie
Posts: 1
Joined: Sat Sep 14, 2024 3:25 am

TM T.flight-rudder not detected, how to manually add it ?

Post by megsoconnor »

Screenshot_20240914_101912.png
Hi,

i'am under linux Kubuntu 6.8.0-44, i have three materials, hotas warthog (joy+throttle) + T.flight rudder pedals. the last one is detected and perfectly used in linux system by system joystick configuration, all of these are /dev/input/js(0,1,2), the rudders are 2. the hotas ones are detected from Dinput of "wine control" , there is nothing into tab xinput. The rudder use flight switch position onto RJ12/USB connector.

I followed the tuto to play starcitizen or ubisoft games on linux with wine (9.x) and Lutris. it work well, i have better result than Windows. the hotas's work perfectly. but not the rudder who is not detected/usable from wine.

Is there any chance i could use the rudder from linux system with manually modifications? or i forgive it because of the axis and buttons limitation ?

thanks to help me passing thought this case.
megsoconnor
Newbie
Newbie
Posts: 1
Joined: Sat Sep 14, 2024 3:25 am

Re: TM T.flight-rudder not detected, how to manually add it ?

Post by megsoconnor »

Hi, after some tries, there is new facts:
- the rudder is in the wine control when i start the command in root...
- The rudder not appear in wine control if i star in user account..
lrwxrwxrwx 1 root root 9 sept. 14 15:54 usb-Thrustmaster_Throttle_-_HOTAS_Warthog-event-joystick -> ../event5
lrwxrwxrwx 1 root root 6 sept. 14 15:54 usb-Thrustmaster_Throttle_-_HOTAS_Warthog-joystick -> ../js0
lrwxrwxrwx 1 root root 9 sept. 14 15:54 usb-Thrustmaster_T-Rudder-event-if00 -> ../event7
lrwxrwxrwx 1 root root 9 sept. 14 15:54 usb-Thustmaster_Joystick_-_HOTAS_Warthog-event-joystick -> ../event6
lrwxrwxrwx 1 root root 6 sept. 14 15:54 usb-Thustmaster_Joystick_-_HOTAS_Warthog-joystick -> ../js1
and
crw-rw-r--+ 1 root input 13, 0 sept. 14 15:54 js0
crw-rw-r--+ 1 root input 13, 1 sept. 14 15:54 js1
crw-rw-r-- 1 root input 13, 2 sept. 14 15:54 js2
some idear to fix it ?
Last edited by megsoconnor on Sat Sep 14, 2024 10:47 am, edited 3 times in total.
megsoconnor
Newbie
Newbie
Posts: 1
Joined: Sat Sep 14, 2024 3:25 am

[SOLVED] TM T.flight-rudder not detected, how to manually add it ?

Post by megsoconnor »

Ok, it is an SDL and Rights PB, not wine:

in kubuntu seems not to have files for my thrustmasters. but devices are there. so adding a file
/etc/udev/rules.d/60-Thrustmaster-rudder.rules
with ( lsusb info) i enter this line into it.
SUBSYSTEM=="input*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0664", TAG+="uaccess"​, ENV{ID_CLASS}="joystick", ENV{ID_INPUT_JOYSTICK}="1"
. rebooting or unplug/plug and.... TADDAAAAAAAA:
crw-rw-r--+ 1 root input 13, 0 sept. 15 17:35 js0
crw-rw-r--+ 1 root input 13, 1 sept. 15 17:35 js1
crw-rw-r--+ 1 root input 13, 2 sept. 15 17:35 js2
....
lrwxrwxrwx 1 root root 9 sept. 15 17:44 usb-Thrustmaster_T-Rudder-event-if00 -> ../event8
Last edited by megsoconnor on Sun Sep 15, 2024 11:19 am, edited 5 times in total.
Locked