From owner-freebsd-mobile Sun Jan 21 19:56:15 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id 7E1FD37B400 for ; Sun, 21 Jan 2001 19:55:53 -0800 (PST) Received: from unios.dhs.org ([207.61.104.183]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010122035547.DXHF6682.tomts7-srv.bellnexxia.net@unios.dhs.org>; Sun, 21 Jan 2001 22:55:47 -0500 Message-ID: <3A6BAFA5.CE42E74B@unios.dhs.org> Date: Sun, 21 Jan 2001 22:57:25 -0500 From: Pat Wendorf X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: The Babbler Cc: MIHIRA Yoshiro , freebsd-mobile@freebsd.org, Greg Smith Subject: Re: Linksys 10/100 + 56K Modem PC Card (ethernet only) References: <200101200819.f0K8Jvr03803@lavender.sanpei.org> <3A6A6885.AE625005@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Babbler, The number was 0x80000 (not 0x8000). I truly appologize if I accidentally wrote 8000 in my previous message. And in my kernel config I delete the "ed0" line and add: device ed I think it adds the driver into the kernel without specifying what port or IRQ it's at. When my pccard comes up it allocates ed0 for it, after I added that 0x80000 to my pccard.conf file (otherwise it detects the MAC address as all FF's). - Pat The Babbler wrote: > > Ok, thank you for the assistance. > Per Greg Smith's advice, I set boot -v, and this produced messages which > reminded me that I didn't re-compile the kernel (as I had to do to get > another Linksys card on a another FreeBSD laptop) to get rid of the > spurious "ed1" parameters. But it still doesn't work. > > I checked the address/port ranges dumped by boot -v, but they don't seem > to conflict with 0x2f8-2ff or 300-31f. > > Per Mihra Yoshiro's advice, I try the "auto" slot and the "?" IRQ. But > it still doesn't work. > (Same message as with slot 3.) > > Next I shall try the > > config 0x3 ed0 ? 0x8000 > > trick from Pat Wendorf. I don't hold out high hopes, but it's worth a > try. > > Pat Wendorf: > > - How did you determine tthat 8000 was correct, and > - How did you know that you could put the address there? > My purusal of the man page showed that it took IRQs but not ioaddrs. > Was I mis-reading it? > > Thanks for everybody's help . . . > > MIHIRA Yoshiro wrote: > > > > bts@babbleon.org wrote: > > > > >> I'm trying to get the a PCCARD working; specifically the card in the > > >> title above. Although it's a modem/ethernet card, I now have a cable > > >> modem so I only care about the ethernet aspect of the card. It works > > >> fine under Linux, which has this view of it: > > >> > > >> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A > > >> > > >> > > >> For for FreeBSD, it's not known to the pccard data base. I've tried > > >> creating a simple entry for it, but I'm not having much luck. Here's my > > >> current pccard.conf entry for it: > > >> > > >> # This is the Linksys card I have, with the fat holder. > > >> card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > > >> config 0x3 "ed" 3 > > >> insert /etc/pccard_ether $device start > > >> remove /etc/pccard_ether $device stop > > > > What version of FreeBSD did you use? 4.1-RELEASE or 4.2-RELEASE ? > > > > If you use 4.2-RELEASE or later, please try below configuration. > > > > # This is the Linksys card I have, with the fat holder. > > card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > > config auto "ed" ? > > insert /etc/pccard_ether $device start > > remove /etc/pccard_ether $device stop > > > > Cheers. > > MIHIRA Yoshiro > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > -- > "Brian, the man from babble-on" bts@babbleon.org > Brian T. Schellenberger http://www.babbleon.org > Support http://www.eff.org. Support decss defendents. > Support http://www.programming-freedom.org. Boycott amazon.com. -- Pat Wendorf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message