I tried using the new PicoGUS with a Pico W with the network firmware but was struggling to get things working.
I decided to use a known working ISA network card I had built and were working on my MicroATX Atari with EtherNEC adapter.
kodak80 isa8_eth boards.jpg
At first, I was struggling with getting STing working under EmuTOS in my Raven060. Some of this was reminding myself on how STing is configured to work.
Here are the steps (from memory) I followed:
1. copy STING folder and files to C:\STING
2. copy 3x STing CPX files to C:\CPX
3. copy STING.PRG and STING.INF to C:\AUTO
4. edit STING.INF to contain the location of STING:
5. copy Raven NE2000 driver
eneh.stx to C:\STING
6. edit STING\ROUTE.TAB to set my router IP as the route address shown on the last line below as 192.168.1.1 (Each item on the line is separated by TABs) Use your own router IP address:
Code: Select all
#
# This is the routing table, to be used by the router to route IP datagrams
#
# Format of routes comprises four entries, separated by TABs :
# - First the network (subnet number) which can be reached by using this
# route.
# - Next the subnet mask associated with that network.
# - Then the port name follows. This is the name as listed by ConfSTinG or
# STNGPORT.CPX.
# - Last entry is the IP address of a host on the attached network that
# can act as a gateway.
#
# The network specified can be directly attached to the specified port, in
# that case no gateway is needed, as the datagram can be routed directly.
# For a route to a network that is directly attached therefore the gateway
# entry should be set to 0.0.0.0.
#
# For an attached Ethernet the gateway entry specifies the gateway out of
# the Ethernet, for a serial line it is simply the host at the other end.
#
# It is advisable to finish the table by a default route. This route is most
# easily obtained by specifying a network 0.0.0.0 with a netmask 0.0.0.0.
#
# Routes with invalid addresses or absent ports are ignored.
#
# 192.68.0.0 255.255.255.240 Modem 1 192.68.0.1
# 130.75.75.0 255.255.255.128 Ser.2/LAN 0.0.0.0
# 0.0.0.0 0.0.0.0 Ser.2/LAN 130.75.75.16
#
# 192.168.255.2 255.255.255.0 EtherNet 192.168.255.1
# 0.0.0.0 0.0.0.0 Modem 1 0.0.0.0
0.0.0.0 0.0.0.0 EtherNet 192.168.1.1
7. Edit STING\DEFAULT.CFG to set the NAMESERVER:
Code: Select all
# The one following is also redefined by the dialer, and you only need to
# define it here if you use a local network, so all machines in that net
# can find the nameserver (the dialer only defines it on one machine).
# Note that the value of NAMESERVER variables should always be a numeric
# IP address, since another nameserver would be needed to resolve a URI.
# You can specify more than one address, separated by ", " .
# (eg: "NAMESERVER = 193.45.240.2, 193.45.240.4")
#
NAMESERVER = 8.8.8.8
8. reboot Raven060 to activate STing
9. Open Control Panel
10a. Open
STing Port Setup. Set IP address and Subnet Mask to your network settings. Ensure the Active checkbox is crossed/active.
10b. Click on the Addressing box and select General. The under Choose Hardware, click and select the NE2000. Ignore the MAC address as this is set from your network card when you click the OK button.
11. Save your STing Port Setup settings. Save to C:\STING.PRT
12. Now open the
STing Protocols CPX and check/set the RESOLVER has the NAMESERVER you set in step 7.
13. reboot Raven060 to activate STing once more to boot with your new settings.
14. Use STING\TOOLS\PING.PRG to set pinging 8.8.8.8 and it should work.
Here are the files from my Raven060 for my STing setup:
STING-Raven060-KDK.zip
You do not have the required permissions to view the files attached to this post.