LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-20-2007, 10:33 AM   #16
ivanatora
Member
 
Registered: Sep 2003
Location: Bulgaria
Distribution: Ubuntu 9.10, FreeBSD 7.2
Posts: 459

Rep: Reputation: 32

Heya, penguins.
This is a little old thread but I have exactly the same problem (happened after video card install) and don't know what to do. Tried recompiling kernel without any ACPI/APM features and network still keeps dying.
Tried append=pci-noacpi - nothing.
BTW what is the difference between ACPI and APCI and who of them is the bad guy here?
 
Old 07-05-2007, 06:07 PM   #17
armanox
Member
 
Registered: Sep 2005
Location: Baltimore, MD, USA
Distribution: Fedora, Gentoo, Debian, Slackware, IRIX, OS X
Posts: 192

Rep: Reputation: 32
Worked for me on a Toshiba Satellite A105-S2071. Thanks.
 
Old 08-23-2007, 03:56 PM   #18
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

I am not sure, however, my penguin lives stable than used to be with
append="apic=debug"

I just wanted to see if any useful message shows up.

Maybe very slight change in timing or so.

Try at your risk.

Happy Penguins!
 
Old 09-04-2007, 09:13 AM   #19
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

Does anybody know if the following thread is related?

http://www.linuxquestions.org/questi...d.php?t=579842

Happy Penguins!
 
Old 09-12-2007, 12:52 PM   #20
v2k
LQ Newbie
 
Registered: Aug 2007
Posts: 9

Rep: Reputation: 0
I'd like to join the club. I'm now getting this error as well, seemingly randomly on my Fedora7 webserver. From what I've read, it sounds likely that it may be due to having just upgraded my router to 10/100/1000.

Here's the log I'm seeing:
Code:
Sep 12 08:26:40 localhost kernel: NETDEV WATCHDOG: eth0: transmit timed out
Sep 12 08:26:40 localhost kernel: sky2 eth0: tx timeout
Sep 12 08:26:40 localhost kernel: sky2 eth0: disabling interface
Sep 12 08:26:40 localhost kernel: sky2 eth0: enabling interface
Sep 12 08:26:40 localhost kernel: sky2 eth0: ram buffer 0K
Sep 12 08:26:43 localhost kernel: sky2 eth0: Link is up at 1000 Mbps, full duplex, flow control both
This is my network card:
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)

Any suggestions?

Last edited by v2k; 09-12-2007 at 12:54 PM. Reason: added network card
 
Old 09-24-2007, 09:06 AM   #21
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,832

Original Poster
Rep: Reputation: 108Reputation: 108
Hya,

I tried 2.6.21 and 2.6.22. It looks better, although I have not used extensively yet. I will update.

Happy Penguins!

Edit:
It is more stable, but it happens also.

Last edited by kaz2100; 09-24-2007 at 07:25 PM. Reason: update
 
Old 10-03-2007, 04:12 AM   #22
fozner
Member
 
Registered: Aug 2006
Posts: 147

Rep: Reputation: 16
boo

I finally solved (worked around) this (netdev watchdog timeout, eth0 kaput) problem (Fedora Rawhide, built-in network card 8139too, K8V800M motherboard) by appending noapic to the end of the kernel line in grub.conf

not "noacpi"
not "noapci" (whatever the heck that is)

noapic

Works for me, at least until somebody figures out a real solution.

It also stopped my video card from generating Xid errors. Seems IRQs are a bit tangled on this board.

Last edited by fozner; 10-15-2007 at 03:09 AM.
 
Old 12-07-2007, 05:51 AM   #23
wazup
LQ Newbie
 
Registered: Nov 2007
Distribution: debian
Posts: 1

Rep: Reputation: 0
hi,all
i have the same problem.
i solved it by enabling "Onboard Lan Boot ROM" in the BIOS.
Integrated Peripherals -> Onboard Device -> Onboard Lan Boot ROM
my chip is realtek rtl8100c (onboard).
it works now.
the "Lan Boot ROM" can initialize the chip correctly but linux driver not, i guess.
it works all the time in windows no matter whether "Onboard Lan Boot ROM" is enabled or disabled.
 
Old 11-04-2008, 05:34 AM   #24
Teres
LQ Newbie
 
Registered: Nov 2006
Posts: 5

Rep: Reputation: 0
I had the same problem, my solution was loading yenta_socket with option "disable_clkrun". Now everything works like a charm.
Kernel 2.6.27.2 Slackware 12.1
 
Old 12-03-2010, 08:37 AM   #25
wolecki
LQ Newbie
 
Registered: Dec 2010
Posts: 13

Rep: Reputation: 0
Another solution - LOW TECH

I suffered the same problem with realtek rtl card.
Had an intuition to simply move the card to another and never been used PCI slot.
Did the job.

Regards,
Amit.
 
Old 05-24-2013, 09:14 AM   #26
subhajitnaha
LQ Newbie
 
Registered: May 2013
Location: Pune
Distribution: Ubuntu
Posts: 7

Rep: Reputation: Disabled
Smile

Hi,

will try doing this as i am facing the same issue over and over again,
the error that i am getting is with regard to the usb0.
thanks for the help. will keep posted on the same.

NETDEV WATCHDOG: usb0 (cdc_ether): transmit queue 0 timed out

regards
Subhajit..


Quote:
Originally Posted by nemestrinus View Post
I had this same problem, very mysterious. I would get the NETDEV WATCHDOG timeout error, seemingly at random times, and my network interface would stop working until I rebooted the whole machine. I partially disabled ACPI in the kernel (not APIC, these are two different things not a typo,) by entering the following line in my /etc/lilo.conf

append = "pci=noacpi"

Since then I have not (yet?) had a recurrence of the problem.
 
  


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
NETDEV WATCHDOG: eth0: transmit timed out octain Linux - Networking 7 12-30-2008 06:02 PM
NETDEV WATCHDOG: eth0:transmit timed out ricardof Linux - Networking 4 08-09-2008 06:24 PM
NETDEV WATCHDOG: eth0: transmit timed out Regulus Linux - Networking 0 01-04-2006 06:50 AM
NETDEV WATCHDOG: Transmit timed out davcefai Debian 0 07-28-2005 12:15 PM
eth0: Transmit timed out GuPH Linux - Networking 4 12-16-2003 08:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:28 AM.

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