Navigation

    Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Download
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. MrPengo
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    MrPengo

    @MrPengo

    0
    Reputation
    4
    Posts
    320
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website plus.google.com/112386614881034060684 Location Badalona (Spain)

    MrPengo Follow

    Best posts made by MrPengo

    This user hasn't posted anything yet.

    Latest posts made by MrPengo

    • RE: Fijar IP en Recalbox 17.12.02

      @ozelu de nada pero esta forma tiene bastantes limitaciones y habría que adaptarla un poco para que funcionase con WiFi o múltiples tarjetas de red.

      Espero que algún día añadan algo mejor al Manager o al script de configuración.

      posted in Recalbox general
      MrPengo
      MrPengo
    • Fijar IP en Recalbox 17.12.02

      Hola a todos.

      He actualizado recientemente mi Recalbox y he notado que el método clásico de fijar la IP mediante el archivo /etc/network/interfaces.base ya no funciona.

      Revisando el sistema veo que ahora se usa connman para gestionar la red y, de momento, lo he resuelto creando el archivo /recalbox/share/system/custom.sh con el siguiente contenido:

      #Configurar IP fija cable
      
      CONNMANWIRED=$(connmanctl services | grep "Wired" | sed "s/^.*ethernet_/ethernet_/")
      
      connmanctl config $CONNMANWIRED --ipv4 manual 192.168.1.25 255.255.255.0 192.168.1.1 --nameservers 192.168.1.1 8.8.8.8 8.8.4.4 --timeservers 1.es.pool.ntp.org 0.europe.pool.ntp.org 3.europe.pool.ntp.org
      

      Donde 192.168.1.25 es la IP de la Recalbox, 255.255.255.0 la máscara de red y 192.168.1.1 el gateway.

      ¿Sabéis si hay alguna manera oficial de hacerlo?

      posted in Recalbox general
      MrPengo
      MrPengo
    • RE: Spanish translation

      Thanks for the answer Retroboy. I sent a pull request with and updated translation (po and mo files) and now I will begin to work on the wiki. And thank you for that beautiful little distro ;D

      posted in Recalbox General
      MrPengo
      MrPengo
    • Spanish translation

      Hi forum, I began using Recalbox a couple of weeks ago and I've fallen in love with it. I want to contribute translating it into spanish and I have a couple of questions: - It's english the main language for the wiki/documentation? - It's the recalbox-emulationstation french locale .po current? I translated it but seems to be some strings missing (The scraper menu option and the "options" and "menu" strings near the select and start buttons) - Can I just create translated wiki pages or I need some kind of permission?

      posted in Recalbox General
      MrPengo
      MrPengo