From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 09:48:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4FE10656C5 for ; Fri, 3 Apr 2009 09:48:03 +0000 (UTC) (envelope-from frediz@ahau-kin.org) Received: from blackbox.ahau-kin.org (blackbox.ahau-kin.org [82.238.146.19]) by mx1.freebsd.org (Postfix) with ESMTP id AAF9B8FC08 for ; Fri, 3 Apr 2009 09:48:03 +0000 (UTC) (envelope-from frediz@ahau-kin.org) Received: by blackbox.ahau-kin.org (Postfix, from userid 80) id 2376822; Fri, 3 Apr 2009 11:28:49 +0200 (CEST) To: X-PHP-Script: blackbox.ahau-kin.org/roundcube/index.php for 192.168.100.1 MIME-Version: 1.0 Date: Fri, 03 Apr 2009 11:28:48 +0200 From: Fred Message-ID: X-Sender: frediz@ahau-kin.org User-Agent: RoundCube Webmail/0.2.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Subject: msk0: watchdog timeout (missed Tx interrupts) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 09:48:04 -0000 Hi, I recently upgraded from 6.3 to 7.1 (7.1-RELEASE-p4) with freebsd-update, and I now have problems with msk0 very often (which I did have before) : Mar 30 20:14:19 blackbox kernel: msk0: watchdog timeout (missed Tx interrupts) -- recovering Mar 30 20:14:58 blackbox kernel: msk0: watchdog timeout (missed Tx interrupts) -- recovering ... which lead to not being able to access the net at all. I saw some people had this issue at different version of fbsd etc, due to some issue of the nic itself that had to be workaround, so I tried some early source code for msk : http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/msk/?only_with_tag=RELENG_7 but I still have this issue (I make buildkernel, installkernel; at first I only compiled the module, but it seems that in 7.3 it's in the kernel itself so that the module won't load) Here is some info from dmesg about my nic: mskc0: port 0x7c00-0x7cff mem 0xfddfc000-0xfddfffff irq 17 at device 0.0 on pci3 msk0: on mskc0 msk0: Ethernet address: 00:50:43:00:45:3e miibus0: on msk0 mskc0: [FILTER] Thanks for you help, this issue is really painful, F.