From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 06:01:59 2003 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 186F016A4C0 for ; Wed, 3 Sep 2003 06:01:59 -0700 (PDT) Received: from chomsky.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAFCF43FB1 for ; Wed, 3 Sep 2003 06:01:56 -0700 (PDT) (envelope-from vmsmith@grokking.org) Received: from conrad.sohotech.ca (conrad.sohotech.ca [192.168.1.2]) by chomsky.sohotech.ca (8.12.9/8.12.9) with ESMTP id h83D1trt035333 for ; Wed, 3 Sep 2003 09:01:55 -0400 (EDT) (envelope-from vmsmith@grokking.org) Received: from tolkien.sohotech.ca ([192.168.1.11]) by conrad.sohotech.ca with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Sep 2003 09:01:55 -0400 Date: Wed, 3 Sep 2003 09:02:32 -0400 From: Val Smith To: freebsd-questions@freebsd.org Message-Id: <20030903090232.71a8a2cb.vmsmith@grokking.org> In-Reply-To: <20030903090043.62ef0eab.vmsmith@grokking.org> References: <20030903090043.62ef0eab.vmsmith@grokking.org> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i586-mandrake-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Sep 2003 13:01:55.0243 (UTC) FILETIME=[8D09F7B0:01C3721B] Subject: Re: 3c905b-tx not working 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: Wed, 03 Sep 2003 13:01:59 -0000 Oops. that should have read /sbin/ifconfig not /usr/sbin/ifconfig. Sorry any confusion :) On Wed, 3 Sep 2003 09:00:43 -0400 Val Smith wrote: > Rather odd. I ONLY use 3c90x NICS on all my machines (FBSD 5.x included) and they work great. > > What output do you get from running /usr/sbin/ifconfig at the command prompt? > > You didn't specify whether you were running the GENERIC kernel but I assume this is so. When you installed (assuming you did so through CD-based sysinstall), did you by chance skip the chance to set up network interfaces? If so you can either run sysinstall again (don't need to reinstall the whole system, just choose to set up networking from main menu) or you can do it manually by adding one of these to your /etc/rc.conf: > > if using dhcp: > ifconfig_xl0="dhcp" > > if using manual addressing: > ifconfig_xl0="inet netmask " > defaultrouter="" > > Hope this helps, > > VS > > > On Wed, 3 Sep 2003 20:48:09 +0900 > "Steiger, N. Wilson, (GS-12E)(TRNG) ATG WESTPAC" wrote: > > > To all: > > > > I have just installed FreeBSD 5.0 on a Pent. 200 MMX w/192 MB RAM and 3 8 GB > > HDs (SCSI-using AHA-2940U). My NIC is a 3c905b-tx. The MB is set to > > non-plug-and-play. While booting the NIC shows link on my hub, but no > > activity (duh), but as soon as the kernel sends configuration parameters to > > the NIC it goes offline...no link lights or anything. I know the NIC works > > fine as I was using it with Win98SE just minutes before loading FreeBSD 5.0. > > I use the NICs config prog to check all the settings and they all appear to > > be fine. This is only my fourth install of FreeBSD so I am quite the > > novice, but I have never ran in to an issue with the NIC doing this > > before... > > > > Please help!! > > > > V/R, > > Wilson Steiger > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"