Are you planning to reboot to make this work??? You can test anything using modprobe and/or insmod... But the config files look good, so it should work (assuming you got the jumpers right).
Ron On Thu, 17 Feb 2000, Patrick Kirk wrote: > So to make it work - please point out any obvious things I may have > forgotten assuming I get the jumper settings right. > > /etc/conf.modules > alias eth0 ne > alias eth1 ne > options ne io=0x2c0,0x300 irq=10,11 > > /etc/modules > #auto > ne > #ne2k-pci > ip_alias > ip_masq_quake > ip_masq_raudio > rarp > > > ----- Original Message ----- > From: "Ron Rademaker" <[EMAIL PROTECTED]> > To: "Patrick Kirk" <[EMAIL PROTECTED]> > Cc: <debian-user@lists.debian.org> > Sent: Thursday, February 17, 2000 3:16 PM > Subject: Re: PCI BIOS problems > > > > If the card can work on irq 11 and io 0x300 it should work because both > > the irq as the io adress aren't taken. You should try it... > > > > Ron > > > > On Thu, 17 Feb 2000, Patrick Kirk wrote: > > > > > Would modprobe ne2k-pci io=0x300 irq=11 work when: > > > > > > cat /proc/io... > > > 0000-001f : dma1 > > > 0020-003f : pic1 > > > 0040-005f : timer > > > 0060-006f : keyboard > > > 0070-007f : rtc > > > 0080-008f : dma page reg > > > 00a0-00bf : pic2 > > > 00c0-00df : dma2 > > > 00f0-00ff : npu > > > 0170-0177 : ide1 > > > 01f0-01f7 : ide0 > > > 02c0-02df : NE2000 > > > 02f8-02ff : serial(set) > > > 0376-0376 : ide1 > > > 03c0-03df : vga+ > > > 03f0-03f5 : floppy > > > 03f6-03f6 : ide0 > > > 03f7-03f7 : floppy DIR > > > 03f8-03ff : serial(set) > > > > > > cat /proc/interrupts > > > 0: 16539 timer > > > 1: 2 keyboard > > > 2: 0 cascade > > > 8: 2 + rtc > > > 10: 305 NE2000 > > > 13: 1 math error > > > 14: 14481 + ide0 > > > 15: 0 + ide1 > > > > > > > >