-
Notifications
You must be signed in to change notification settings - Fork 5
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
activating a foot rudders #7
Comments
Hello May be it's an issue on X Plane side. I will keep you informed. |
I’m certainly interested in getting the rudders to work. I didn’t realize they could be directly connected to a computer. If you can capture the usb packets starting at zero, full left and then full right, while plugged into the joystick, I can compare them to the HID descriptor and see if it needs more patching. Wireshark would be the preferable capture tool/format. |
Hello |
I tried a simple evtest with Rudder connected to Hotas, and with Rudder disconnected to Hotas. There is no difference. It looks like the Hotas's driver didn't see the Rudder. |
I need a trace of the usb packets themselves. At least with the throttle, the data was still in the packet, just in a region that was ignored by the default hid descriptor. |
Hello, --- First, I did the test with the rudder connected directly on USB (Device 2) You can see details of the capture (wireshark and cat usbmon) into the file TRudder-direct-connexion.zip lsusb : cat /sys/kernel/debug/usb/devices cat /sys/kernel/debug/usb/usbmon/1u > /tmp/1.mon.out --- Then I did the test with the rudder connected to T.Flight Hotas (Device 10). I did the capture (wireshark and cat usbmon) into the file TRudder-over-Hotas.zip But I can't see anything in the capture. lsusb : cat /sys/kernel/debug/usb/devices cat /sys/kernel/debug/usb/usbmon/1u > /tmp/2.mon.out |
It looks like the packet content is being omitted from the text file and the binary file is to short. Wireshark should give you a .pcap or .pcapng file. If that doesn’t work, try https://www.systutorials.com/docs/linux/man/8-usbhid-dump/ |
Many thanks for your work, I succeeded in installing HOTAS 4 for my Ubuntu 20.04.
I saw your project about activating a foot rudders. Did you still work on this way ?
As I have a foot rudders, I would be really interested. I would be pleased if I can help you in any maner or if I can give you any information or log.
Kind regards
G Chaillou
The text was updated successfully, but these errors were encountered: