On Wed, 8 Aug 2001 [EMAIL PROTECTED] wrote: > Hi, > > I have installed a neclone2000 pci ethernet card and I get this error: > ne2k-pci.c:v1.02 10/19/2000 D. Becker/P. Gortmaker > http://www.scyld.com/network/ne2k-pci.html > PCI: Found IRQ 11 for device 00:0a.0 > IRQ routing conflict for 00:0a.0, have irq 10, want irq 11 > eth0: RealTek RTL-8029 found at 0xe800, IRQ 10, 00:E0:29:72:A4:93. > > I tried to pass the correct parameters at boot time but nothing > happened...I also tried to find the conf.modules file as told in the > ethernet HOWTO to put in the correct parameters for my card but I > couldn't find it too. > Error? I am always glad to see this message. It means that the driver has been loaded succesfully. Run 'modconf' to insert to make the module load at system boot. I do not think you have to specify any parameters.
Your next step would be to set up your networking: ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up (if this works, edit /etc/network/interfaces). If you want to ipmasq, install the package 'ipmasq' and read the IP-Masquerade howto (if you are running 2.2). Greetz, Sebastiaan