Hey everyone, so I have a bizarre issue with my MiSTer. If I F9 into my unit to change the dhcpcd.conf file to feature the following:
Code: Select all
interface eth0
static ip_address=192.168.1.6/24
it causes the MiSTer to throw errors when trying to connect wirelessly (FTP, update_all, etc). However, if I remove the static IP, everything works totally fine again. The dongle is working, and I see the LEDs flashing like normal when this is happening. I also tried to set another static IP for the WiFi using this in tandem:
Code: Select all
interface wlan0
static ip_address=192.168.1.8/24
but I get the same issues. The MiSTer doesn't want to communicate with the outside world, and all FTP connections to the MiSTer are dropped/timed out despite having IPs set and pointing to the correct places.
What am I missing?