From owner-freebsd-mobile@FreeBSD.ORG Fri Feb 2 05:21:52 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A062D16A405 for ; Fri, 2 Feb 2007 05:21:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 44C4E13C461 for ; Fri, 2 Feb 2007 05:21:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l125JEFo068972; Thu, 1 Feb 2007 22:19:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Feb 2007 22:19:44 -0700 (MST) Message-Id: <20070201.221944.1102527601.imp@bsdimp.com> To: kale1040@yahoo.com From: "M. Warner Losh" In-Reply-To: <147489.57698.qm@web52113.mail.yahoo.com> References: <147489.57698.qm@web52113.mail.yahoo.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 01 Feb 2007 22:19:14 -0700 (MST) Cc: freebsd-mobile@freebsd.org Subject: Re: pccard0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 05:21:52 -0000 In message: <147489.57698.qm@web52113.mail.yahoo.com> CJ Saba writes: : I have an older Toshiba laptop with a Xircom 10/100 pc card. When I : plug the card in the computer recognizes pccard0 gives it resources : and names it (ed1). When I run ifconfig it does not show up. I read : the old Xircom and have tried adding the line pccard_enable="YES" : but that had no affect. Any clue as to what I am doing wrong? Can you post a full dmesg? One with the following lines in /boot/loader.conf: hw.cbb.debug=1 hw.cardbus.debug=1 hw.pccard.debug=1 hw.pccard.cis_debug=1 hw.cardbus.cis_debug=1 Warner