From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 02:58:26 2003 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 CCCDF37B401; Sun, 8 Jun 2003 02:58:26 -0700 (PDT) Received: from mail.unixguru.nl (mosibi.demon.nl [212.238.240.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646C43FA3; Sun, 8 Jun 2003 02:58:24 -0700 (PDT) (envelope-from richard@unixguru.nl) Received: from mail (mail [192.168.10.4]) by mail.unixguru.nl (8.12.9/8.12.9) with ESMTP id h589wGpW081364 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2003 11:58:18 +0200 (CEST) (envelope-from richard@unixguru.nl) Date: Sun, 8 Jun 2003 11:58:16 +0200 (CEST) From: Richard Arends To: Vincent In-Reply-To: <200306080124.19685.bsd@hightek.org> Message-ID: <20030608115113.Q76780@mail.unixguru.nl> References: <200306080124.19685.bsd@hightek.org> X-message-flag: Get yourself a real mail client! http://www.washington.edu/pine/ X-Accepted-File-Formats: ASCII .rtf .ps - *NO* MS Office files please. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -2.5: EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: freebsd-current@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: USB umass BBB mass storage support 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: Sun, 08 Jun 2003 09:58:27 -0000 On Sun, 8 Jun 2003, Vincent wrote: Vincent, > My PhotoClip DM2132 camera which works under Linux, produces the > following messages in the system log but produces and IO error when I > try to mount it. I'm also working on a USB device (PQI 128 MB Flash Drive) that's not working (yet). Can you put the following in your kernel config: options USB_DEBUG options CAMDEBUG options CAM_DEBUG_BUS=-1 options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB) Rebuild the kernel and after reboot attach the device again. You should see a lot of debug in /var/log/messages. Maybe this can help you to see where it goes wrong. Also take a look at this page: http://www.root.org/~nate/freebsd/quirks.html If this does not help you, please send the debug output as well as the output from 'usbdevs -v' and 'camcontrol devlist'. Regards, Richard. ---- Paul Vixie in an interview with Sendmail.net: Now that the Internet has the full spectrum of humanity as users, the technology is showing its weakness: it was designed to be used by friendly, smart people. Spammers, as an example of a class, are neither friendly nor smart.