From owner-freebsd-questions Thu Mar 15 13:42:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11605.mail.yahoo.com (web11605.mail.yahoo.com [216.136.172.57]) by hub.freebsd.org (Postfix) with SMTP id 1556337B718 for ; Thu, 15 Mar 2001 13:42:19 -0800 (PST) (envelope-from digitaltigger@yahoo.com) Message-ID: <20010315214219.36276.qmail@web11605.mail.yahoo.com> Received: from [204.212.103.10] by web11605.mail.yahoo.com; Thu, 15 Mar 2001 13:42:19 PST Date: Thu, 15 Mar 2001 13:42:19 -0800 (PST) From: Garth Thompson Reply-To: garth@bloodletting.com Subject: Sony laptop and PCMCIA problems To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed 4.2 on a Sony F650 and I am now trying to get a PCMCIA ethernet card to work. I have two cards: a Xircom RE-10 and a 3Com589D. In the long run I have to get the Xircom working but I've been testing with both so far. Since I can get the 3Com to work for a network install, I am trying it first. No matter what I do, I keep getting the message: 'No card in database for "(null)"("(null)")' 'No card in database for "(null)"("(null)")' The machine registers when a card is inserted or removed but that is it. ------------------------------ In my Kernel config file: device card device pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd8000 disable device xe device ep etc.... --------------------------------- In my rc.conf: pccard_enable="YES" pccard_flags="" pccard_mem="DEFAULT" --------------------------------- In my pccard.config #General IO io 0x240-0x360 irq 5 7 memory 0xd4000 96k #3Com card card "3Com Corporation" "3C589D" config 01x "ep" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop ------------------------------------ When I do a pccardc dumpcis, nothing is found. There must be something simple that I am missing. Anyone have any suggestions? Thank you, GT __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message