From owner-freebsd-questions@FreeBSD.ORG Sat Dec 2 08:21:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C17516A407 for ; Sat, 2 Dec 2006 08:21:35 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9A943CA2 for ; Sat, 2 Dec 2006 08:21:15 +0000 (GMT) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (h204032.ppp.asahi-net.or.jp [61.114.204.32]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 4E5EC21A53; Sat, 2 Dec 2006 17:21:33 +0900 (JST) Date: Sat, 02 Dec 2006 17:21:33 +0900 From: Watanabe Kazuhiro To: freebsd-questions In-Reply-To: <20061201074401.GA22237@alzatex.com> References: <20061201074401.GA22237@alzatex.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20061202082133.4E5EC21A53@mail.asahi-net.or.jp> Cc: "Loren M. Lang" Subject: Re: dc0 card drops connection on FreeBSD 6.1 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: Sat, 02 Dec 2006 08:21:35 -0000 Hi. At Thu, 30 Nov 2006 23:44:01 -0800, Loren M. Lang wrote: > I am having issues with an ethernet card running under FreeBSD > 6.1-RELEASE. It is dc0 and pciconf reports it as Conexant Systems. > Network connections hang most of the time and usually timeout. FTP and > HTTP downloads with move along for a short time and hang every 3% or so > for several minutes before continuing or timing out. I installed > FreeBSD 6.1 a month ago on a fresh hard drive, but about 5 months ago my > old hard drive crashed which was running FreeBSD 5.4, though I never had > any issues with the network card for 5.4 or, previously, 4.9. This > system was running for several years with no issues until the Hard drive > crashed 5 months ago. > > dc0: port 0x1400-0x14ff mem > 0xf4000000-0xf4003fff irq 9 at device 9.0 on pci0 > miibus0: on dc0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > dc0: Ethernet address: 00:50:8b:ab:99:d5 > pci0: at device 9.1 (no driver attached) > pci0: at device 10.0 (no driver attached) > > -- > Loren M. Lang > lorenl@alzatex.com > http://www.alzatex.com/ Will you try to specify the media type in /etc/rc.conf ? For example: ifconfig_dc0="inet 192.168.0.x media 100baseTX mediaopt full-duplex netmask 255.255.255.0" --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp)