> Hi again...
> Sorry for not posting specific errors... What happens is the module
> (ne2k-pci.o) is loaded in the kernel, and when I activate the changes
good, if the module loads, this seems to be ok so far.
Try the following: (as root) in one console, type 'tail -f
/var/log/messages'
then (in another console, also as root) do a 'modprobe ne2k-pci'
You should get messages in the syslog (/var/log/messages), mine look
like:
ne2k-pci.c:vpre-1.00e 5/27/99 D. Becker/P. Gortmaker http://cesdis.gsfc.nasa.
ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0x6100, IRQ 11.
eth0: RealTek RTL-8029 found at 0x6100, IRQ 11, 00:80:AD:3A:6B:E9.
ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0x6200, IRQ 12.
eth1: RealTek RTL-8029 found at 0x6200, IRQ 12, 52:54:00:DF:98:30.
Quote:> (linuxconf), I get something like a eth0 trying to restart, but it fails. And
Well, i am not much into this autmatic admin stuff (linuxconf et al),
all i can tell you is: do your troubleshooting by hand, so you can see
all the errors etc.
Quote:> the same thing at boot... I get a big, red [FAILED] when initializing eth0. I
> don't know if it is a software or hardware problem, so that is what I am
> trying to figure out at the moment... AND to top it all off, my BIOS is
> crap... It allows me to set a supervisor password, and that's about it...
At the moment, i don't think your BIOS is to blame.
Take these steps: (always watching your syslog in a second console)
1. 'lsmod' to see if the module is already loaded
2. if it is loaded, 'rmmod ne2k-pci' to remove it
3. 'insmod ne2k-pci', look for errors, also watch the syslog
if there are errors until now, come back here and post them.
4. ifconfig eth0 192.168.1.1 up
5. ifconfig eth1 192.168.2.1 up
6. verify the network cards with 'ifconfig'
you can use your ip-adresses instead of the above.
7. route add -net 192.168.1.0 netmask 255.255.255.0 eth0
8. route add -net 192.168.2.0 netmask 255.255.255.0 eth1
now you should be able to ping hosts on both networks.
So, this is what i can offer you. I hope everything is correct, you
might check it against the NET-HOWTOs, it's a long time since i had
errors on the network... :-)
Good luck and best wishes,
Stefan.
If the machine would just lock up when you insert the module - well,
that was exactly what happened when i had the irq shared...
--
Windows 2000 - from the people who brought you EDLIN.