PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Intel pro100 NIC problem in Etch
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Intel pro100 NIC problem in Etch

Réponse
 
LinkBack Outils de la discussion
Vieux 18/06/2007, 06h10   #1
Yuwen Dai
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Intel pro100 NIC problem in Etch

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

  Réponse avec citation
Vieux 18/06/2007, 20h10   #2
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Intel pro100 NIC problem in Etch

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
  Réponse avec citation
Vieux 19/06/2007, 03h00   #3
Yuwen Dai
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Intel pro100 NIC problem in Etch

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 |
>
>
>


  Réponse avec citation
Vieux 19/06/2007, 17h10   #4
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Intel pro100 NIC problem in Etch

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
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 16h57.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14986 seconds with 12 queries