Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2000 17:06:11 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        sponix@ehmail.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 3c589
Message-ID:  <20000624170611.A225@dialin-client.earthlink.net>
In-Reply-To: <20000624095539.2765.cpmta@c008.sfo.cp.net>; from sponix@ehmail.com on Sat, Jun 24, 2000 at 02:55:39AM -0700
References:  <20000624095539.2765.cpmta@c008.sfo.cp.net>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000624170611.A225>