Date: Mon, 31 Jan 2000 11:44:39 +0200 From: Panagiotis Astithas <past@netmode.ntua.gr> To: Parag Patel <parag@cgt.com> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Help with PCMCIA ether card Message-ID: <20000131114439.B23568@netmode.ece.ntua.gr> In-Reply-To: <6950.949106760@pinhead.parag.codegen.com>; from parag@cgt.com on Fri, Jan 28, 2000 at 04:46:00PM -0800 References: <6950.949106760@pinhead.parag.codegen.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 28, 2000 at 04:46:00PM -0800, Parag Patel wrote: > > Hello. I was given a Toshiba 420CDT laptop to play with and I'm trying > to get it up on my local net. Unfortunately my local PC dealer didn't > have any of the known PCMCIA cards (listed in pccard.conf.sample) in > stock, so I (foolishly) took a chance on an Edimax EP-4101 16-bit PCMCIA > 10/100 ether card. > > Well, after some hacking around with pccard.conf and such, I can't seem > to figure out which driver (if any) support this card. The eidmax site > doesn't seem to have any more about this card's innards than the docs > that came with the card. > > The pccardc dumpcis output is appended below. I don't understand how > this data maps to the pccard.conf file. My guess is that > config 0x07 "ed0" ? > ought to work if the driver can understand this card, yes? > > At the moment, I'm booting and running the precompiled pccard kernel > that ships on the FBSD 3.4 CDs. I copied it off of the install floppy > to / as the default GENERIC kernel isn't setup to do pccard stuff. The > kernel's dmesg is also appended below. > > Any help would be much appreciated, even if it is to return the card. > Thanks in advance! > > > -- Parag Patel Try editing your /etc/pccard.conf, and inserting the following: card "PCMCIA" "FastEtherCard" config 0x7 "ed0" ? insert echo PCMCIA FastEtherCard inserted insert /etc/pccard_ether ed0 remove echo PCMCIA FastEtherCard removed remove /sbin/ifconfig ed0 delete If that doesn't work, try changing the "?" to every available irq (10 is a good candidate). I find it strange that every configuration index is 0x7 but perhaps it is normal. I hope this helps. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000131114439.B23568>