[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about PCI IDs and Drivers



Eduardo wrote:
Sorry man, I forgot:

du:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
       address 10.0.0.38
       netmask 255.255.255.0
       network 10.0.0.0
       broadcast 10.0.0.255
       gateway 10.0.0.93
# dns-* options are implemented by the resolvconf package, if installed
       dns-nameservers 200.204.0.138
       dns-search minicom


auto eth1
iface eth1 inet static
      address 10.0.0.247
      netmask 255.255.255.0
      network 10.0.0.0
      broadcast 10.0.0.255

OK, simple and hopefully not stupid question. How many ethernet controllers are in your machine? My first impression is that 8139too is working fine and picking up eth0.

If you really do have two controllers, what chip is the other one? Are you sure that the Realtek controller is coming up as eth1 and not eth0?

Look in the kernel log (/var/log/kern.log) to see if there's any more useful info.


Jerry Quinn



Reply to: