On 12 Sep 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>,
(E-Mail Removed) wrote:
>Below is the result of running ifconfig -a as root.
>eth0: Link encap: Ethernet HWAddr 0A:0C:F1:AE:54:c2
[compton ~]$ etherwhois 0A:0C:F1
Non-existent address as of Aug 20 19:02:31 MST 2006 OUI file
http://standards.ieee.org/regauth/oui/oui.txt
[compton ~]$
> BROADCAST MULTICAST MTU:1500 Metric:1
> RX Packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX Packets: 0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0.b) TX bytes:0 (0.0.b)
> Base address: 0xac00 Memory:ff800000 - ff820000
No IRQ either. Your configuration isn't talking to the card.
>eth1: Link encap: Ethernet HRWAddr 52:54:00:ED:57:65
[compton ~]$ etherwhois 52:54:00
Non-existent address as of Aug 20 19:02:31 MST 2006 OUI file
http://standards.ieee.org/regauth/oui/oui.txt
[compton ~]$
> BROADCAST MULTICAST MTU:1500 Metric:1
> RX Packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX Packets: 0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:0 (0.0.b) TX bytes:0 (0.0.b)
> Interrupt: 17 Base address: 0xb400
No cigar either.
Let's start with the information you didn't supply. What kind of network
cards are these. What is in your modules configuration file (probably
/etc/modules.conf or /etc/modules)? What kind of driver are you trying
to use (see /var/log/messages at boot time)? You state that this is an
x86 box, but don't mention the type (laptop, desktop) and so on. If the
network cards are PCI, what information does /proc/pci have about them?
Old guy