LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Deul NIC Issues (https://www.linuxquestions.org/questions/linux-networking-3/deul-nic-issues-21805/)

rob_roman23 05-25-2002 03:30 PM

Deul NIC Issues
 
Can someone please help me. I am unable to get my second NIC to work at all. After i modprobe on the eth i am trying to bring up, i get an IRQ conflicts.. ie it is set to 0

Please someone help me to fix this issue. The NIC that i am trying to get up is a deul port NUC compaw nettelligent... All i am looking for is how to change my irq settings. I think that will solve the problem. Basically i need a HOWTo for linux boxes with 2 nic's. with different drivers. I am running rhat 7.1

Mara 05-25-2002 05:45 PM

Usually it's possible to pass parameter to module:
insmod your_driver irq=x
It works with may drivers, but I don't know this one you use.

rob_roman23 05-26-2002 09:39 AM

OK so i swapped the Compaq card for a different one. At least this time i have some lights come up on the card. But now I am still having the same problem as befor. Both Nic's are assigned to the same IRQ 11. It looks like both come up at boot, but when i try to ping any station(ie 10.10.10.1/24) off of the new nic i don't get an RX traffic. I see it go out though!.. All my other machines default gateway's are the ip address of the bad port(ie 10.10.10.254/24 - the one that doesn't work) Please help The new NIC is a CNEt nic PRO 200 WL. It came with my Dell. I looked around and found that this driver doesn't take IRQ's as parameters. Please help any suggestions!!!

MartBrooks 05-26-2002 09:44 AM

PCI devices can share IRQs, so this is not neccesarily a problem. What does "ifconfig -a" show?

rob_roman23 05-26-2002 10:08 AM

both e0 and e1 have irq 11, e0 works fine. I am using it now. but e1( the one with the problem is not recieving any traffic

RX packets 0 ... no errors
TX packets 400... no errors

rob_roman23 05-26-2002 10:08 AM

how do i cut and paste ?

rob_roman23 05-26-2002 10:35 AM

I also noticed that eth0 the one that works is
UP BROADCAST MULTICAST RUNNING

While the one that doesn't work is only
UP BROADCAST MULTICAST

I hope that helps

MartBrooks 05-26-2002 10:39 AM

Without the output of "ifconfig -a", I'm not sure I can do much more to help you.

Regards

rob_roman23 05-26-2002 10:47 AM

eth0 Link encap:Ethernet HWaddr 00:C0:F0:76:EE:30
inet addr:67.82.202.148 Bcast:255.255.255.255 Mask:255.255.248.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1956 errors:0 dropped:0 overruns:0 frame:0
TX packets:862 errors:3 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:100
Interrupt:11 Base address:0x3000

eth1 Link encap:Ethernet HWaddr 00:08:A1:13:29:9F
inet addr:10.10.10.254 Bcast:10.10.10.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:781 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0x1000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:786 errors:0 dropped:0 overruns:0 frame:0
TX packets:786 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0

rob_roman23 05-26-2002 10:49 AM

HEY HERE IS MY IP ADDRESS! oops


All times are GMT -5. The time now is 08:54 AM.