its on an old machine, so no plug'n'pray.
after about an hour of trial & error (plus watching a movie
) I created a script that does the following things that you have to run on boot:
1. modprobe eexpress io=0x200 (found the io by trial and error)
2. ifconfig <ip> netmask <subnet> eth0
3. route add <gateway ip>
4. route add default gw <gateway ip>
leaving out step 3 results in the computer not being able to reach anything past the gateway. I assume that step 3 tells it the static route to the gateway or something?
after about an hour of trial & error (plus watching a movie
1. modprobe eexpress io=0x200 (found the io by trial and error)
2. ifconfig <ip> netmask <subnet> eth0
3. route add <gateway ip>
4. route add default gw <gateway ip>
leaving out step 3 results in the computer not being able to reach anything past the gateway. I assume that step 3 tells it the static route to the gateway or something?
