From owner-freebsd-questions@FreeBSD.ORG Mon Feb 8 22:24:40 2010 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 292BD1065695 for ; Mon, 8 Feb 2010 22:24:40 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id E52BA8FC19 for ; Mon, 8 Feb 2010 22:24:39 +0000 (UTC) Received: by iwn36 with SMTP id 36so1491776iwn.3 for ; Mon, 08 Feb 2010 14:24:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hmfVCVqcK2WGW+Hcn2q1snoK69h0KAnjlAdbGeykHak=; b=U3dELByQK3hfmW+lnXwxTCDs/Rk5DECdaBDiyOto7WwSVRyyfI5GKTwIxpxhTxNd0R oan4atEFiJW+lW/OcHU1xz4S8uVhYKw4zaNZZeX2ciCRQoilLNN17ciYz1zPX39JzSm6 S6o6wQyJMKJsFWCrpSA+PsSHMIOBTdK5ybstc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=WyPdOqINsv9BQExS2sHxfYx202GXlBEO1+mWUCwliRX9dYDpn1WhOh5m+r9F15Kkmd ekZSA0ntzNpFT2CNlmuSkgsSOnruQu8MUWcOW5qxtWs6gYHNiXdknRaw47RVCWV0DSiI gSkwNcVjpBDu7B9zN7+V+OeitfkqPO2bE+Z1Q= MIME-Version: 1.0 Received: by 10.142.9.1 with SMTP id 1mr4704151wfi.92.1265667879127; Mon, 08 Feb 2010 14:24:39 -0800 (PST) In-Reply-To: <20100208191933.GD974@virginia.edu> References: <20100208191933.GD974@virginia.edu> Date: Mon, 8 Feb 2010 16:24:39 -0600 Message-ID: <6201873e1002081424k26a05847u88089f965cb0ae48@mail.gmail.com> From: Adam Vande More To: Mike Galvez Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Need help troubleshooting NIC 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: Mon, 08 Feb 2010 22:24:40 -0000 On Mon, Feb 8, 2010 at 1:19 PM, Mike Galvez wrote: > Over the weekend one my servers went down due to extended power failure. > The file system reports clean, but something has gone sideways with > networking. The server is a Dell 2950 running 7.0 release, and it's been > working fine for well over a year. It uses the BCE driver. Ifconfig > shows it to be up and active and configured with the correct IP, mask > and gateway, but I can't ping anything. > > I've tested the ethernet connection with a nearby machine and it works. > I also booted the 2950 from an Ubuntu live CD and the NIC worked, so i > don't think it's a hardware issue. > > Is there a way I can rebuild the driver without having to rebuild the > kernel? > What does netstat -r show? -- Adam Vande More