From owner-freebsd-questions Tue Feb 29 10:56:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vail.net (vail.net [199.45.148.10]) by hub.freebsd.org (Postfix) with ESMTP id 3981837BCB8 for ; Tue, 29 Feb 2000 10:56:20 -0800 (PST) (envelope-from ivanfetch@technologist.com) Received: from gatekeeper.cfcc.com (cfcc.com [204.144.216.251]) by vail.net (8.9.3/8.9.3) with ESMTP id LAA17394; Tue, 29 Feb 2000 11:51:35 -0700 (MST) Received: from ibis.ivanfetch.tzo.com (168.191.167.47 [168.191.167.47]) by gatekeeper.cfcc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id FB03WKW7; Tue, 29 Feb 2000 12:01:30 -0700 Date: Tue, 29 Feb 2000 11:52:07 -0700 (MST) From: Ivan Fetch X-Sender: ifetch@ibis.ivanfetch.tzo.com To: "Fred J. Lomas" Cc: "freebsd-questions@freebsd.org" Subject: Re: NIC In-Reply-To: <38BC1162.FD346684@8hill.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is the NIC beeing detected properly by the kernel? Either watch the boot messages for anything talking about an ep0 device, or do this from the shell prompt: dmesg |grep ep0 Your kernel may say something like: Device ep0 not detected at 0x300, irq 10. I would disable plug and play on the NIC (using the disk from 3com) and make note of what IO address and IRQ the NIC is using also. Boot your machine, and when it says "booting kernel in 10 seconds..." press any key (which gives you a prompt). Then type: boot -c This will (soon) dump you in the kernel configuration interfase (a `config>' prompt). Type the following (substituting your actual IO and IRQ values): port ep0 0x310 irq ep0 10 q Now see if the NIC is detected. Hope this heops -- Ivan. On Tue, 29 Feb 2000, Fred J. Lomas wrote: > Hi, > I have a 3.3 FBSD box just finished installing. everything is killer I > try to go and install the NIC 3c509 combo card and I want it to find a > DHCP which is on my network but it just hangs. I have tried different > slots, should i just give up and get a 3c905b-tx and say the hell with > the 509 combo, any ideas?? > > Aj > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message