-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T300 not being recognized #130
Comments
Kind of. The in-kernel There was an attempt to push a newer version into the kernel, but nothing seems to have happened in a while: scarburato/hid-tminit#11 |
Ok thanks, I did wonder what happened to hid tminit, hope that there's progress on it side to have a smoother installation process. So i did echo 'blacklist hid_thrustmaster' | sudo tee /etc/modprobe.d/hid_thrustmaster.conf, but i still have hid_thrustmaster on. Is it the blacklist that failed? |
Did the command succeed and did you reboot? |
I did reboot, but i rebooted again and now it "work"? [ 82.377643] usb 1-1.2: USB disconnect, device number 4 Oversteer doesn't open, but from what i've seen the fact that i changed my system language to french through kde made the whole thing explode for whatever reason. I booted up project cars 2 and it doesn't register any input |
I will retry next week, Aur package in a steam deck doesn't blend well, i'll try the dkms way |
If that's the whole output, something is still messed up since there should be a message about FWIW there might also be some issue with the AUR package, I've pinged the maintainer but no response yet: #125 |
It definitely isn't, first of all valve thought it was good to host outdated neptune headers in their repo, so your command in the readme is now useless for steam deck. Instead now we have to manually download the headers from their mirror https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/ and install locally with pacman. Now that I have the correct headers, I have installed the aur package (130)(deck@steamdeck SteamDeck_rEFInd)$ uname -r So it match my kernel version. But when loading the module I have this error [ 179.401277] usb 1-1.1: Product: Thrustmaster FFB Wheel I guess the verification failed is just something we can ignore, but if it fail to validate is it because the package is malformed? Or is it still tied to signature? Secure boot isn't enabled |
With dkms (not using aur package) [ 81.357149] usb 1-1.1: USB disconnect, device number 3 No signature issue, (deck@steamdeck SteamDeck_rEFInd)$ sudo dkms status |
Oh, interesting. Looks like the deck has some additional security checks that causes the I had a steam deck installation on a virtual machine but didn't see this behaviour, so this seems to be a newer addition. I might try reinstalling it but for now I pushed a test commit to a new
You might want to uninstall
Thanks for the info, I guess you're on |
linux-neptune-headers-5.13.0.valve37-1 this is what neptune headers does install. No I checked some reddit about dkms and steam deck and yeah we need to manually download the headers I will test the commit next week sorry only have access to the wheel when im home in the weekend |
Oh wow, that's unfortunate. Could you link to the post? I'm curious about the details.
Take your time, there's no rush. |
It's just other user who had the same problem with headers when they needed them to use dkms on deck. They found out that the repo of valve didn't have the correct headers |
during sudo make install Now when plugging the wheel
Still fail, does that have to do with the errors in make install where it also complained about keys? |
I'm not entirely sure, they're related to signing the modules ("I compiled this file, here's my key" kind of thing), the BPF error of Searching around on the internet, there's at least this: https://www.reddit.com/r/pop_os/comments/xnjbx7/after_automatic_popos_update_invalid_name_any_idea/ The comments are related to |
Hello, steam deck user here, I installed the module through the AUR repo, and when i plug the T300 with F1 2011 wheel addon it says this
9650.045735] usb 1-1.3: USB disconnect, device number 9
[ 9652.812924] usb 1-1.3: new full-speed USB device number 11 using xhci_hcd
[ 9652.925507] usb 1-1.3: New USB device found, idVendor=044f, idProduct=b65d, bcdDevice= 1.00
[ 9652.925518] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9652.925523] usb 1-1.3: Product: Thrustmaster FFB Wheel
[ 9652.925527] usb 1-1.3: Manufacturer: Thrustmaster
[ 9653.024867] input: Thrustmaster Thrustmaster FFB Wheel as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1.3/1-1.3:1.0/0003:044F:B65D.001F/input/input58
[ 9653.025183] hid-thrustmaster 0003:044F:B65D.001F: input,hidraw6: USB HID v1.00 Gamepad [Thrustmaster Thrustmaster FFB Wheel] on usb-0000:04:00.3-1.3/input0
[ 9653.046527] hid-thrustmaster 0003:044F:B65D.001F: Unknown wheel's model id 0x203, unable to proceed further with wheel init
[ 9673.341434] usb 1-1.3: USB disconnect, device number 11
Is it the fact that I plugged the F1 Wheel addon that is the issue? The T300 is on V34 and has the switch to PC.
Thanks
The text was updated successfully, but these errors were encountered: