Dario Pagani
Dario Pagani
idk if you could find helpful: Last year I wrote [this hacked together program](https://github.com/scarburato/ffb_tester) with SDL2 to test ffb on both Windows and GNU\Linux, it [should support ](https://github.com/scarburato/ffb_tester/blob/0b424c82563f02d99d13251668789f14ce368d2c/src/effect_set.cpp#L43) `SDL_HAPTIC_FRICTION`. If...
Just test it. The `hid` branch may support the shifter lever
which firmware is installed?
Which kernel are you using?
To test the input run ```evtest```, also take note of the device path (ex. ```/dev/input/event19``` ). To test the forcefeedback run ```fftest [device path]``` and ```ffmvforce [device path]```, on Ubuntu...
Try the `hid` branch. It's a problem with Proton after a certain version (5.2 I think), the compatibility layer, but the `hid` branch seems to go around the Steam issue...
Thanks! I've already used your ffbwrapper to log Assetto Corsa's effects, I've found it very useful. It seems that the T300RS protocol to upload ffb effects is quite different from...
The PCI I/O BAR error should not be lethal as it doesn't cause the probe to fail (see https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/radeon/radeon_device.c#L1427 ) it just print the error and then continues The probe...
to use FFB you need a dedicated driver, this driver is just to _bootstrap_ the wheel in its correct state, it does not implement ffb
0k, created a new branch where I merged the patches applied over the last months to the mainline kernel here. I've also changed the the name of the module to...