You are not logged in.
Using a T150 with pro pedals. Using lsusb I can see that the wheel gets recognized correctly. And is also tight to turn when on desktop.
I have tried using the t150_driver-dkms-git driver from AUR and when that didn't work I also compiled and installed the 3rd party driver directly from source from https://github.com/scarburato/t150_driver
I can see that the kernel module was loaded when using lsmod.
However games do not recognize it, pcsx2 does not recognize it, and neither steam. I tried using Oversteer to check if it recognizes that, but no it doesn't.
What am I doing wrong here?
Current udev rules:
# make the t150 appear like a joystick
SUBSYSTEM=="input", ATTRS{name}=="Thrustmaster T150 steering wheel", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
# Set up
SUBSYSTEM=="input", ATTRS{name}=="Thrustmaster T150 steering wheel", MODE="0666", ENV{ID_MODEL_ID}="b677"
SUBSYSTEM=="input", ATTRS{name}=="Thrustmaster T150 steering wheel", MODE="0666", ENV{ID_VENDOR_ID}="044f"Offline