luciodra wrote: Tue Dec 10, 2024 8:23 am
Now that I can work well with Raven at 96MHz without it freezing, I could use some help with the network card:
The network card driver expects to find the card at port 300 so you'll want to add this line to
isa_bios.inf:
Next boot you should be able to verify that
isa_bios.log is saying IO: 0300 instead of IO: 0240 for the card under the Configured section.
Then copy
raven/drivers/ne2000/eneh.xif into your Mint folder, and that should do it for the hardware part.
There are people much better than me when it comes to setting up Mint but I believe the bootable 1.19 package should come with at least the basic tools you need such as ifconfig, route and ping.
Look for the "Start network" section in
mint.cfg and modify as described in the comments there.
The interface name, which is going to be one of the parameters you need to change in the example, is en0
With that setup, and after a reboot, you should be able to verify that you can ping the outside world.