Dear all, I have a Intel pro100 network card in my PC. The system loads kernel module `e100' automatically when booting. But ifconfig eth0 up failed. If I manually load `eepro100', ifconfig also failed. This is some output:
# modprobe eepro100 PCI: Enabling device 0000:02:02.0 (0110 -> 0113) ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 18 (level, low) -> IRQ 185 eth0: 0000:02:02.0, 00:0E:0C:5E:4B:06, IRQ 185. Board assembly 741462-017, Physical connectors present: RJ45 Primary interface chip i82555 PHY #1. General self-test: passed. Serial sub-system self-test: passed. Internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). # ifconfig eth0 up eth0: ERRor while getting interface flags: No such device # cat /proc/interrupts CPU0 0: 692389 IO-APIC-edge timer 1: 1242 IO-APIC-edge i8042 6: 5 IO-APIC-edge floppy 7: 0 IO-APIC-edge parport0 8: 1 IO-APIC-edge rtc 9: 1 IO-APIC-level acpi 14: 4184 IO-APIC-edge ide0 15: 24753 IO-APIC-edge ide1 169: 272 IO-APIC-level uhci_hcd:usb1, [EMAIL PROTECTED]:0000:01:00.0 177: 0 IO-APIC-level uhci_hcd:usb2 185: 0 IO-APIC-level uhci_hcd:usb3 193: 0 IO-APIC-level ehci_hcd:usb4 201: 0 IO-APIC-level Intel 82801DB-ICH4 NMI: 0 LOC: 692339 ERR: 0 MIS: 0 It seems there's IRQ conflict (IRQ 185). However, I use a SLAX live CD to boot the same machine, the NIC works well. My environment: Debian Etch: kernel 2.6.18-4-686 a Dell Pentium 4 PC Any direction will be appreciated. Best regards, Yuwen