|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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, radeon@pci: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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Yuwen Dai(yuwend@gmail.com) is reported to have said:
> 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). > If you try 'ifup eth1' or 2,3,4 and it comes up then Take a look at /etc/udev/rules.d/z25_persistent-net.rules: I had this occur on a laptop. My net_rules file had a bunch of eth lines and my eth1 cane up when I did 'ifup eth6". Removed all of the eth rules except eth0 and all was well again. :-) HTH, YMMV, HAND :-) Wayne -- | LINUX - Because a PC is a terrible thing to waste..on WinDoze | __________________________________________________ _____ -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On 6/19/07, Wayne Topa <linuxone@intergate.com> wrote:
> > Yuwen Dai(yuwend@gmail.com) is reported to have said: > > 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). > > > If you try 'ifup eth1' or 2,3,4 and it comes up then Hi Wayne, Yes. `ifconfig eth1' brings up the network. Take a look at > /etc/udev/rules.d/z25_persistent-net.rules: > > I had this occur on a laptop. My net_rules file had a bunch of > eth lines and my eth1 cane up when I did 'ifup eth6". Removed all of > the eth rules except eth0 and all was well again. There's another rule with a different MAC address in this file. This reminds me that I once used another 3com NIC in the PC. So udev remembers this. Thank you very much! Best regards, Yuwen :-) HTH, YMMV, HAND :-) > > Wayne > > -- > | LINUX - Because a PC is a terrible thing to waste..on WinDoze | > > > |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Yuwen Dai(yuwend@gmail.com) is reported to have said:
> On 6/19/07, Wayne Topa <linuxone@intergate.com> wrote: > > > >Yuwen Dai(yuwend@gmail.com) is reported to have said: > >> 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: > >> <--<snip>--> > >If you try 'ifup eth1' or 2,3,4 and it comes up then > > > Hi Wayne, > > Yes. `ifconfig eth1' brings up the network. > > > Take a look at > >/etc/udev/rules.d/z25_persistent-net.rules: > > > >I had this occur on a laptop. My net_rules file had a bunch of > >eth lines and my eth1 cane up when I did 'ifup eth6". Removed all of > >the eth rules except eth0 and all was well again. > > > There's another rule with a different MAC address in this file. This > reminds me that I once used another 3com NIC in the PC. So udev remembers > this. > > Thank you very much! Glad to . Another satisfied Debian User. :-) WT -- It works! Now if only I could remember what I did... __________________________________________________ _____ -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|