Ssh: Emuelec

Whether you are debugging a failed boot, writing a cron job to sync save states to a NAS, or just forcing a resolution change that the GUI refuses to save, SSH is your best friend.

function emuelessh ssh root@192.168.1.120 emuelec ssh

scp /home/user/Downloads/bios_file.bin root@192.168.1.120:/storage/roms/bios/ Whether you are debugging a failed boot, writing

nano /storage/scripts/bt_watchdog.sh Paste: check your current governor:

echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor To make permanent, add that line to /storage/.config/autostart.sh .

If games aren't showing up, rebuild the gamelist:

rm /storage/roms/gamelist.xml emulationstation --create-gamelists First, check your current governor: