Recalbox Forum

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

    Posts made by antipode-x-alex

    • RE: Manette Gamecube pour Recalbox

      J'utilise le modèle dreamcast de la même marque, fonctionne sans soucie !

      posted in Emulateurs Arcade/PC/Console
      antipode-x-alex
      antipode-x-alex
    • RE: Création d’un package pour recalbox : ZELDA SOLARUS

      Sa devient bon tous sa, sa donne envie. Merci pour le taff mec.

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • RE: HUB USB !

      Autant pour moi error de ma par j'ai edit mon poste avec ce lien : http://www.amazon.fr/gp/product/B00E0NHKEM/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A1X6FK5RDHNB96 (possetion actuel !)

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • RE: Bouton ON / OFF / Reboot

      Salut Acris encore desole du temp de reponse, gros travaux chez moi... Donc je viens de faire laisser cela marche tres bien juste une corrections dans ton script .

      Tu as mis : done' > /recalbox/script/shutdowncheck.sh chmod 755 /recalbox/script/shutdowncheck.sh Et il fallait : done' > /recalbox/scripts/shutdowncheck.sh chmod 755 /recalbox/scripts/shutdowncheck.sh

      De plus le shutdown ne se fait pas à 3 seconde mais à 7 et le reboot à 8 ! Bizarre je regarderais plus tard.

      posted in Manettes/GPIO/Encodeurs
      antipode-x-alex
      antipode-x-alex
    • RE: HUB USB !

      Tous ce dont je parle, même celui deja en ma possession en sont équiper !

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • HUB USB !

      Salut tous le monde, je voudrais installer un hub usb sur ma recalbox rpi 2. Mais voila les peripherique ne sont pas reconnus sur le hub. Modèle : http://www.amazon.fr/gp/product/B00E0NHKEM/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A1X6FK5RDHNB96 Avez vous une idée ? Sinon j'ai vu c'est hub la : http://www.amazon.fr/gp/product/B0000B0DL7/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A1X6FK5RDHNB96 http://www.amazon.fr/gp/product/B00E0NHMNQ/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A1X6FK5RDHNB96 http://www.amazon.fr/gp/product/B00006B7DA/ref=ox_sc_act_title_3?ie=UTF8&psc=1&smid=A1X6FK5RDHNB96 Merci d'avance pour vos reponse !

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • RE: Bouton ON / OFF / Reboot

      Désolé j'ai pas eu le temps de tester, j'ai refait entièrement ma salle à manger et cuisine. N'était plutôt hard que soft lol. Je mis remet cet semaine je pense.

      posted in Manettes/GPIO/Encodeurs
      antipode-x-alex
      antipode-x-alex
    • RE: [Résolu][Tuto]Circuit Mausberry et recalbox

      je ferais bien l'essais sur mon script que je n'ai pas réussi à faire fonctionner. http://blog.recalbox.com/forums/topic/bouton-on-off-reboot/

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • RE: Manette dreamcast !

      Je possède déjà le modèle GameCube sur ma borne de la même marque. Donc je pense prendre celui la aussi. Je vous ferai un retours.

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • Manette dreamcast !

      Salut a tous, et à toi Retroboy. Je voudrais savoir si recalbox est compatible avec genre d'accesoire ? http://www.amazon.fr/Dreamcast-Controller-Adapter-PC-USB/dp/B00K7YK0YA/ref=sr_1_2?ie=UTF8&qid=1427601146&sr=8-2&keywords=dreamcast+to+usb

      posted in Recalbox Général
      antipode-x-alex
      antipode-x-alex
    • RE: Bouton ON / OFF / Reboot

      Bon pas reussis mais j'abandonne pas... Error :

      ATXRaspi shutdown script started: asserted pins (7=input,LOW; 8=output,HIGH). Waiting for GPIO7 to become HIGH...
      sleep: invalid number '0.02'
      /etc/init.d/shutdowncheck.sh: line 35: 1427321809%N-1427321809%N: division by 0 (error token is "N-1427321809%N")
      
      posted in Manettes/GPIO/Encodeurs
      antipode-x-alex
      antipode-x-alex
    • RE: Bouton ON / OFF / Reboot

      Merci l'ami, j'essaie sa ce soir.

      posted in Manettes/GPIO/Encodeurs
      antipode-x-alex
      antipode-x-alex
    • Bouton ON / OFF / Reboot

      Salutations à tous, je vous contacte car j'aurais besoins d'aide sur un script ! J'achetais ce matériel qui permet d'avoir un bouton "on off reboot" : * https://github.com/LowPowerLab/ATX-Raspi Mais probleme le script ne marche pas sur recalbox, du coup si vous avez une idée ? En retirant tous les sudo le script passe sauf qu'il ne trouve pas le dossier /etc/rc.local

      echo '#!/bin/bash
      
      #This is GPIO 7 (pin 26 on the pinout diagram).
      #This is an input from ATXRaspi to the Pi.
      #When button is held for ~3 seconds, this pin will become HIGH signalling to this script to poweroff the Pi.
      SHUTDOWN=7
      REBOOTPULSEMINIMUM=200      #reboot pulse signal should be at least this long
      REBOOTPULSEMAXIMUM=600      #reboot pulse signal should be at most this long
      echo "$SHUTDOWN" > /sys/class/gpio/export
      echo "in" > /sys/class/gpio/gpio$SHUTDOWN/direction
      
      #Added reboot feature (with ATXRaspi R2.6 (or ATXRaspi 2.5 with blue dot on chip)
      #Hold ATXRaspi button for at least 500ms but no more than 2000ms and a reboot HIGH pulse of 500ms length will be issued
      
      #This is GPIO 8 (pin 24 on the pinout diagram).
      #This is an output from Pi to ATXRaspi and signals that the Pi has booted.
      #This pin is asserted HIGH as soon as this script runs (by writing "1" to /sys/class/gpio/gpio8/value)
      BOOT=8
      echo "$BOOT" > /sys/class/gpio/export
      echo "out" > /sys/class/gpio/gpio$BOOT/direction
      echo "1" > /sys/class/gpio/gpio$BOOT/value
      
      echo "ATXRaspi shutdown script started: asserted pins ($SHUTDOWN=input,LOW; $BOOT=output,HIGH). Waiting for GPIO$SHUTDOWN to become HIGH..."
      
      #This loop continuously checks if the shutdown button was pressed on ATXRaspi (GPIO7 to become HIGH), and issues a shutdown when that happens.
      #It sleeps as long as that has not happened.
      while [ 1 ]; do
        shutdownSignal=$(cat /sys/class/gpio/gpio$SHUTDOWN/value)
        if [ $shutdownSignal = 0 ]; then
          /bin/sleep 0.2
        else  
          pulseStart=$(date +%s%N | cut -b1-13) # mark the time when Shutoff signal went HIGH (milliseconds since epoch)
          while [ $shutdownSignal = 1 ]; do
            /bin/sleep 0.02
            if [ $(($(date +%s%N | cut -b1-13)-$pulseStart)) -gt $REBOOTPULSEMAXIMUM ]; then
              echo "ATXRaspi triggered a shutdown signal, halting Rpi ... "
              sudo poweroff
              exit
            fi
            shutdownSignal=$(cat /sys/class/gpio/gpio$SHUTDOWN/value)
          done
          #pulse went LOW, check if it was long enough, and trigger reboot
          if [ $(($(date +%s%N | cut -b1-13)-$pulseStart)) -gt $REBOOTPULSEMINIMUM ]; then 
            echo "ATXRaspi triggered a reboot signal, recycling Rpi ... "
            sudo reboot
            exit
          fi
        fi
      done' > /etc/shutdowncheck.sh
      sudo chmod 755 /etc/shutdowncheck.sh
      sudo sed -i '$ i /etc/shutdowncheck.sh &' /etc/rc.local
      
      posted in Manettes/GPIO/Encodeurs
      antipode-x-alex
      antipode-x-alex