Emuelec Ssh «2026»

#!/bin/sh while true; do if ! bluetoothctl show | grep -q "Powered: yes"; then systemctl restart bluetooth echo "$(date): Bluetooth restarted" >> /tmp/bt.log fi sleep 60 done Make it executable: chmod +x /storage/scripts/bt_watchdog.sh

systemctl stop emustation systemctl start emustation Or, using the EmuELEC script: emuelec ssh

rm /storage/roms/gamelist.xml emulationstation --create-gamelists First, check your current governor: ssh-copy-id root@192

cd /tmp wget https://github.com/EmuELEC/EmuELEC/releases/latest/EmuELEC-Amlogic-ng.aarch32-VERSION.img.gz gunzip EmuELEC-*.img.gz dd if=EmuELEC-*.img of=/dev/mmcblk1 bs=4M status=progress Sometimes you need to upload a single core file or a BIOS, and Samba is too slow. Use scp (built into Linux/macOS/Windows PowerShell). If games aren't showing up, rebuild the gamelist:

ssh-copy-id root@192.168.1.120 Then disable password auth. Typing ssh root@192.168.1.120 every time is annoying. Create an alias on your main PC.

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

df -h Look for /storage usage. If it hits 95%, delete old ROMs or logs.