So just to confirm, this is still not working?
I have the same exact setup and the issue I am having is my button mapping changes for player 1 but not player 2. Player 2 is working perfect.
The config file is accurate and the lsusb command shows them both:
Bus 001 Device 005: ID 0079:0006 DragonRise Inc. Generic USB Joystick
Bus 001 Device 004: ID 0079:0006 DragonRise Inc. Generic USB Joystick
My config file is there too:
/opt/retropie/configs/all/retroarch-joypads
DragonRise Inc. Generic USB Joystick .cfg
input_device = "DragonRise Inc. Generic USB Joystick "
input_driver = "udev"
input_l_btn = "2"
input_load_state_btn = "2"
input_start_btn = "8"
input_exit_emulator_btn = "8"
input_up_axis = "-3"
input_a_btn = "5"
input_b_btn = "4"
input_reset_btn = "4"
input_down_axis = "+3"
input_r_btn = "6"
input_save_state_btn = "6"
input_r2_btn = "7"
input_right_axis = "+0"
input_state_slot_increase_axis = "+0"
input_x_btn = "1"
input_menu_toggle_btn = "1"
input_select_btn = "9"
input_enable_hotkey_btn = "9"
input_y_btn = "0"
input_left_axis = "-0"
input_state_slot_decrease_axis = "-0"
input_l2_btn = "3"
Any thoughts?