Kimplul

Results 266 comments of Kimplul

Just a theory, but the driver requests HID devices, and if the wheel shows up as a plain USB device the probe might not be executed. I'm not entirely sure...

Thanks for the confirmation, I'll try to patch the driver to not rely on HID but I'm a bit swamped for at least a couple weeks, sorry. If you want...

Wow, that's fantastic. Really wasn't expecting anything to happen, the other thread made the situation sound a whole lot more complicated. Well done. Which firmware version do you have installed?...

Hi again @patugo, @davidedmundson submitted a patch with TX FFB to https://github.com/Kimplul/hid-tmff2, would be great if you could check it out. At the moment it still requires `tmrdv` to initialize...

Try running `./tmrdrv.py ...` after the reboot. The wheel has to be initialized every time you start your computer, unfortunately. What errors did you get? Something about `SSL`?

> Is there a terminal command to test forcefeed back? `fftest /dev/input/by-id/usb-SOMETHING` comes to mind. Replace `SOMETHING` with the name of your wheel, just press tab until you see the...

Hello, thanks for the captures. With some luck, this is probably just a case of adding another fixed `rdesc` like the ones here: https://github.com/Kimplul/hid-tmff2/blob/414f1f03f1ef9d51829d10b92e03bf1bca3bb966/src/tmt300rs/hid-tmt300rs.c#L87 I would still need the output...

Good catch, I was thinking about the case with drivers. With the F1 attachment, there is a way to enter an 'advanced mode' with the wheel that enabled extra features...

Oh okay, in that case the `rdesc` that you captured is just https://github.com/Kimplul/hid-tmff2/blob/414f1f03f1ef9d51829d10b92e03bf1bca3bb966/src/tmt300rs/hid-tmt300rs.c#L87 i.e. not the one we want. Could you capture the USB traffic of plugging in the wheel?...

> Here you look at it, steering wheel integrated into Linux without a driver, nothing works, I found it strange, I was sure that I could control all the buttons,...