From owner-freebsd-current@FreeBSD.ORG Wed Nov 24 00:02:32 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1740106567A; Wed, 24 Nov 2010 00:02:32 +0000 (UTC) (envelope-from amoran@forsythia.net) Received: from celebrian.forsythia.net (celebrian.forsythia.net [173.13.138.196]) by mx1.freebsd.org (Postfix) with ESMTP id C84FB8FC0A; Wed, 24 Nov 2010 00:02:32 +0000 (UTC) Received: from [10.200.0.171] (cerberus.forsythia.net [173.13.138.197]) by celebrian.forsythia.net (8.14.3/8.14.3) with ESMTP id oANNPBPw036511; Tue, 23 Nov 2010 15:25:30 -0800 (PST) (envelope-from amoran@forsythia.net) From: Andrew Moran Date: Tue, 23 Nov 2010 15:25:06 -0800 Message-Id: <7EA93980-478A-418A-8FB1-3249097A7011@forsythia.net> To: freebsd-questions@freebsd.org, freebsd-current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: msk0 interface stops working when downloading X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 00:02:33 -0000 Hey guys, After banging my head against this for a few hours, I've decided to ask = for help. I installed FreeBSD 8.1 amd64 on a Shuttle J1 4100 system = (tech specs here http://us.shuttle.com/J1_4100.aspx). I installed from = DVD and the install went fine. I notice when I pkg_add -r anything, the network stops responding.=20 Some details: 1) I can reproduce it 100% by downloading a large file. low traffic = like the SSH connection does not trigger it. I think it's being = triggered by traffic above a certain rate.=20 2) I can recover by restarting the network interfaces (/etc/rc.d/netif = stop; /etc/rc.d/netif start) 3) I see no errors in dmesg or /var/log/messages. Nothing at all. 4) I've tried the following in /etc/sysctl.conf: net.inet.tcp.tso=3D0 net.inet.tcp.inflight.enable=3D0 and in /boot/loader.conf: hw.pci.enable_msix=3D"0" hw.pci.enable_msi=3D"0" hw.bce.tso_enable=3D"0" But the problem persists. The interface is identified as: mskc0: port 0xe800-0xe8ff mem = 0xfebfc000-0xfebfffff irq 17 at device 0.0 on pci2 msk0: on = mskc0 msk0: Ethernet address: 80:ee:73:01:60:7d miibus0: on msk0 e1000phy0: PHY 0 on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, = 1000baseT-FDX, auto mskc0: [ITHREAD] Does anyone know what could be causing this or how I can resolve it? = Any help is appreciated, thanks. --Andy=