Austin-2

Results 15 comments of Austin-2

> Okay, let's try to get the PC mode working. I added the TX to the hid-tminit module accept list according to what I found in [tmdrv](https://gitlab.com/her0/tmdrv/-/blob/master/tmdrv_devices/thrustmaster_tx.py). Please install my...

> Btw, I'm not familiar with the steam deck, how are you compiling things? Is there a kernel header package and have you installed it? I am not 100% on...

@Kimplul It was able to make and install after removing the if. Wheel is showing in dmesg but not recognized in games just yet. dmesg didn't work at first so...

> [ 852.382679] cs35l41 spi-VLV1776:00: DSP1: Firmware version: 3 > [ 852.382688] cs35l41 spi-VLV1776:00: DSP1: cs35l41-dsp1-spk-prot.wmfw: Fri 02 Apr 2021 21:03:50 W. Europe Daylight Time > [ 852.446128] cs35l41 spi-VLV1776:00:...

> Just checking: did you also remove `return -EINVAL;` after the if statement? Yep, commented out the statement like this: ![image](https://user-images.githubusercontent.com/65965601/197227873-ec34d1fb-e9ee-45f6-9a93-3242678a999e.png) FWIW, I did run into SSL errors when running...

> sudo rmmod hid-tminit > sudo modprobe hid-thrustmaster > sude dmesg [dmesg.txt](https://github.com/Kimplul/hid-tmff2/files/9841245/dmesg.txt) the output of this was insanely large. Saved to a file, hope its not a pain to look...

> Sorry, should've been more clear, didn't need the whole output, just the bit that's generated when the wheel is plugged in. Do you need me to generate a new...

> Yeah, what I meant was that the two first commands would hopefully load the newer module and the `dmesg` to be like [#48 (comment)](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...

> > 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. >...