Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. widget
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by widget

    • RE: [GPi Case] - Recalbox 6.1 Beta 4 (pre-release) DISPONIBLE !

      @kintao said in [GPi Case] - Recalbox 6.1 Beta 3 DISPONIBLE !:

      @kintao said in [GPi Case] - Recalbox 6.1 Beta 3 DISPONIBLE !:

      Une personne a trouvé a priori une solution aux freeze sur le groupe FB officiel d'entraide Recalbox :
      https://www.facebook.com/groups/RecalboxOfficiel/permalink/911334262542368/

      Il vous faut adhérer au groupe pour voir son poste.

      En tout cas moi j'ai testé ce matin et d'habitude j'ai un freeze au bout de 2/3 min, la au bout de 10/15min je n'avais rien donc ça semble une bonne piste.

      Je laisse la personne en question remonter cela directement ici s'il est présent sur le forum.

      J'ai passé la soirée hier a charger mes jeux, etc sans le moindre freeze ou reboot donc je confirme que la manipulation donnée a un vrai impact pour tous ceux concernés par ces freeze de GPi au bout de quelques minutes.
      Je copie/colle les lignes a ajouter pour ceux qui ne font pas partie du groupe FB.
      Encore merci à Vincent LEGRAND pour cette astuce :

      Ajouter les lignes suivantes au fichier config.txt :
      arm_freq=1000
      gpu_freq=400
      core_freq=400
      sdram_freq=450
      sdram_schmoo=0x02000020
      over_voltage=6 (default)

      Je n'ai pas pris le temps de chercher si toutes sont vraiment obligatoires et identifier celle qui vient corriger le problème.

      Merci pour l'astuce, ça a fonctionné pour moi !

      posted in Recalbox Général
      widget
      widget
    • RE: GPIO Manette PS1

      Désolé de faire remonter le topic, mais j'ai eu le même souci et j'ai trouvé la solution pour connecter les 2 manettes PSX sans avoir à utiliser un adaptateur USB, donc je me permets de la partager avec vous.

      Le câblage de @borninthe80s était en partie juste, mais il fallait couper les pistes (data) sur le pcb, car en fait, presque toutes les pistes sur le pcb pour les deux connecteurs psx sont couplées sauf les pistes (att) pour lesquelles il faut faire un pont. Donc si nous résumons, il faut séparer les deux (data), son problème venait de la car les deux pads envoyaient le même signal sur les deux gpio du player 1 et player 2 et ensuite si vous ne voulez pas tout cabler à double et faire juste un pont avec le (att), vu que tous les autres sont déjà reliés entre la manette une et deux (sauf le data qui ne doit surtout pas l'être).

      Ensuite mes pads ne répondaient pas extrêmement bien sur le GPIO4 et le GPIO7, même en jouant avec le pax_delay = x, et j'ai trouvé qu'en les branchants sur les GPIO 2 et 3 (qui ont une résistance pullup de 1.8k intégrée), mes soucis disparaissaient.

      Cependant, avec le driver Gamecon 1.0 et la configuration des manettes sur emulation station, il y a un souci avec le stick analogique gauche qui n'est pas reconnu, ce souci vient du driver et non pas d'emulation station, l'auteur du driver à corrigé ça dans la version 1.2 qui n'est pas encore intégrée à Recalbox 4.0 beta 5, cette nouvelle version apporte aussi le support du Multitap pour NES ainsi que des delays réduits pour les pads PSX. (J'ai déjà ouvert une issue sur GitHub pour en faire part.)

      Et un souci résolu pouvant en créer un autre, j'ai un souci maintenant avec mon Power Switch On/Off... J'ai du lui trouver un nouveau port GPIO car c'était le GPIO 3 qui était utilisé dans le script et maintenant je l'utilise pour la manette player 2, pas de souci jusque là, je lui ai attribué un nouveau GPIO dans le script python qui va bien, et la quelle fut ma surprise en voyant qu'il fonctionnait comme avant pour éteindre le Raspberry, mais qu'il ne marchait plus pour le rallumer une fois éteint...
      D'après mes investigations, cela viendrait du fait qu'il n'y a pas de résistance pullup sur les GPIO autres que le 2 et 3... Voilà, je suis coincé, car d'après ce que j'ai lu, il faut faire attention car si l'on fait n'importe quoi avec les GPIO on peut griller la framboise et c'est pas le but...

      Quelqu'un à déjà eu à faire face à ce problème et peut m'éclairer ?

      Merci d'avance !

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      @subs

      Voici le changelog pour la 1.2 :

      Version history

      1.2 (27.12.2015)

      Optimized PSX driver code

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      @subs Il me semblait pourtant avoir vu il y a quelques mois sur l'ancien forum que vous cherchiez des testeurs pour la 4.1, ma mémoire me joue peut-être des tours cela dit !

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      Est-ce possible de s'inscrire quelque part pour être testeur et avoir accès au github de la version 4.1 ?

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      @subs Parfait !

      C'est possible que ça soit dans la prochaine experimental release de la 4.1 si digi donne son feu vert ?

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      Bon j'ai creusé un peu pour ce driver Gamecon.

      Dans Recalbox 4.0 c'est la version 1.0 du driver qui est utilisée, alors que la version 1.2 du driver corrigeant les erreurs avec les manettes PSX est sortie fin décembre 2015.

      Est-ce que quelqu'un sait si c'est la version 1.0 ou la 1.2 utilisée dans l'alpha de Recalbox 4.1.0 ?

      Sinon est-il possible d'ouvrir une issue sur GitHub afin de mettre à jour le driver pour la prochaine version ?

      Chose qui m'étonnerait, est-il possible de mettre à jour le driver manuellement sans avoir à recompiler moi même Recalbox 4.0.0 ?

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      Merci beaucoup !

      Je vais quand même tester ça en GPIO, ça coute rien d'essayer !

      Je vous ferai un retour sur ce post.

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: GPIO Power Led & PS1 Controller ?

      Merci pour cette réponse précise et rapide !

      Je peux changer ça directement ou je dois compiler moi même recalbox avec la modification dans le script ?

      Concernant l'adaptateur usb, j'aimerai bien éviter d'avoir à en acheter un (c'est pas le prix qui me dérange, mais c'est d'avoir à attendre de le recevoir 😉 m'voyez ?). Quelqu'un sait si ça fonctionne vraiment en GPIO pour deux manettes PS1 ?

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • GPIO Power Led & PS1 Controller ?

      Bonjour tout le monde !

      Je suis entrain de monter une recalbox dans une PS1, jusqu'ici je suis content j'ai réussi à garder la led, le bouton ON/OFF et le switch reset d'origines et tout fonctionne bien.

      J'aimerai également brancher 2 manettes PS1 en GPIO à l'aide du driver Gamecon, en me branchant aux sorties des connecteurs manettes de la PS1.

      Mon problème c'est qu'avec la power led j'utilise déjà le GPIO 14 et que j'en ai malheureusement également besoin pour le "2 (Command)" des manettes PS1...

      Est-il possible de changer le GPIO de l'un ou l'autre ? Est-il possible de modifier la config du driver Gamecon pour changer de pin ?

      Autre question, j'ai vu un topic sur le forum d'une personne qui n'avait pas réussi à faire fonctionner ces 2 manettes en GPIO, est-ce que quelqu'un sait si c'est quand même possible ? Ca m'embête de devoir acheter un adaptateur manettes PS1 vers USB, j'ai envie de tout faire avec les moyens du bord 🙂

      Merci d'avance pour votre aide !

      posted in Manettes/GPIO/Encodeurs
      widget
      widget
    • RE: Help ! Manette configurable et fonctionelle sur ES mais pas sur les emus !

      Je viens de tester sur piFBA, je n'ai malheureusement aucune réponse de la manette, tout comme dans les autres emu, alors que dans Emulation Station elle fonctionne à merveille ! Je commence à désespérer... Quelqu'un qui à eu le même cas que moi a-t-il réussi à régler ce problème ?

      posted in Recalbox Général
      widget
      widget
    • RE: Help ! Manette configurable et fonctionelle sur ES mais pas sur les emus !

      Salut retroboy ! Alors dans mon retroarchcustom.cfg avant de lancer un jeu j'ai :

      core_options_path = /recalbox/configs/retroarch/cores/retroarch-core-options.cfg
      
      system_directory = /recalbox/share/bios/
      
      config_save_on_exit = false
      
      video_threaded = true
      
      #video_aspect_ratio = 1.33
      aspect_ratio_index = 0
      aspect_ratio_index = 0
      #video_force_aspect = false
      video_aspect_ratio_auto = true
      #video_scale_integer = true
      
      rewind_enable = false
      rewind_buffer_size = 10
      rewind_granularity = 2
      
      video_gpu_screenshot = true
      
      video_shader_enable = false
      video_smooth = true
      
      screenshot_directory = /recalbox/share/screenshots/
      savestate_directory = /recalbox/share/saves/
      savefile_directory = /recalbox/share/saves/
      extraction_directory = /recalbox/share/extractions/
      
      fastforward_ratio = -1.0
      input_autodetect_enable = true
      
      joypad_autoconfig_dir = /recalbox/configs/retroarch/inputs/
      
      input_player1_analog_dpad_mode = "0"
      input_player2_analog_dpad_mode = "1"
      input_player3_analog_dpad_mode = "1"
      input_player4_analog_dpad_mode = "1"
      
      input_enable_hotkey_btn = 12
      
      input_enable_hotkey = "escape"
      input_exit_emulator = "escape"
      input_player1_joypad_index = 0
      input_player2_joypad_index = 1
      input_player3_joypad_index = 2
      input_player4_joypad_index = 3
      

      Ensuite une fois le jeu lancé j'ai :

      core_options_path = /recalbox/configs/retroarch/cores/retroarch-core-options.cfg
      
      system_directory = /recalbox/share/bios/
      
      config_save_on_exit = false
      
      video_threaded = true
      
      #video_aspect_ratio = 1.33
      aspect_ratio_index = 0
      aspect_ratio_index = 0
      #video_force_aspect = false
      video_aspect_ratio_auto = true
      #video_scale_integer = true
      
      rewind_enable = false
      rewind_buffer_size = 10
      rewind_granularity = 2
      
      video_gpu_screenshot = true
      
      video_shader_enable = false
      video_smooth = true
      
      screenshot_directory = /recalbox/share/screenshots/
      savestate_directory = /recalbox/share/saves/
      savefile_directory = /recalbox/share/saves/
      extraction_directory = /recalbox/share/extractions/
      
      fastforward_ratio = -1.0
      input_autodetect_enable = true
      
      joypad_autoconfig_dir = /recalbox/configs/retroarch/inputs/
      
      input_player1_analog_dpad_mode = "0"
      input_player2_analog_dpad_mode = "1"
      input_player3_analog_dpad_mode = "1"
      input_player4_analog_dpad_mode = "1"
      
      input_enable_hotkey_btn = 12
      
      input_enable_hotkey = "escape"
      input_exit_emulator = "escape"
      input_player1_joypad_index = 0
      input_player2_joypad_index = 1
      input_player3_joypad_index = 2
      input_player4_joypad_index = 3
      

      ensuite pour le ls /dev/input j'ai :

      by-id    by-path  event0   event1   js0      mice     mouse0
      

      et pour cat /proc/bus/input/devices j'ai :

      I: Bus=0003 Vendor=046d Product=cad2 Version=0111
      N: Name="PS3/USB Cordless Gamepad"
      P: Phys=usb-bcm2708_usb-1.3/input0
      S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:CAD2.0005/input/input0
      U: Uniq=
      H: Handlers=js0 event0 
      B: PROP=0
      B: EV=1b
      B: KEY=1fff0000 0 0 0 0 0 0 0 0 0
      B: ABS=30027
      B: MSC=10
      
      I: Bus=0003 Vendor=046d Product=400e Version=0111
      N: Name="Logitech K400"
      P: Phys=usb-bcm2708_usb-1.2:1
      S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0003/0003:046D:400E.0004/input/input1
      U: Uniq=
      H: Handlers=sysrq kbd mouse0 event1 
      B: PROP=0
      B: EV=12001f
      B: KEY=3007f 0 0 0 0 483ffff 17aff32d bf544446 0 0 ffff0001 130f93 8b17c007 ffff7bfa d9415fff febeffdf ffefffff ffffffff fffffffe
      B: REL=1c3
      B: ABS=1 0
      B: MSC=10
      B: LED=1f
      

      Niveau generateconfig.log on a :

      setJoypadIndex Retroarch ----------------------------
      	I have for player 1 : index=0 for joystick PS3/USB Cordless Gamepad
      	I have for player 2 : index=-1 for joystick DEFAULTDONOTFINDMEINCOMMAND
      	I have for player 3 : index=-1 for joystick DEFAULTDONOTFINDMEINCOMMAND
      	I have for player 4 : index=-1 for joystick DEFAULTDONOTFINDMEINCOMMAND
      writing given config for player 1
      Finishing config
      So it will be default configuration for player 2 
      pad 1 is free , writing in config
      So it will be default configuration for player 3 
      pad 2 is free , writing in config
      So it will be default configuration for player 4 
      pad 3 is free , writing in config
      

      pour recalbox.log j'ai :

      starting new log at Thu Jan  1 01:00:03 CET 1970
      essetting.sh - searching for SystemVolume
      setting audio volume to 96
      ---- recalbox-config.sh ----
      setting audio volume : 96
      Simple mixer control 'PCM',0
        Capabilities: pvolume pvolume-joined pswitch pswitch-joined
        Playback channels: Mono
        Limits: Playback -10239 - 400
        Mono: Playback -25 [96%] [-0.25dB] [on]
      systemsetting.sh - searching for wifi_ssid
      systemsetting.sh - searching for wifi_key
      systemsetting.sh - searching for audio_output
      essetting.sh - searching for AudioOutputDevice
      setting audio to auto
      ---- recalbox-config.sh ----
      setting audio output mode : auto
      numid=3,iface=MIXER,name='PCM Playback Route'
        ; type=INTEGER,access=rw------,values=1,min=0,max=2,step=0
        : values=0
      systemsetting.sh - searching for enable_mk_gpio
      systemsetting.sh - searching for enable_db9
      systemsetting.sh - searching for enable_gamecon
      systemsetting.sh - searching for enable_kodi
      systemsetting.sh - searching for kodi_at_start
      systemsetting.sh - searching for kodi_by_xbutton
      systemsetting.sh - searching for language
      systemsetting.sh - searching for kb_layout
      essetting.sh - searching for Lang
      setting keyboard layout to fr
      Loading /usr/share/keymaps/i386/azerty/fr.map.gz
      systemsetting.sh - searching for enable_xbox_drv
      systemsetting.sh - searching for xboxdrv_nb_controls
      systemsetting.sh - searching for enable_updates_check
      systemsetting.sh - searching for time_zone
      essetting.sh - searching for Lang
      starting emulationstation with lang = fr_FR
      Starting emulationstation with command : 
      HOME=/root LANG="fr_FR.UTF-8" SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so SDL_NOMOUSE=1 /usr/bin/emulationstation
      ---- recalbox-config.sh ----
      udhcpc (v1.23.1) started
      Sending discover...
      Sending discover...
      Sending select for 192.168.0.13...
      Lease of 192.168.0.13 obtained, lease time 86400
      deleting routers
      adding dns 62.2.24.158
      adding dns 62.2.17.60
      adding dns 62.2.24.162
      adding dns 62.2.17.61
      ---- recalbox-config.sh ----
      no wlan interface found
      ---- recalbox-config.sh ----
      no update available
      Retroarch configuration ok 
      DonkeyKongClassic (Shiru).smc
      DonkeyKongClassic\ \(Shiru\).smc
      /recalbox/share/roms/snes
      /recalbox/share/roms/snes/DonkeyKongClassic (Shiru).smc
      systemsetting.sh - searching for game_hdmi_mode
      Powering on HDMI with explicit settings (CEA mode 4)
      Powering on HDMI with preferred settings
      PING recalbox.com (195.154.77.183): 56 data bytes
      64 bytes from 195.154.77.183: seq=0 ttl=54 time=27.151 ms
      
      --- recalbox.com ping statistics ---
      1 packets transmitted, 1 packets received, 0% packet loss
      round-trip min/avg/max = 27.151/27.151/27.151 ms
      ---- recalbox-config.sh ----
      no update available
      Retroarch configuration ok 
      DonkeyKongClassic (Shiru).smc
      DonkeyKongClassic\ \(Shiru\).smc
      /recalbox/share/roms/snes
      /recalbox/share/roms/snes/DonkeyKongClassic (Shiru).smc
      systemsetting.sh - searching for game_hdmi_mode
      Powering on HDMI with explicit settings (CEA mode 4)
      

      et pour finir le es_input.cfg me donne :

      <?xml version="1.0"?>
      <inputList>
      	<inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">
      		<input name="a" type="key" id="115" value="1" />
      		<input name="b" type="key" id="97" value="1" />
      		<input name="down" type="key" id="1073741905" value="1" />
      		<input name="left" type="key" id="1073741904" value="1" />
      		<input name="pagedown" type="key" id="1073741902" value="1" />
      		<input name="pageup" type="key" id="1073741899" value="1" />
      		<input name="right" type="key" id="1073741903" value="1" />
      		<input name="select" type="key" id="32" value="1" />
      		<input name="start" type="key" id="13" value="1" />
      		<input name="up" type="key" id="1073741906" value="1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="PLAYSTATION(R)3 Controller (00:8B:F0:FA:63:25)" deviceGUID="060000004c0500006802000000010000">
      		<input name="a" type="button" id="13" value="1" />
      		<input name="b" type="button" id="14" value="1" />
      		<input name="down" type="button" id="6" value="1" />
      		<input name="hotkey" type="button" id="16" value="1" />
      		<input name="joystickleft" type="axis" id="0" value="-1" />
      		<input name="joystickup" type="axis" id="1" value="-1" />
      		<input name="l2" type="button" id="8" value="1" />
      		<input name="left" type="button" id="7" value="1" />
      		<input name="pagedown" type="button" id="11" value="1" />
      		<input name="pageup" type="button" id="10" value="1" />
      		<input name="r2" type="button" id="9" value="1" />
      		<input name="right" type="button" id="5" value="1" />
      		<input name="select" type="button" id="0" value="1" />
      		<input name="start" type="button" id="3" value="1" />
      		<input name="up" type="button" id="4" value="1" />
      		<input name="x" type="button" id="12" value="1" />
      		<input name="y" type="button" id="15" value="1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="Microsoft X-Box 360 pad" deviceGUID="030000005e0400008e02000010010000">
      		<input name="a" type="button" id="0" value="1" />
      		<input name="b" type="button" id="1" value="1" />
      		<input name="down" type="hat" id="0" value="4" />
      		<input name="hotkey" type="button" id="8" value="1" />
      		<input name="left" type="hat" id="0" value="8" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="right" type="hat" id="0" value="2" />
      		<input name="select" type="button" id="6" value="1" />
      		<input name="start" type="button" id="7" value="1" />
      		<input name="up" type="hat" id="0" value="1" />
      		<input name="x" type="button" id="2" value="1" />
      		<input name="y" type="button" id="3" value="1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="Xbox 360 Wireless Receiver" deviceGUID="030000005e0400001907000000010000">
      		<input name="a" type="button" id="1" value="1" />
      		<input name="b" type="button" id="0" value="1" />
      		<input name="down" type="button" id="14" value="1" />
      		<input name="hotkey" type="button" id="8" value="1" />
      		<input name="joystickleft" type="axis" id="0" value="-1" />
      		<input name="joystickup" type="axis" id="1" value="-1" />
      		<input name="l2" type="axis" id="2" value="1" />
      		<input name="left" type="button" id="11" value="1" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="r2" type="axis" id="5" value="1" />
      		<input name="right" type="button" id="12" value="1" />
      		<input name="select" type="button" id="6" value="1" />
      		<input name="start" type="button" id="7" value="1" />
      		<input name="up" type="button" id="13" value="1" />
      		<input name="x" type="button" id="3" value="1" />
      		<input name="y" type="button" id="2" value="1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="Xbox Gamepad (userspace driver)" deviceGUID="0000000058626f782047616d65706100">
      		<input name="a" type="button" id="1" value="1" />
      		<input name="b" type="button" id="0" value="1" />
      		<input name="down" type="hat" id="0" value="4" />
      		<input name="hotkey" type="button" id="10" value="1" />
      		<input name="joystickleft" type="axis" id="0" value="-1" />
      		<input name="joystickup" type="axis" id="1" value="-1" />
      		<input name="l2" type="button" id="6" value="1" />
      		<input name="left" type="hat" id="0" value="8" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="r2" type="button" id="7" value="1" />
      		<input name="right" type="hat" id="0" value="2" />
      		<input name="select" type="button" id="8" value="1" />
      		<input name="start" type="button" id="9" value="1" />
      		<input name="up" type="hat" id="0" value="1" />
      		<input name="x" type="button" id="3" value="1" />
      		<input name="y" type="button" id="2" value="1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="GPIO Controller 1" deviceGUID="15000000010000000100000000010000">
      		<input name="a" type="button" id="1" value="1" />
      		<input name="b" type="button" id="0" value="1" />
      		<input name="hotkey" type="button" id="6" value="1" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="select" type="button" id="6" value="1" />
      		<input name="start" type="button" id="7" value="1" />
      		<input name="x" type="button" id="2" value="1" />
      		<input name="y" type="button" id="3" value="1" />
      		<input name="down" type="axis" id="1" value="1" />
      		<input name="left" type="axis" id="0" value="-1" />
      		<input name="right" type="axis" id="0" value="1" />
      		<input name="up" type="axis" id="1" value="-1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="GPIO Controller 2" deviceGUID="15000000010000000200000000010000">
      		<input name="a" type="button" id="1" value="1" />
      		<input name="b" type="button" id="0" value="1" />
      		<input name="hotkey" type="button" id="6" value="1" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="select" type="button" id="6" value="1" />
      		<input name="start" type="button" id="7" value="1" />
      		<input name="x" type="button" id="2" value="1" />
      		<input name="y" type="button" id="3" value="1" />
      		<input name="down" type="axis" id="1" value="1" />
      		<input name="left" type="axis" id="0" value="-1" />
      		<input name="right" type="axis" id="0" value="1" />
      		<input name="up" type="axis" id="1" value="-1" />
      	</inputConfig>
      	<inputConfig type="joystick" deviceName="PS3/USB Cordless Gamepad" deviceGUID="030000006d040000d2ca000011010000">
      		<input name="a" type="button" id="2" value="1" />
      		<input name="b" type="button" id="1" value="1" />
      		<input name="down" type="axis" id="1" value="1" />
      		<input name="hotkey" type="button" id="12" value="1" />
      		<input name="joystickleft" type="hat" id="0" value="8" />
      		<input name="joystickup" type="hat" id="0" value="1" />
      		<input name="l2" type="button" id="6" value="1" />
      		<input name="left" type="axis" id="0" value="-1" />
      		<input name="pagedown" type="button" id="5" value="1" />
      		<input name="pageup" type="button" id="4" value="1" />
      		<input name="r2" type="button" id="7" value="1" />
      		<input name="right" type="axis" id="0" value="1" />
      		<input name="select" type="button" id="8" value="1" />
      		<input name="start" type="button" id="9" value="1" />
      		<input name="up" type="axis" id="1" value="-1" />
      		<input name="x" type="button" id="3" value="1" />
      		<input name="y" type="button" id="0" value="1" />
      	</inputConfig>
      </inputList>
      

      allez encore un petit es_log pour être sur :

      lvl2: 	EmulationStation - v2.0.0-rc1, built Mar  9 2015 - 14:01:19
      lvl2: 	Setting local directory to /usr/bin/locale/
      lvl2: 	Locals set...
      lvl2: 	Creating surface...
      lvl2: 	Created window successfully.
      lvl2: 	Added unconfigured joystick PS3/USB Cordless Gamepad (GUID: 030000006d040000d2ca000011010000, instance ID: 0, device index: 0).
      lvl2: 	Checking available OpenGL extensions...
      lvl2: 	 ARB_texture_non_power_of_two: MISSING
      lvl2: 	Loading system config file /root/.emulationstation/es_systems.cfg...
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/n64/gamelist.xml"...
      lvl1: 	System "n64" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/gbc/gamelist.xml"...
      lvl1: 	System "gbc" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/gb/gamelist.xml"...
      lvl1: 	System "gb" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/fds/gamelist.xml"...
      lvl1: 	System "fds" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/megadrive/gamelist.xml"...
      lvl1: 	System "megadrive" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/segacd/gamelist.xml"...
      lvl1: 	System "segacd" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/sega32x/gamelist.xml"...
      lvl1: 	System "sega32x" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/gamegear/gamelist.xml"...
      lvl1: 	System "gamegear" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/sg1000/gamelist.xml"...
      lvl1: 	System "sg1000" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/psx/gamelist.xml"...
      lvl1: 	System "psx" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/scummvm/gamelist.xml"...
      lvl1: 	System "scummvm" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/fba/gamelist.xml"...
      lvl1: 	System "fba" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/mame/gamelist.xml"...
      lvl1: 	System "mame" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/atari2600/gamelist.xml"...
      lvl1: 	System "atari2600" has no games! Ignoring it.
      lvl2: 	Parsing XML file "/root/.emulationstation/gamelists/msx/gamelist.xml"...
      lvl1: 	System "msx" has no games! Ignoring it.
      lvl2: 	SDL AUDIO Initialized
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	Launching /recalbox/scripts/recalbox-config.sh canupdate
      lvl2: 	Cannot update 
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding default entry for player 0(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding default entry for player 1(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding default entry for player 2(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding default entry for player 3(selected : true)
      lvl2: 	Configuring device 0 (PS3/USB Cordless Gamepad).
      lvl2: 	  Mapping [Axis 1-] -> Up
      lvl2: 	  Mapping [Axis 1+] -> Down
      lvl2: 	  Mapping [Axis 0-] -> Left
      lvl2: 	  Mapping [Axis 0+] -> Right
      lvl2: 	  Mapping [Hat 0 up] -> JoystickUp
      lvl2: 	  Mapping [Hat 0 left] -> JoystickLeft
      lvl2: 	  Mapping [Button 2] -> A
      lvl2: 	  Mapping [Button 1] -> B
      lvl2: 	  Mapping [Button 3] -> X
      lvl2: 	  Mapping [Button 0] -> Y
      lvl2: 	  Mapping [Button 9] -> Start
      lvl2: 	  Mapping [Button 8] -> Select
      lvl2: 	  Mapping [Button 4] -> PageUp
      lvl2: 	  Mapping [Button 5] -> PageDown
      lvl2: 	  Mapping [Button 6] -> L2
      lvl2: 	  Mapping [Button 7] -> R2
      lvl2: 	  Mapping [Button 12] -> HotKey
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding entry for player0 (not selected): PS3/USB Cordless Gamepad  030000006d040000d2ca000011010000
      lvl1: 	adding default entry for player 0(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding entry for player1 (not selected): PS3/USB Cordless Gamepad  030000006d040000d2ca000011010000
      lvl1: 	adding default entry for player 1(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding entry for player2 (not selected): PS3/USB Cordless Gamepad  030000006d040000d2ca000011010000
      lvl1: 	adding default entry for player 2(selected : true)
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	adding entry for player3 (not selected): PS3/USB Cordless Gamepad  030000006d040000d2ca000011010000
      lvl1: 	adding default entry for player 3(selected : true)
      lvl2: 	Attempting to launch game...
      lvl2: 	Shutting down SDL AUDIO
      lvl2: 	Attempting to configure emulator...
      lvl2: 	Available and configurated : PS3/USB Cordless Gamepad
      lvl2: 	No config for player 0
      lvl2: 	So i set PS3/USB Cordless Gamepad for player 0
      lvl2: 	No config for player 1
      lvl2: 	No config for player 2
      lvl2: 	No config for player 3
      lvl2: 	Configure emulators command : /recalbox/scripts/generateEmuConfigs/generateEmuConfigs.sh  030000006d040000d2ca000011010000 0 "PS3/USB Cordless Gamepad" DEFAULT -1 DEFAULTDONOTFINDMEINCOMMAND DEFAULT -1 DEFAULTDONOTFINDMEINCOMMAND DEFAULT -1 DEFAULTDONOTFINDMEINCOMMAND "snes"
      lvl2: 	Emulator configuration OK
      lvl2: 		/recalbox/scripts/emulatorlauncher.sh /recalbox/share/roms/snes/DonkeyKongClassic\ \(Shiru\).smc "snes"
      lvl2: 	Creating surface...
      lvl2: 	Created window successfully.
      lvl2: 	Added known joystick PS3/USB Cordless Gamepad (instance ID: 0, device index: 0)
      lvl2: 	SDL AUDIO Initialized
      lvl0: 	playing
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	OptionListComponent too narrow!
      lvl2: 	Launching /recalbox/scripts/recalbox-config.sh canupdate
      lvl2: 	Cannot update 
      lvl2: 	no update available
      
      lvl1: 	OptionListComponent too narrow!
      lvl1: 	OptionListComponent too narrow!
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      lvl2: 	 req music [system.bgsound]
      lvl0: 	playing
      

      Voilà, sorry for the long post ^^ Si quelqu'un à le courage d'y jeter un oeil c'est sympa ! Merciii !

      posted in Recalbox Général
      widget
      widget
    • Help ! Manette configurable et fonctionelle sur ES mais pas sur les emus !

      Bonjour ! Bravo à l'équipe pour votre excellent travail c'est génial ce que vous faites. Venant de RetroPie je dois avouer que c'est beaucoup plus pratique d'être sur RecalBox. Cependant j'ai un souci avec ma manette, qui est une Logitech "Cordless Precision for Playstation 3" fonctionnant sans fil grâce à un dongle 2,4 GHz mais n'étant pas (à ma connaissance) bluetooth. La manette est directement détectée dans le menu de configuration de Emulation Station, toutes les touches se configurent parfaitement, ensuite retour dans le menu d'Emulation Station, super, j'arrive à me passer du clavier et naviguer avec la manette. La ou ça se gatte malheureusement, c'est quand je lance un emulateur quelconque, la manette n'a absolument plus aucun effet et le clavier prend la relève. Quand j'appuie sur la touche ESC et que je retourne dans ES la manette refonctionne nickel, même après un redémarrage du système. Je me souviens qu'elle marchait bien sur RetroPie, j'avais juste du bidouiller le fichier de config de RetroArch car elle ne marchait pas directement non plus. Alors que faire ? Pouvez-vous m'aiguiller ? Dois-je mettre les mains dans le cambouis et aller trifouiller le fichier de config de RetroArch ? Merci d'avance pour vos réponses !

      posted in Recalbox Général
      widget
      widget