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

Re: Question about PCI IDs and Drivers



I have 2 ethernet controllers in my machine.
The first, eth0, is a sis900. And is working well, withou problems,
and when I load the 8139 modules, my sis900 still works fine, but I
can't set up the eth1, it says that "No such device"

The kern.log doesn't says much, only that I've loaded the 8139too and
8139cp modules, nothing but this.

On 7/20/06, Jerry Quinn <jlquinn@optonline.net> wrote:
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: