ok after looking a bit more around I found my gamepad in /userdata/system/configs/emulationstation/es_input.cfg
(deviceGUID is also there for inputConfig type=“joystick” deviceName=“ipega Bluetooth Gamepad)
<inputConfig type=“joystick” deviceName=“Gamepad” deviceGUID=“0500000049190000020400001b010000”>
So I thought maybe there is some kind of conflict with the “ipega Bluetooth Gamepad" but trying to remove it , didnt help.
I looked then in the dolphin side (since the gamepad is working fine with psx that is using retroarch); I found the following lines in /userdata/system/configs/dolphin-emu/GCPadNew.ini :
[GCPad1]
Device = evdev/0/Gamepad
I have then googled a bit and following evtest gives me :
/dev/input/event0: meson-ir
/dev/input/event1: Logitech M705
/dev/input/event2: Gamepad Keyboard
/dev/input/event3: Gamepad Consumer Control
/dev/input/event4: CHICONY HP Basic USB Keyboard
/dev/input/event5: Gamepad Mouse
/dev/input/event6: Gamepad
Only when I type in 6 , I have a response after pressing the buttons, so I am wondering if dolphin is not using the “wrong” event ?