Kimplul
Kimplul
Generally speaking the SSL error should be treated more as a warning, and I can't see anything in the pasted output about the module being rejected, so I'm not entirely...
Sorry, should've been more clear, didn't need the whole output, just the bit that's generated when the wheel is plugged in.
Yeah, what I meant was that the two first commands would hopefully load the newer module and the `dmesg` to be like https://github.com/Kimplul/hid-tmff2/issues/48#issuecomment-1287086087 but hopefully with different output.
> So we are looking for > > [ 880.266571] hid_tminit: loading out-of-tree module > taints kernel. > [ 880.266654] hid_tminit: module verification failed: signature and/or required key missing -...
> EDIT: On a side note, I have tried rebooting after all this, and I don't see hid-thrustmaster loaded anymore, until I manually load it with modprobe hid-thrustmaster. Yeah, typically...
I suspect the `tminit/thrustmaster` thing might be blocking us, I went ahead and created a `dev` branch and renamed everything to `hid-tminit-dev`: https://github.com/Kimplul/hid-tminit/tree/dev Please try it out, so + `make`...
> Should it be hid_tminit_dev or hid-tminit-dev? The underscores are expected, they're just for show I suppose. The commands work with dashes. > Also, part of me is wondering if...
> Just tried on Ubuntu, and no differences vs. what I am seeing on the Steamdeck in regards to the dmesg. This is arguably the most telling. Based on the...
Not really, no. My plan is to maybe write a couple skeleton drivers to check if this theory holds water. Typically a HID device would get picked up by `hid-generic`,...
Hello, unfortunately this driver doesn't actually support the T500 (there's an open issue about it over in #18) meaning you won't be able to get force feedback effects working. That...