From owner-freebsd-current@FreeBSD.ORG Fri Aug 15 12:27:58 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 D165937B401 for ; Fri, 15 Aug 2003 12:27:58 -0700 (PDT) Received: from shell.spyder.web.za (shell.spyder.web.za [193.201.200.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3854743FBD for ; Fri, 15 Aug 2003 12:27:58 -0700 (PDT) (envelope-from ljb@neverborn.org) Received: from 210-86-58-215.jetstart.xtra.co.nz ([210.86.58.215] helo=ash.axis.bitserf.org) by shell.spyder.web.za with smtp (Exim 3.36 #1) id 19nkEu-000Bmf-00 for current@freebsd.org; Fri, 15 Aug 2003 20:27:56 +0100 Received: (qmail 3827 invoked by uid 500); 15 Aug 2003 19:27:56 -0000 Date: Sat, 16 Aug 2003 07:27:56 +1200 From: "leon j. breedt" To: current@freebsd.org Message-ID: <20030815192756.GA3562@ash.axis.bitserf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: PQI 128MB USB flash drive mount problems 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, 15 Aug 2003 19:27:59 -0000 hi, i have a PQI Intelligent Stick 128MB USB flash drive that i'm trying to get working on -CURRENT. i added: device da device scbus device umass to my kernel configuration. when i attach the drive, it detects it correctly, and i get the following kernel messages on the console: umass0: Intelligent Stick Intelligent Stick, rev 1.10/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 127MB (260448 512 byte sectors: 64H 32S/T 127C) umass0: Phase Error, residue = 0 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 after the above is printed, it prints: Opened disk da0 -> 5 Opened disk da0 -> 5 Opened disk da0 -> 5 Opened disk da0 -> 5 4 times, and then it appears to give up. any attempt to mount /dev/da0s1 fails after a timeout of about 15-20 seconds or so. ash# mount -t msdos /dev/da0s1 /mnt/istick msdosfs: /dev/da0s1: Input/output error any ideas what to do to debug this? given pointers, i'm willing to play with some code. thanks! leon nb: please cc me on responses.