From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 15:14:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF5A16A4DF; Fri, 22 Oct 2004 15:14:26 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB02843D4C; Fri, 22 Oct 2004 15:14:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9MFECQQ090407; Fri, 22 Oct 2004 09:14:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Oct 2004 09:14:36 -0600 (MDT) Message-Id: <20041022.091436.64538075.imp@bsdimp.com> To: anton@nikiforov.ru From: "M. Warner Losh" In-Reply-To: <41790747.7040300@nikiforov.ru> References: <41790747.7040300@nikiforov.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: X300 + USB DVD/CDRW + SD Card problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 15:14:28 -0000 In message: <41790747.7040300@nikiforov.ru> Anton Nikiforov writes: : In addition, when i do load cbb module it finds two card readers (one is : PCMCIA, another is SD card reader): : Oct 22 17:09:09 latitude kernel: cbb0: at : device 3.0 on pci2 : Oct 22 17:09:09 latitude kernel: cbb1: at : device 3.1 on pci2 : : But when i try to insert my SD Card (256MB Transcend) i have the following: : Oct 22 17:10:20 latitude kernel: cbb0: PC Card card activation failed : : Could someone please show me the right way? Add the following to loader.conf hw.pccard.debug=1 hw.cbb.debug=1 And try again. You may still be SOL, but this will at least get more information. Warner