@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.
@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.
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?
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
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?