-
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
hid-retrobit doesn't recognise all fire buttons #1
Comments
Did you test your device with: jstest /dev/input/js0 # or another js* Does is recognize the fire button? If not, is your device bounded by hid-retrobit? Could you post the vendor and product id of your device? You get it with: lsbusb |
On Sun, 2015-01-18 at 14:13 -0800, Marcel wrote:
Here is the output of jstest /dev/input/js1: Driver version is 2.1.0. jstest also fails to recognise the trigger fire button, but recognises lsusb prints out: Bus 003 Device 002: ID 1292:4154 Innomedia That's it, just "Innomedia". No other description. To find out this even Joona Palaste |
Did you install the file 99-hid-retrobit.rules into /etc/udev/rules.d? ls /sys/bus/hid/drivers/hid-retrobit Does it contain a file with 1292:4154 in its name? If not does the following so?: ls /sys/bus/hid/drivers/hid-generic |
On Mon, 2015-01-19 at 10:10 -0800, Marcel wrote:
I think I did, but "ls /etc/udev/rules.d" doesn't display such a file.
Yes, ls /sys/bus/hid/drivers/hid-retrobit lists a file called Joona Palaste |
Maybe you installed it into /lib/udev/rules.d
Ok, hid-retrobit should have bound the device.. to be clear, can you use all directions with your device? |
On Mon, 2015-01-19 at 11:54 -0800, Marcel wrote:
Yes.
Yes. Left, right, up, down, all work. It's just the trigger fire button I think this problem could be solved by taking the joystick apart and Joona Palaste |
Maybe a hack within the driver is applicable, or maybe you can configure the joystick within your game? A final solution should of course fix this problem in general. But as I dont have such a joystick its not easy to fix this. |
On Mon, 2015-01-19 at 12:13 -0800, Marcel wrote:
I don't know anything about hacking Linux drivers. I don't even know Configuring the joystick within my game isn't possible. It looks like Joona Palaste |
I built and installed hid-retrobit. I have a classic Quickshot II Turbo joystick connected to my Fedora 20 PC via a USB adapter.
When I play a game on my emulated A4000 with FS-UAE, only the top fire button is recognised, the trigger fire button does nothing. Moving the auto-fire switch to "Auto Fire" does nothing. Moving it to "CPC 464" fires a single shot.
I don't know what "CPC 464" was originally supposed to do, but a real A4000 recognised both fire buttons, and the "Auto Fire" position fired continuously.
The text was updated successfully, but these errors were encountered: