Skip to content
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

Not work bluetooth gamepad #842

Open
bennington111 opened this issue Jun 10, 2022 · 2 comments
Open

Not work bluetooth gamepad #842

bennington111 opened this issue Jun 10, 2022 · 2 comments

Comments

@bennington111
Copy link

bennington111 commented Jun 10, 2022

Not work bluetooth gamepad on PC.
Lakka version - 4.2, 4.0.
Gamepad connect and pair, but not work.
On Retroarch on windows 10, gamepad work great.
On Retroarch on Linux Mint, gamepad work great.
I save autoconfig file on Retroarch on Linux Mint - V013.cfg and put this file to joypad folder on Lakka. But gamepad not work.
How to fix this problem?
173043484-b5745c0d-2b8a-4ad1-a973-b1f75d3a0d51
173043524-3bc08be8-fa48-4763-a139-9900bb78e142
Autoconfig file:

6 axis 15 button gamepad with hat switch.zip

@bennington111
Copy link
Author

bennington111 commented Jun 11, 2022

Connect to ssh.

nano /storage/.config/udev.rules.d/99-gamepad.rules

Add this lines

SUBSYSTEM=="input", ATTRS{name}=="V013", KERNEL=="event*", MODE="0666", ENV{LIBINPUT_IGNORE_DEVICE}="1"

SUBSYSTEM=="input", ATTRS{name}=="V013", KERNEL=="event*", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"

Reload udev:

udevadm trigger

But not work. Not created event. ((((((

@RobLoach
Copy link
Member

SHould likely be udev instead of dinput? WHat controller is this?

input_driver = "dinput"
input_device = "6 axis 15 button gamepad with hat switch"
input_vendor_id = "6473"
input_product_id = "1026"
input_b_btn = "0"
input_y_btn = "3"
input_select_btn = "10"
input_start_btn = "11"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_a_btn = "1"
input_x_btn = "4"
input_l_btn = "6"
input_r_btn = "7"
input_l2_btn = "8"
input_r2_btn = "9"
input_l3_btn = "13"
input_r3_btn = "14"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
input_l_y_minus_axis = "-1"
input_r_x_plus_axis = "+2"
input_r_x_minus_axis = "-2"
input_r_y_plus_axis = "+5"
input_r_y_minus_axis = "-5"
input_gun_trigger_mbtn = "1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants