From owner-freebsd-questions Mon Apr 29 5: 1:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id E99EF37B419 for ; Mon, 29 Apr 2002 05:01:05 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 516240.81664.1020.1s28060234lennier ; Mon, 29 Apr 2002 14:01:04 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Lutz Horn Subject: Re: Xircom CreditCard 10/100 Configuration Date: Mon, 29 Apr 2002 14:01:03 +0200 X-Mailer: KMail [version 1.4] Cc: freebsd-questions@FreeBSD.ORG References: <20020427134911.GA2993@lutz-horn.de> <20020427185238.D296@fishballoon.dyndns.org> <20020428103959.GA2782@lutz-horn.de> In-Reply-To: <20020428103959.GA2782@lutz-horn.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200204291401.03502.mark.rowlands@minmail.net> 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 Sunday 28 April 2002 12:39 pm, Lutz Horn wrote: > Hi Scott, > > * Scott Mitchell [20020427 18:52 +0100]: > > What, if anything, is in /etc/pccard.conf on your system? Have you > > changed anything in /etc/defaults/pccard.conf? Right down towards th= e > > 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 > wild shot in the dark time. run this (its all one line) dmesg | grep -i 'irq [0-9][0-9]*' | =20 sed 's/\(^[a-z0-9]*[: ]\).*\(irq [0-9][0-9]*\).*/\1 \2/' | sort -n +2 -= 3 and see what irqs are being reported as in use try the following pccardd.conf assuming irq 3 is not in use by something= =20 else.... like sio1: for example..... # pccardd.conf io=090x240-0x360 irq=093=20 # Available memory slots memory=090xd4000 96k # Xircom CreditCard Ethernet CE3-10/100 card "Xircom" "CreditCard 10/100" =09config=09auto "xe" ? =09insert=09/etc/pccard_ether $device start =09remove=09/etc/pccard_ether $device stop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message