Files
Scripts_MiSTer/other_authors
Lethja 6650b4f006 Wifi SSH (#124)
* Corrected dialog pipe redirection so script works properly in SSH and TTY sessions

* Remove pointless sleep

* Removed unused code

* Use tab indentation instead of space (to save disk space)

* Removed flickering while connecting to an access point and yet another pointless sleep command
2025-09-11 14:41:15 +08:00
..
2021-08-24 21:14:05 -06:00
2025-09-11 14:41:15 +08:00

other_authors

Miscellaneous Bash scripts for MiSTer from other authors

fast_USB_polling_on/off by tofukazoo

Toggles 1000hz USB polling for joysticks and gamepads on or off by editing /linux/u-boot.txt:

ON: v=loglevel=4 usbhid.jspoll=1 xpad.cpoll=1 OFF: v=loglevel=4 usbhid.jspoll=0 xpad.cpoll=0

Should not overwrite other u-boot.txt settings.

mra_rom_check.sh by alanswx

This will validate the standard MRAs and report which ones are missing mame zip files

wifi.sh by MiSTerAddons

Script adapted from RetroPie for use with MiSTer FPGA project by MiSterAddons

change_hostname.sh by MiSTerAddons

Script used to change network hostname so MiSTer devices can be addressed by network name. By default, they are all set to "MiSTer". Security scripts also updated to check for MiSTer main binary instead of checking hostname. To use, edit change_hostname.ini by replacing "New_MiSTer_Hostname" with the desired hostname. For example: NEW_HOSTNAME="OOGABOOGA"