From owner-freebsd-net@FreeBSD.ORG Thu Oct 25 05:26:08 2007 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3615716A419 for ; Thu, 25 Oct 2007 05:26:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 0B20B13C4AC for ; Thu, 25 Oct 2007 05:26:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id l9P5Q6YC001781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 24 Oct 2007 22:26:07 -0700 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id l9P5Q6gL026817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 24 Oct 2007 22:26:06 -0700 Message-ID: <47202922.3070700@u.washington.edu> Date: Wed, 24 Oct 2007 22:26:58 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Mike Silbersack References: <20071019182349.J97691@odysseus.silby.com> <47194EA1.8000402@u.washington.edu> <20071019212012.C97691@odysseus.silby.com> In-Reply-To: <20071019212012.C97691@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.2.313940, Antispam-Data: 2007.10.24.220256 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: net@freebsd.org Subject: Re: Marvell chipsets on 8-CURRENT and XP x64 won't talk with one another X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 05:26:08 -0000 Mike Silbersack wrote: > > On Fri, 19 Oct 2007, Garrett Cooper wrote: > >>> Just to clarify, how are the two hooked together? Is it over >>> gigabit switch, a 10mbps hub, or directly cabled together? >>> >>> -Mike >> >> Sure. They're both connected over a gigabit switch, but the Windows >> driver's kind of sketchy because it keeps on switching between >> 100MBit and 1GBit. I haven't really paid that much attention to what >> speed the FreeBSD msk driver is registering at. >> -Garrett > > Ah ha! > > I had the flopping between 100mbps and 1gbps problem with some Intel > cards once - some of the machines in the lab were fine, others kept > switching back and forth. We eventually narrowed it down to the > cables we had hand-made; some of them just weren't up to snuff, and > the NIC apparently decided that it had to go back down to 100. > > I think you should switch your gigabit switch out for a 100mbps switch > and see if the network becomes more reliable. > > -Mike I think I've discovered what the issue is. I believe the problem lies in the fact that the FreeBSD Marvell chipset driver (msk) isn't up to speed with the Gigabit transferring on my particular chipset(s). That's why transfers were most likely working with my laptop (Apple with 100MBit Broadcom) vs my desktop (Asus MB with another Marvell chipset driver) and another laptop (Dell laptop with Broadcom Gigabit). How do I tell ifconfig via rc.conf to downgrade the max speed to 100MBit duplex? Thanks, -Garrett