Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Two net device but only one work

Need help with peripherals or devices?
Post Reply
Message
Author
alan888

Two net device but only one work

#1 Post by alan888 »

Hi:
I have two net card in my pc. But only one work.
When I type "lspci" this is the result:

0000:00:07.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 8b)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)

Normaly the second card is working, with internet.
My kernel version is 2.2.20. I compile the version 2.4.27 and when I run this version, the first card work, but the second don't. The second card is connected with other pc.

Any help is welcome. Tanks

alan888.

Grommet - Space Cadet

#2 Post by Grommet - Space Cadet »

im guessing you have the drivers loaded you just need to set up the second card's ifconfig.....


try

ifconfig eth1 192.168.10.1
route add -net 192.168.10.0 netmask 255.255.255.0 eth1

if that works you have 2 cards set up and active

Post Reply