Hay alguna manera de usar mandos bluetooth IPEGA, en concreto el IPEGA 9028?
-
@urtzai tiene diferentes modos para iniciar? has intentado con todos?
-
Si, he intentado con todos. "Forget Bluetooth controllers", "Pair a bluetooth controller' y en la última opción "Configure a controller" no me detecta los botones. Los modos de emparejamiento son Home + A, Home + B, Home + Y y Home + X.
Ahora mismo no se la diferencia entre ellos pero con la versión anterior de Recalbox Home + X era el que funcionaba.
-
podes fijarte por favor si efectivamente se agrego esta linea
SUBSYSTEM=="input", ATTRS{name}=="ipega Bluetooth Gamepad ", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
al final de este archivo:
/etc/udev/rules.d/99-joysticks-exotics.rules
? -
Si, así es, pero el nombre
ATTRS{name}
contiene 3 espacios al final en vez de uno. También he probado con el nombre que me aparece en pantalla cuando el mando se emparejaipega media gamepad controller
y por si acaso también conipega media gamepad
. Pero nada...No se si tiene algo que ver, pero en el directorio de
/recalbox/bluetooth/<directorio del dispositivo>/names
(no se si el path es correcto del todo) aparece el mac de mi dispositibo con el nombre deipega media gamepad controller
. -
@urtzai el nombre esta bien con tres espacios al final como en los comandos que te mostre al principio. Podes probar sin ningun espacio, pero esa regla creo que ya esta incluida mas arriba. Si no lo esta, prueba sin ningun espacio y si pasa lo mismo, dejalo con tres.
-
Si esta incluida arriba. Bien, pues el nombre de la última línea lo dejo con tres espacios. ¿Qué mas puedo hacer?
-
@urtzai si, dejalo con tres espacios. No se que mas decirte, por eso pregunto los que saben!
@acris any idea what to do?support files:
https://mega.nz/#!dNxhnYyQ!IkffYVBB9VDv4oPPLvC5CJlafUTw9iyLKS7Obbq9GcImy instructions were:
mount -o remount, rw / echo 'SUBSYSTEM=="input", ATTRS{name}=="ipega Bluetooth Gamepad ", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"' >> /etc/udev/rules.d/99-joysticks-exotics.rules reboot && logout
-
-
-
-
@urtzai if it works, the rule will be added to recalbox by default and it will work out of the box in the future.
-
Ok! Perfect! So what else can I do to help you? @acris
-
-
-
@acris No it doesn't... What else can I do to configure my gamepad? Do you know any other workaround?
-
Go go emulationstation menu options gamepad.
@paradadf I dont understand the problem
-
@acris I asked him (after looking at his support files) to try this:
mount -o remount, rw / echo 'SUBSYSTEM=="input", ATTRS{name}=="ipega Bluetooth Gamepad ", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"' >> /etc/udev/rules.d/99-joysticks-exotics.rules reboot && logout
After that, you told him to change the sdl2 on recalbox.conf, but that didn't work for him either. He can pair the controller, but he can't configure any button.
-
@urtzai I just found something else to try for your ipega 9025 here:
https://forum.recalbox.com/topic/2934/ipega-9021-dont-work/2
(I have no idea if editing the bluetoothcontroller script helps)
You NEED the
global.inputdriver=sdl2
in recalbox.confEncende el mando manteniendo presionado primero X y luego (sin soltar X) presiona Home.
-
Finally working!! This is what I did:
Make file system writeable:
mount -o remount, rw /
Edit recalbox.conf:
global.inputdriver=sdl2
Edit bluetoothcontrollers.sh. Delete this lines:
killall bluetoothd bluetoothd -u
Replace with:
bluetoothd -u sleep 5 killall bluetoothd
Reboot the system:
reboot && logout
Pair the gamepad with X+HOME buttons and configure it.
Thank you @acris and @paradadf!! Hope this will help for future improvements!!
-
I forgot this information with bluetoothm
Thanks.
Your gamepad add in the next version.