Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 11:52:07 -0700 (MST)
From:      Ivan Fetch <ivanfetch@technologist.com>
To:        "Fred J. Lomas" <aj@8hill.com>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: NIC
Message-ID:  <Pine.LNX.4.20.0002291147410.11089-100000@ibis.ivanfetch.tzo.com>
In-Reply-To: <38BC1162.FD346684@8hill.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.20.0002291147410.11089-100000>