[TUTORIAL FACIL] ENCENDER Y APAGAR RECALBOX CON UN BOTON

Sección Unicamente para Tutoriales y Guías
alex__punisher
Pi Newbie
Pi Newbie
Mensajes: 4
Registrado: 09 Sep 2017, 20:29
Agradecido: 0
Agradecimiento recibido: 0

Este tutorial, no lo pongo en ningun momento para quitar meritos a otros compañeros, pero en mi caso me han fallado los demas metodos por lo que subo este y explico de donde lo saque para que nadie mal interprete mis acciones, solo intento ayudar, la web en cuestion es esta: https://yabber.us/p/RaspberryPi/tutoria ... spberry-pi

En mi caso el tutorial que todo el mundo usa: viewtopic.php?f=6&t=1572 no me funciona, me sale al final del todo este error:
# /etc/init.d/S99myscript start
-sh: /etc/init.d/S99myscript: Permission denied


Bueno siguiendo el tutorial de la web que os he pasado teneis que:

1-Entrar desde un navegador web en h ttp://recalbox ( recomiendo chrome )
2-Buscar la linea de comando ";system.power.switch=PIN56ONOFF " que esta casi al principio del todo

Os deberia de salir algo asi:
# System Variable
# You can configure your recalbox from here
# To set a variable, remove the first ; on the line



# ------------ A - System Options ----------- #
# Uncomment the system.power.switch you use
;system.power.switch=ATX_RASPI_R2_6 # http://lowpowerlab.com/atxraspi/#installation
;system.power.switch=PIN56ONOFF
;system.power.switch=MAUSBERRY # http://mausberry-circuits.myshopify.com/pages/setup
;system.power.switch=REMOTEPIBOARD_2003 # http://www.msldigital.com/pages/support ... board-2013
;system.power.switch=REMOTEPIBOARD_2005 # http://www.msldigital.com/pages/support ... -plus-2015

3-Quitar el ; para que quede asi:

# System Variable
# You can configure your recalbox from here
# To set a variable, remove the first ; on the line



# ------------ A - System Options ----------- #
# Uncomment the system.power.switch you use
;system.power.switch=ATX_RASPI_R2_6 # http://lowpowerlab.com/atxraspi/#installation
system.power.switch=PIN56ONOFF
;system.power.switch=MAUSBERRY # http://mausberry-circuits.myshopify.com/pages/setup
;system.power.switch=REMOTEPIBOARD_2003 # http://www.msldigital.com/pages/support ... board-2013
;system.power.switch=REMOTEPIBOARD_2005 # http://www.msldigital.com/pages/support ... -plus-2015


PD: si os pasa como ami que no me aparecia esa linea, simplemente crearla, copiar y pegarla sin el ; , reiniciais la raspberry y ya os funcionara el boton de encendido y apagado.

Siento si no puedo atender a las respuesta, solo pongo el post por ayudar a quien le haya pasado como ami.

Saluditos!!
Responder