From owner-freebsd-questions Sat Jun 24 17: 7:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id 4FEEE37B5DF for ; Sat, 24 Jun 2000 17:07:45 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0912.cvx20-bradley.dialup.earthlink.net [209.179.253.147]) by emu.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA00943; Sat, 24 Jun 2000 17:07:42 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id RAA00301; Sat, 24 Jun 2000 17:06:13 -0700 (PDT) Date: Sat, 24 Jun 2000 17:06:11 -0700 From: "Crist J. Clark" To: sponix@ehmail.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3c589 Message-ID: <20000624170611.A225@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <20000624095539.2765.cpmta@c008.sfo.cp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000624095539.2765.cpmta@c008.sfo.cp.net>; from sponix@ehmail.com on Sat, Jun 24, 2000 at 02:55:39AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jun 24, 2000 at 02:55:39AM -0700, sponix@ehmail.com wrote: > hello i would love a bit of assistance with the 3c589 > pcmcia nic... > > i've nearly killed myself trying to get this card setup > and still have nothing to show for it. if you could get > me some sort of step-by-step on the setup of this card > i would _really_ enjoy life much more. oh by the way > i'm on fbsd release 4.0 and attempting to use ep0 and > i have been through about every irq io etc dreamable :P > > thank you for your time and hopefully consideration Is there any reason you sent this to the list four times? Don't do that if you want people to help. My 3Com EtherLink III 3C589D-Combo works just dandy, pccardd[44]: Card "3Com Corporation"("3C589D") matched "3Com Corporation" ("3C589D") ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 10 slot 0 on pccard0 The card is in /etc/defaults/pccard.conf, # 3Com Etherlink III 3C589D card "3Com Corporation" "3C589D" config 0x1 "ep0" ? # config auto "ep0" ? insert logger -t pccard:$device -s 3Com Etherlink III inserted insert /etc/pccard_ether $device remove logger -t pccard:$device -s 3Com Etherlink III removed remove /sbin/ifconfig $device delete But I have a custom entry in /etc/pccard.conf so that it uses the BNC port rather than the 10BaseT. # 3Com Etherlink III 3C589D card "3Com Corporation" "3C589D" config 0x1 "ep0" ? insert echo 3Com Etherlink III inserted insert /etc/pccard_ether ep0 media 10base2/BNC remove echo 3Com Etherlink III removed remove /sbin/ifconfig ep0 delete I don't remember why I did it that way rather then just put the media option in 'pccard_ifconfig' in rc.conf. Other than that, I just put ep0 in my kernel config, and it works fine. Now my Xircom CreditCard Ethernet... That is a different story. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message