From owner-freebsd-questions Wed Jan 21 10:53:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20303 for questions-outgoing; Wed, 21 Jan 1998 10:53:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20288 for ; Wed, 21 Jan 1998 10:53:02 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id KAA14033 for ; Wed, 21 Jan 1998 10:45:58 -0800 (PST) Message-ID: <34C64396.E26BE5F2@clicknet.com> Date: Wed, 21 Jan 1998 10:51:02 -0800 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.02 [en]C-DIAL (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PCCARD.CONF and the 3C589D, please help. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Greetings, I can't seem to get my FreeBSD v2.2.5 system to use my network card (3Com 3C589D). I have ep0 in the kernel setup to use the default 0x300 and IRQ 10 (and I used the 3Com utility to make sure those were the settings in the card, which I'm trying to use in slot 1) When FreeBSD is loading I see it initialize the driver: pccard driver ep added ... ep0 not found at 0x300 but when I try inserting the card I get the following error: cardd[42]: driver allocation failed for 3Com Corporation. Below is the entry from my pccard.conf file, I have tried letting pccardd find the IRQ and I've tried defining it. any help would be appreciated! # 3Com Etherlink III 3C589D card "3Com Corporation" "3C589D" # config 0x1 "ep0" ? config 0x300 "ep0" 10 insert echo 3Com Etherlink III rev.D inserted. # insert /etc/pccard_ether ep0 -link0 link1 # insert /etc/pccard_ether ep0 link0 link1 remove echo 3Com Etherlink III rev.D removed # remove /sbin/ifconfig ep0 delete -Sean