JOYSTICKS
if you have joystick+throotle+rudders, you had to resolve a problem if it was as me a T-Rudder from Thrustmaster.
T-rudder is badly detected by system, so wine do not recognize it.
I had manuals rules into /etc/udev/rules.d (or lib/udev/rules.d) as : "60-Thrustmaster-trudder.rules" with content as:
SUBSYSTEM=="input*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0664", TAG+="uaccess", ENV{ID_CLASS}="joystick", ENV{ID_INPUT_JOYSTICK}="1"
But actually it do do not work any more for me... the udev service seems to not link the device, or the device is already detected as another thing before the manual config is loaded.
Any idear why manual rules are not executed ??
eventually how to make the material detected as a joystick to use with wine ?
if you have joystick+throotle+rudders, you had to resolve a problem if it was as me a T-Rudder from Thrustmaster.
T-rudder is badly detected by system, so wine do not recognize it.
I had manuals rules into /etc/udev/rules.d (or lib/udev/rules.d) as : "60-Thrustmaster-trudder.rules" with content as:
SUBSYSTEM=="input*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="b679", MODE="0664", TAG+="uaccess", ENV{ID_CLASS}="joystick", ENV{ID_INPUT_JOYSTICK}="1"
But actually it do do not work any more for me... the udev service seems to not link the device, or the device is already detected as another thing before the manual config is loaded.
Code:
[FONT=monospace][COLOR=#000000] /etc/input/* crw-rw----+ 1 root input 13, 69 oct. 28 11:04 [/COLOR][COLOR=#ffff54][B]event5[/B][/COLOR][COLOR=#000000] [/COLOR] crw-rw---- 1 root input 13, 72 oct. 28 11:04 [COLOR=#ffff54][B]event8[/B][/COLOR][COLOR=#000000] [/COLOR] crw-rw----+ 1 root input 13, 73 oct. 28 11:04 [COLOR=#ffff54][B]event9[/B][/COLOR][COLOR=#000000] [/COLOR] crw-rw-r--+ 1 root input 13, 0 oct. 28 11:04 [COLOR=#ffff54][B]js0[/B][/COLOR][COLOR=#000000] [/COLOR] crw-rw-r-- 1 root input 13, 1 oct. 28 11:04 [COLOR=#ffff54][B]js1[/B][/COLOR][COLOR=#000000] [/COLOR] crw-rw-r--+ 1 root input 13, 2 oct. 28 11:04 [COLOR=#ffff54][B]js2[/B][/COLOR][/FONT] /etc/input/by-id/* [FONT=monospace][COLOR=#000000] lrwxrwxrwx 1 root root 9 oct. 28 11:04 [COLOR=#54ffff][B]usb-Thrustmaster_Throttle_-_HOTAS_Warthog-event-joystick[/B][/COLOR][COLOR=#000000] -> [/COLOR][COLOR=#ffff54][B]../event5[/B][/COLOR][COLOR=#000000] [/COLOR] lrwxrwxrwx 1 root root 6 oct. 28 11:04 [COLOR=#54ffff][B]usb-Thrustmaster_Throttle_-_HOTAS_Warthog-joystick[/B][/COLOR][COLOR=#000000] -> [/COLOR][COLOR=#ffff54][B]../js0[/B][/COLOR][COLOR=#000000] [/COLOR] [B]lrwxrwxrwx 1 root root 9 oct. 28 11:04 [COLOR=#54ffff][B]usb-Thrustmaster_T-Rudder-event-if00[/B][/COLOR][COLOR=#000000] -> [/COLOR][COLOR=#ffff54][B]../event8[/B][/COLOR][COLOR=#000000] [/COLOR][/B] lrwxrwxrwx 1 root root 9 oct. 28 11:04 [COLOR=#54ffff][B]usb-Thustmaster_Joystick_-_HOTAS_Warthog-event-joystick[/B][/COLOR][COLOR=#000000] -> [/COLOR][COLOR=#ffff54][B]../event9[/B][/COLOR][COLOR=#000000] [/COLOR] lrwxrwxrwx 1 root root 6 oct. 28 11:04 [COLOR=#54ffff][B]usb-Thustmaster_Joystick_-_HOTAS_Warthog-joystick[/B][/COLOR][COLOR=#000000] -> [/COLOR][COLOR=#ffff54][B]../js2[/B][/COLOR][/FONT]
eventually how to make the material detected as a joystick to use with wine ?
Comment