I have a pair of Logitech Cordless RumblePad 2 I’d very much like to use with my Vero V. Unfortunately it looks like there’s no support in the kernel (they work fine on my regular Linux laptop). Would it be possible to add CONFIG_LOGIRUMBLEPAD2_FF on the next build ? (And if it could release this year, that’d be perfect).
Side question: why don’t you directly enable all reasonable input devices ?
[mer. déc. 3 18:26:10 2025] usb 1-2: new low-speed USB device number 6 using xhci-hcd
[mer. déc. 3 18:26:10 2025] usb 1-2: New USB device found, idVendor=046d, idProduct=c219
[mer. déc. 3 18:26:10 2025] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[mer. déc. 3 18:26:10 2025] usb 1-2: Product: Logitech Cordless RumblePad 2
[mer. déc. 3 18:26:10 2025] usb 1-2: Manufacturer: Logitech
lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 046d:c219 Logitech, Inc. F710 Gamepad [DirectInput Mode]
Bus 001 Device 004: ID 2017:1690 OSMC Remote Controller OSMC Remote Controller
Bus 001 Device 002: ID 1a40:0801 Terminus Technology Inc. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I have that I believe and it works fine… on a rpi4
Bus 001 Device 012: ID 046d:c219 Logitech, Inc. F710 Gamepad [DirectInput Mode]
osmc@osmc4:~$ dmesg | grep logitech [ 1119.426252] logitech 0003:046D:C219.0003: input,hidraw2: USB HID v1.10 Gamepad [Logitech Logitech Cordless RumblePad 2] on usb-0000:01:00.0-1.3.1.3/input0 [ 1119.426268] hid_logitech: Force feedback for Logitech force feedback devices by Johann Deneux <johann.deneux@it.uu.se>
Because I don’t know what’s reasonable in complete honesty. And sometimes the driver can be outdated or an upstream version is more modern / reliable. I believe this is the case with XPad.
You’re the first person to request this module.
I’ve added it.
Hopefully the issue is now addressed with the following commit:
I’d appreciate it if you could test this and provide feedback before we potentially release this as an update to other users. To test this update:
Run the following command to add the staging repository: echo 'deb http://apt.osmc.tv bullseye-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
Go to My OSMC → Updater → Manual Controls → and select Check for Updates now. When prompted to do so on screen, please choose to install the update.
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.
This will deactivate the staging repository. You can do so with the following command: sudo rm /etc/apt/sources.list.d/osmc-devel.list.
Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.