Hi,
The machine hanges giving this error on console.
eth0: Too much work in interrupt, status.... eth0: Too much work in interrupt, status....
Machine conf" --------- #more /etc/redhat-release Red Hat Enterprise Linux WS release 3 (Taroon)
# more /proc/cpuinfo vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Pentium(R) 4 CPU 2.66GHz cpu MHz : 2666.805
[...]
N/w Card:
# dmesg | grep net Initializing RT netlink socket Initializing IPsec netlink socket eth0: 100/10M Ethernet PCI Adapter at 0xd800, 00:e0:50:00:ae:43, IRQ 9. [...]
#hwbrowser&
Manufacturer : MYSON Technology Inc Driver: Fealnx Device :/dev/eth0
[...]
What may be the cause ?
Thanks -Dilip
I would recommend try putting it into different slot and see. It could be a shared interuppt issue.
Also google for driver bug. Most of the time ethernet drivers are painless
Supreet
On Wed, 04 Feb 2004 17:14:26 +0530, Supreet Sethi supreet@linux-delhi.org wrote:
I would recommend try putting it into different slot and see. It could be a shared interuppt issue.
Need to try for this ...
Also google for driver bug. Most of the time ethernet drivers are painless
But i'm using D-Link's DFE-538TX,which redhat " http://hardware.redhat.com/hcl/?pagename=hcl&view=certified&vendor=4..." says supoorted ...
But by default,when i do 'kudzu' this n/w card gets detected as "eth0: RealTek RTL8139 Fast Ethernet"
# dmesg | grep net Initializing RT netlink socket Initializing IPsec netlink socket 8139too Fast Ethernet driver 0.9.26 eth0: RealTek RTL8139 Fast Ethernet at 0xf8a10c00, 00:08:a1:5f:9e:f7, IRQ 9 8139too Fast Ethernet driver 0.9.26 eth0: RealTek RTL8139 Fast Ethernet at 0xf8a1ac00, 00:08:a1:5f:9e:f7, IRQ 9
-Dilip
On Wed, 4 Feb 2004, Dilip M wrote:
But i'm using D-Link's DFE-538TX,which redhat "
But by default,when i do 'kudzu' this n/w card gets detected as "eth0: RealTek RTL8139 Fast Ethernet"
RTL8139 is the chip that is used by DLink cards. Most likely you have a problem with your card. Try getting another one.
Philip
On Wed, 4 Feb 2004 18:27:31 +0530 (IST), Philip S Tellis philip.tellis@gmx.net wrote:
On Wed, 4 Feb 2004, Dilip M wrote:
But i'm using D-Link's DFE-538TX,which redhat "
But by default,when i do 'kudzu' this n/w card gets detected as "eth0: RealTek RTL8139 Fast Ethernet"
RTL8139 is the chip that is used by DLink cards. Most likely you have a problem with your card. Try getting another one.
Philip,
This is NEW card which we bought from our vendor for testing purpose... Before i was using Adcom card....
-Dilip
You can read the Ethernet HOWTO which tells you which card uses what drivers.. Just wanted to note that I sometimes get this problem when I disconnect my LAN cable from the ethernet card, As soon as I put the cable back on it works fine. Check this link out, it explains some more...
http://www.linuxmanagers.org/pipermail/linuxmanagers/2002-July/000750.html
Remember Google is your friend...
Regards, Keith
On Wed, 4 Feb 2004, Dilip M wrote:
But i'm using D-Link's DFE-538TX,which redhat "
But by default,when i do 'kudzu' this n/w card gets detected as "eth0: RealTek RTL8139 Fast Ethernet"
RTL8139 is the chip that is used by DLink cards. Most likely you have a problem with your card. Try getting another one.
Philip
-- Where humor is concerned there are no standards -- no one can say what is good or bad, although you can be sure that everyone will. -- John Kenneth Galbraith
On Wed, 4 Feb 2004, Philip S. Tellis spake thusly:
But by default,when i do 'kudzu' this n/w card gets detected as "eth0: RealTek RTL8139 Fast Ethernet"
RTL8139 is the chip that is used by DLink cards. Most likely you have a problem with your card. Try getting another one.
RealTek cards also use that chipset.
RTL8139 is the chip that is used by DLink cards. Most likely you have a problem with your card. Try getting another one.
RealTek cards also use that chipset.
This is off-topic but I think Realtek does not make any card on its own. They just make the 8139 (and other) chips which are used by different clone manufacturers. Dlink is one of them.
Thanks and Regards, Kiran Ghag Web Page: http://kiran7.freeservers.com _____
A language that doesn't have everything is actually easier to program in than some that do. -- Dennis M. Ritchie
I would recommend try putting it into different slot and see. It could be a shared interuppt issue.
Also google for driver bug. Most of the time ethernet drivers are painless
Supreet