From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 08:30:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3CDE16A4CE for ; Thu, 23 Sep 2004 08:30:01 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0AF43D49 for ; Thu, 23 Sep 2004 08:30:01 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) i8N8UUW38916; Thu, 23 Sep 2004 01:30:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Stephen Krauth" , Date: Thu, 23 Sep 2004 01:31:40 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040923000917.V55255@beelzebub.inside> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: RE: 5.2.1-RELEASE ethernet troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 08:30:02 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Stephen Krauth > Sent: Thursday, September 23, 2004 12:37 AM > To: freebsd-questions@freebsd.org > Subject: 5.2.1-RELEASE ethernet troubles > > > I'm at wits end here trying to setup a new Athlon64 machine with the > i386 release of 5.2.1-RELEASE. The problem is getting it to like a > network card of some sort; I've tried and failed with 4 so far: > > 1. Motherboard built-in NVidia gigethernet (Ok, didn't expect that > one to be supported) > 2. Cheapo VT6105-based card using vr(4) driver: It's recongnized in > ifconfig but I get the dreaded "watchdog timeout" errors. I can't > seem to disable PnP in the BIOS per archive suggestions. Also > tried swapping slots, but it always shows on the same IRQ. ACPI > on/off doesn't matter. your bios on the motherboard doesen't like that card. try flashing the bios if possible with a newer version. > 3. Slightly less cheap LinkSys LNE100TX, using dc0 driver: dmesg > reports "MII without PHY!" error and ifconfig therefore doesn't > see it. lots of hardware versions of that card, just for grins try booting fbsd 4.10 and see if it is recognized. driver issues galore. > 4. ANCIENT 10BaseT card using ed0 driver: It's recongnized but > gives "kernel: ed0 device timeout" errors. > To get that to work you need to go into bios and change the resources to manually assigned then exclude the irq you have on that card from the pnp manager in the bios. even then, this may not work on all irq's. you may be a while at testing different ones. Jsut keep trying different pci nics. a intel etherexpress pro100 would be my next choice (fxp0) Ted