From owner-freebsd-questions Thu Dec 17 08:29:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16097 for freebsd-questions-outgoing; Thu, 17 Dec 1998 08:29:46 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from k12-nis-2.bbn.com (K12-NIS-2.BBN.COM [128.89.6.195]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16092 for ; Thu, 17 Dec 1998 08:29:44 -0800 (PST) (envelope-from dm@k12-nis-2.bbn.com) Received: from k12-nis-2.bbn.com (dm@LOCALHOST.BBN.COM [127.0.0.1]) by k12-nis-2.bbn.com (8.9.0/8.9.0) with ESMTP id LAA18731; Thu, 17 Dec 1998 11:28:42 -0500 (EST) Message-Id: <199812171628.LAA18731@k12-nis-2.bbn.com> To: rmellis@genie.co.uk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 3.0 and pccards In-reply-to: Your message of "17 Dec 1998 13:55:16 GMT." <19981217135516.26427.qmail@www.genie.co.uk> Date: Thu, 17 Dec 1998 11:28:41 -0500 From: david mankins Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Date: 17 Dec 1998 13:55:16 -0000 Subject: FreeBSD 3.0 and pccards From: rmellis@genie.co.uk Hi, I've installed 3.0 on a laptop and have been trying to get pccardd to run. The error message I get is "no entry in database for ""(""). I copied the entry from pccard.conf.sample into pccard.conf. Its for a 3c589D ethernet card on a TI PCI-1131 CardBus controller. Does anyone have any tips? (I'm not running 3.0, but just had the same problem under 2.2.6.) It's unable to read the configuration information from your card (the message should read something like: ``No entry in database for "" ("")'' Look at your PCMCIA card's manual to figure out whether you've got the right IRQ and memory locations (the ones in pccard.conf.sample may not be correct for your device). For example, here's a tweaked pccard.conf file: # list of addresses the Wavelan card will accept io 0x300 - 0x370 # Your hardware may want different addresses here # List of IRQs the Wavelan card can handle irq 3 4 5 7 9 10 11 12 14 15 # I bet this information is correct, though it # is overridden by the line below that # specifies an IRQ memory 0xdf000 96k # This address may differ for your PCMCIA # card, too. card "Digital" "RoamAbout/DS" config 0x1 "wlp0" 11 # The ``11'' in this line overrides the range # of IRQs above (maybe change this so you # don't have any IRQ conflicts?) ether wavelan insert blah blah blah remove blah blah blah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message