From owner-freebsd-questions Mon Jul 17 16:16:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 851F837B695 for ; Mon, 17 Jul 2000 16:16:14 -0700 (PDT) (envelope-from nicks@giroc.albury.net.au) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id JAA08617; Tue, 18 Jul 2000 09:16:05 +1000 (EST) Date: Tue, 18 Jul 2000 09:16:05 +1000 From: Nick Slager To: Matthew Bayliss-N3D Cc: "'freebsd-questions@freebsd.org'" Subject: Re: 3C589 Network card. Message-ID: <20000718091605.A5894@albury.net.au> References: <01B7949A559DD111A1F40000F8CB2D88014549C6@midbirmxu01.bm.bbc.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <01B7949A559DD111A1F40000F8CB2D88014549C6@midbirmxu01.bm.bbc.co.uk>; from matthew.bayliss.01@bbc.co.uk on Mon, Jul 17, 2000 at 05:27:12PM +0100 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Matthew Bayliss-N3D (matthew.bayliss.01@bbc.co.uk): > I have a 3Com3C589D PCMCIA network card and a Dell Latitude Cpi. > > I have had this configuration working before but I had to reinstall my OS > due to a crash and I'm having trouble now. > > I seen to remember the device used to be zp0 but I think its changed to ep > in FBSD 4.0 (which is built in my kernel) It's been ep since at least 3.2, probably earlier than that also... > pccard_enable="YES" > network_interfaces="lo0 ep0 tun0" > ifconfig_ep0="inet 10.0.0.1 netmask 255.255.255.0" These settings won't actually assign the IP address to the interface, as you're using a PCMCIA card. You'll need to use something like: pccard_enable="YES" pccard_ifconfig="inet 203.15.244.203 netmask 255.255.255.0" Is the card actually detected by the machine? Is pccardd running? What does 'ifconfig -a' show? Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message