From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 13:58:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DABE16A4D0 for ; Wed, 10 Nov 2004 13:58:30 +0000 (GMT) Received: from mirapoint.kettering.edu (mirapoint.kettering.edu [192.138.137.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2542E43D1D for ; Wed, 10 Nov 2004 13:58:30 +0000 (GMT) (envelope-from acheng@kettering.edu) Received: from infinity.kettering.edu (infinity.kettering.edu [198.110.5.123]) by mirapoint.kettering.edu (MOS 3.5.3-GR) with ESMTP id BHR04483; Wed, 10 Nov 2004 08:58:28 -0500 (EST) Received: from infinity.kettering.edu (localhost.kettering.edu [127.0.0.1]) iAADwRuo002441 for ; Wed, 10 Nov 2004 08:58:27 -0500 (EST) (envelope-from acheng@kettering.edu) Received: from localhost (acheng@localhost)iAADwRaH002438 for ; Wed, 10 Nov 2004 08:58:27 -0500 (EST) X-Authentication-Warning: infinity.kettering.edu: acheng owned process doing -bs Date: Wed, 10 Nov 2004 08:58:27 -0500 (EST) From: Ada Cheng To: freebsd-questions@freebsd.org Message-ID: <20041110084535.U2059@infinity.kettering.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Will a SD card reader solve this problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 13:58:30 -0000 Good morning, I am trying to connect my Minolta Z2 camera with my box, currently running 4.10 stable. The following devices are included in my kernel: device scbus device da device pass device uhci device ehci device ohci device usb device umass After rebuilding the kernel and rebooting, I tested the configuration by plugging in my camera. The following is the output of dmesg: umass0: KONICA_MINOLTA DiMAGE Z2, rev 2.00/1.00, addr 2 umass0: BBB reset failed, TIMEOUT (this is repeated if I don't unplug the camera) If I do a camcontrol devlist I obtain at scbus1 target 0 lun 0 (probe0) so I guess the camera is recognized but no device node was probed. I am also getting the following error when i do $mount -t msdos -r /dev/da0s1c /camera msdos: /dev/da0s1c: Device not configured which I guess isn't too surprising. I have read various threads regarding this TIMEOUT failure error and some has suggested doing some quirks with the src/sys/cam/scsi/scsi_da.c file which I am not comfortable with doing. Will a SD card reader solve this problem? Any help is much appreciated. Many thanks in advance. Ada