From owner-freebsd-questions Sat Apr 27 10:52:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 0C1C337B41C for ; Sat, 27 Apr 2002 10:52:40 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020427175239.BUML6938.mta05-svc.ntlworld.com@lungfish.ntlworld.com>; Sat, 27 Apr 2002 18:52:39 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g3RHqcV92122; Sat, 27 Apr 2002 18:52:39 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g3RHqc813490; Sat, 27 Apr 2002 18:52:38 +0100 (BST) (envelope-from scott) Date: Sat, 27 Apr 2002 18:52:38 +0100 From: Scott Mitchell To: Lutz Horn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Xircom CreditCard 10/100 Configuration Message-ID: <20020427185238.D296@fishballoon.dyndns.org> References: <20020427134911.GA2993@lutz-horn.de> <20020427172805.GA5550@lutz-horn.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020427172805.GA5550@lutz-horn.de>; from lutz@lutz-horn.de on Sat, Apr 27, 2002 at 07:28:05PM +0200 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Apr 27, 2002 at 07:28:05PM +0200, Lutz Horn wrote: > Hi all, > > some more information. > > * Lutz Horn [20020427 15:49 +0200]: > > I'm trying to install FreeBSD 4.5-RELEASE on my Compaq Armada 1500c > > notebook. One problem is setting up the Xircom CreditCard 10/100. > > On startup the following messages are written to /var/log/messages. > > [...] > Apr 27 19:17:26 /kernel: pccard: card inserted, slot 1 > Apr 27 19:17:26 /kernel: pccard: card removed, slot 1 > Apr 27 19:17:26 /kernel: pccard: card inserted, slot 1 > Apr 27 19:17:30 pccardd[47]: Card "Xircom"("CreditCard 10/100") \ > [CE3-10/100] [1.00] matched "Xircom" ("CreditCard 10/100") \ > [(null)] [(null)] > Apr 27 19:17:30 pccardd[47]: Config id 0 not present in this card > Apr 27 19:17:30 pccardd[47]: Resource allocation failure for \ > "Xircom"("CreditCard 10/100") [CE3-10/100] [1.00]; Reason \ > specified CIS was not found > Apr 27 19:17:30 pccardd[47]: pccardd started > > What is this "Config id 0" and "CIS" all about? 'man pccard.conf' should explain... better than I would anyway. What, if anything, is in /etc/pccard.conf on your system? Have you changed anything in /etc/defaults/pccard.conf? Right down towards the end of that file you should see the following: card "Xircom" "CreditCard 10/100" config auto "xe" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop It *looks* as though pccardd is trying to configure the card using configuration entry #0, which doesn't exist on a CE3. This shouldn't happen with the default pccard.conf file -- the 'auto' on the config line tells it to configure using whatever config entries are actually present on the card. What do you get from 'pccardc dumpcis'? Cheers, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message