diff --git a/Dayna-Port-SCSI-Link.md b/Dayna-Port-SCSI-Link.md index 40a7702..a3c6913 100644 --- a/Dayna-Port-SCSI-Link.md +++ b/Dayna-Port-SCSI-Link.md @@ -227,7 +227,7 @@ One way to know that your DaynaPort interface is set up correctly locally, is th # Atari ST/TT/Falcon Setup Instructions -The DaynaPort SCSI/Link emulation works with the MiNT drivers for the Atari ST. Some instructions for setting this up are available on the archived [Anodyne Software web page](https://web.archive.org/web/20180915114613/http://www.anodynesoftware.com/ethernet/main.htm). +The DaynaPort SCSI/Link emulation works with plain TOS and STiNG, and also with the MiNT drivers for the Atari ST. Some instructions for setting this up are available on the archived [Anodyne Software web page](https://web.archive.org/web/20180915114613/http://www.anodynesoftware.com/ethernet/main.htm). See also [this thread on Atari-Forums](https://www.atari-forum.com/viewtopic.php?p=425264&sid=d98c89b8f40e228621e617964177ce27#p425264) with steps to a successful setup on an Atari TT system. @@ -241,6 +241,8 @@ For using the emulation with TOS and STiNG this configuration in STING.PRT can b Port : Ethernet0 ACTIVE=1 IP=0a0a1402 SUBMASK=ffffff00 MTU=1500 TYPE=1 MAC=00:80:19:10:98:e3 ``` +Uncomment the setup block that matches the network interface, e.g. eth0 or wlan0, you have configured piscsi with. + This is a matching ROUTE.TAB: ``` # Pi, eth0 @@ -251,6 +253,7 @@ This is a matching ROUTE.TAB: 10.10.20.0 255.255.255.0 Ethernet0 0.0.0.0 0.0.0.0 0.0.0.0 Ethernet0 10.10.20.1 ``` +Note that STiNG does not support DHCP and thus requires a hard-coded IP address. # Troubleshooting and limitations - If the DaynaPort installer complains about a Network file in control panels you will need to use [ResEdit ](https://macintoshgarden.org/apps/resedit)to make that file visible, then move it out of the Control Panels folder and try the install again.