STATUS NOT CONNECTED : How to resolve
-
Hi everyone,
Some of you are have some strange network behaviour like :
This comes from a DNS problem, and requires you some very small modifications.
You need to edit ~/.emulationstation/es_settings.cfg and replace recalbox.com by archive.recalbox.com
This can be done with a Unix-compatible file editoer by browsing your network and accessing Recalbox shares in \\Recalbox\share\system\.emulationstation (copy and paste this adress in the Windows explorer. People under Mac or Linux can also acess Recalbox share as usual).
You can also manually edit the file in SSH
For people who are uneasy with editing the file, juste paste this in SSH :
/etc/init.d/S31emulationstation stop && sed -i "s+recalbox\.com+archive\.recalbox\.com+g" ~/.emulationstation/es_settings.cfg && /etc/init.d/S31emulationstation start
And voilà !
-
relcabox.com is now pingable for everyone. Topic closed !