From owner-freebsd-mobile@FreeBSD.ORG Sun Aug 28 02:22:50 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC71016A41F for ; Sun, 28 Aug 2005 02:22:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631BB43D48 for ; Sun, 28 Aug 2005 02:22:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j7S2KfxT020671; Sat, 27 Aug 2005 20:20:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 27 Aug 2005 20:21:00 -0600 (MDT) Message-Id: <20050827.202100.92265399.imp@bsdimp.com> To: vdemart1@tin.it From: "M. Warner Losh" In-Reply-To: <200508261726.59628.vdemart1@tin.it> References: <200508261726.59628.vdemart1@tin.it> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.village.org [127.0.0.1]); Sat, 27 Aug 2005 20:20:42 -0600 (MDT) Cc: freebsd-mobile@freebsd.org Subject: Re: [AGAIN] Problems with pcmcia & smartmedia 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: Sun, 28 Aug 2005 02:22:50 -0000 In message: <200508261726.59628.vdemart1@tin.it> vittorio writes: : I'm re-sending the following message for help. : In a nutshell I put the smartmedia card of my digital camera into a pcmcia : adapter which is easily configured both by win xp and linux, while under : freebsd 5.4 I cannot see it as a mass storage drive (see below). : : Any suggestion? : Where can I find pieces of documentation about this subject, i.e., configuring : removable mass storage in pccards? It should just work. It does for me. So, we'll need to find out where things differ. First, can you set hw.cbb.debug=1, hw.pccard.debug=1 and hw.pccard.cis_debug=1 with sysctl before inserting the card and send me the entire dmesg output? Warner