-
Notifications
You must be signed in to change notification settings - Fork 11
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
My joystick does not show up under Linux mint 22. #48
Comments
I've been using the same joystick fine on gentoo, I think I once had a similar problem that was fixed by replugging the joystick and restarting the game, but try checking the more recent comments on #36 as mint might not have the |
apt-file find libSDL2-2 from ksp.log: There seems to be symlinks,- but they are like this: |
I have a PR (#47) that will fix this, but in the mean time you can symlink |
That worked! and for installing everything necessary to build programs that use SDL: sudo apt-get install libsdl2-dev |
fixed. |
Figured it out, issue can be closed. |
Both lsusb and dmesg says:
input: Thrustmaster T.16000M as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-4/1-4:1.0/0003:044F:B10A.0008/input/input23
[ 56.834161] hid-generic 0003:044F:B10A.0008: input,hidraw6: USB HID v1.00 Joystick [Thrustmaster T.16000M] on usb-0000:02:00.0-4/input0
Bus 001 Device 007: ID 044f:b10a ThrustMaster, Inc. T.16000M Joystick
libSDL2 is installed (libSDL2-2.0),
Still my joystick doesn't show up in ksp.
The text was updated successfully, but these errors were encountered: