mist-rich wrote: ↑Tue Jan 03, 2023 4:55 pm
Sorted. I edited the .ini from desktop and changed some settings and updated the wifi script and all is ok again
One question for future - is notepad good enough for .ini editing?
I believe it's fine as long as long as the file was created under Unix to begin with. If you create a new file from Notepad, it will have incorrect end-of-line encoding. Unix uses only linefeed at the end of a text line, and Windows uses carriage return/linefeed. This can really confuse any Unix program that's not specifically written to understand this. (most of them.) Notepad recognizes and will preserve the encoding if you load an existing Unix text file, but has no way to specify Unix encoding when saving a new one.
There's a "dos2unix" utility at the Mister command line that can convert files. Otherwise, the Notepad++ program is a pretty good choice for both creating new files and editing existing ones. I think there's a dropdown menu option for Unix format.
I use Windows vim, but that's a spectacularly difficult editor if you've never learned it, and a terrible recommendation for noobs.
edit to add: The Mister command line has the "nano" program available, which is probably the easiest terminal-mode editor you can find. If you don't mind a little bit of CLI usage, it's right there, you don't have to download anything. Example: you'd hit F9, log in, type "cd /media/fat", and then "nano MiSTer.ini". The command characters are all listed at the bottom, for things like searching or saving the file.
You can also use that program over SSH, which gives you visual cut and paste ability with most SSH clients. (Nano has no idea you're doing it, that's all the client.)
IMO, nano is a lot easier than yanking the card, loading it on Windows, editing, yanking it again, and remounting it. But your MiSTer has to be running well enough to either let you see the main menu so you can hit F9, or be alive enough to start SSH, even if the display is borked.