Category Archives : Linux


RetroPie Setup Woes

Original setup was fine and everything worked. Then ran into some issues: No Sound (was testing with snes) 2. No Sound in specific emulators (megadrive/gameboy/nintendo, snes worked per step 1) Delete retroarch.cfg from each emulator under /opt/retropie/configs/<emulator>/ <–it’ll regenerate 3. Backspace doesn’t work as hotkey any more Removing the exit_emulator_btn from /opt/retropie/configs/all/retroarch.cfg 4. 2 Player […]


linux set static ip

/etc/dhcpcd.conf interface eth0static ip_address=192.168.4.57/24static domain_name_servers=192.168.4.57 8.8.8.8 interface wlan0static ip_address=192.168.4.56/24static domain_name_servers=192.168.4.56 8.8.8.8 This will also set /etc/resolv.conf for dns servers


write error: File too large

If it says “write error: File too large” when you redirect output to a file, e.g.: cat a.txt | sort > blah It may have to do with limitation of the file system’s size (FAT vs ntfs, etc).  Try writing to another directory, such as /tmp or whatever.