LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-07-2004, 06:49 AM   #1
apache
Member
 
Registered: Jun 2004
Posts: 37

Rep: Reputation: 15
eth0:Too much work at interrupt, IntrStatus=0x0010. or 0x0041


Hello All,
I am using RealTek8139 diver version 0.9.2 NIC on RH 9.0 machine.It's 100mbps NIC .But I am getting lot of interrupts and hangups at work.I have checked logs and I found this
Shehh#dmesg
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
eth0: Too much work at interrupt, IntrStatus=0x0010.
This my kernel booting says:
My logs say:
Jul 7 16:44:04 server kernel: t interrupt, IntrStatus=0x0010.
Jul 7 16:44:04 server kernel: eth0: Too much work at interrupt, IntrStatus=0x00
10.
Jul 7 16:44:05 server last message repeated 291 times
Jul 7 16:44:05 server kernel: eth0: Too much work at interrupt, IntrStatus=0x00
41
***************************************
I have tried to increase the value of max_interrupt_wotk =40 from 20 but it dosen't work at all.Now What should I do ?NIC replacement will be the last option.I have to make it 10mbps from 100mbps.I think it is too fast for my machie.
But how should I do that?
OR else any other solution?
Thanks
 
Old 01-30-2005, 01:14 AM   #2
forest777
LQ Newbie
 
Registered: Jan 2005
Location: Québec, Canada
Distribution: Slackware, old school
Posts: 11

Rep: Reputation: 0
problem fixed!

Hello. I fixed the problem. One of my computers, which is the router, had two (rtl 8139 chip) ethernet cards. They were using the same driver: 8139too.o

The error message: Too much work at interrupt, IntrStatus=0
, is coming from the driver 8139too

After a quick look at the source code, you can see that one of the functions can only be executed 20 times in a short time.

static int max_interrupt_work = 20;
int boguscnt = max_interrupt_work;
......
boguscnt--; // REMOVE -1 FROM BOGUSCNT
} while (boguscnt > 0);

if (boguscnt <= 0) {
printk (KERN_WARNING "%s: Too much work at interrupt, "
"IntrStatus=0x%4.4x.\n", dev->name, status);
......

Maybe the driver is wrongly coded.
I replaced one of the two cards. I have put a rtl 8029 chip card. So they aren't using the same driver.
Now everything work fine, no more error messages. And now I can upload faster than in the past. I was unable to upload faster than 2 kbytes/s when I was having the error message. Now it's at 103kbytes/s!

Sorry for my english, I speak french =)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
eth0 Too much work at Interrupt. IntrStatus=0x0040 frieza Linux - Networking 2 01-30-2005 01:17 AM
eth0: Too much work at interrupt, IntrStatus=0x0001 taiguer Linux - Networking 3 01-30-2005 01:17 AM
Eth0: Too much work at interrupt problem? core_sa Red Hat 1 08-27-2004 12:17 PM
eth0: too much work at interrupt int Linux - Networking 1 08-12-2003 02:37 PM
eth0 interrupt filo Linux - Networking 3 02-28-2003 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration