From owner-freebsd-usb@FreeBSD.ORG Sat Sep 5 18:18:08 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD7FD106566B for ; Sat, 5 Sep 2009 18:18:08 +0000 (UTC) (envelope-from ralph@imada.sdu.dk) Received: from berlioz.imada.sdu.dk (berlioz.imada.sdu.dk [130.225.128.12]) by mx1.freebsd.org (Postfix) with ESMTP id EE6EB8FC12 for ; Sat, 5 Sep 2009 18:18:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by localhost.imada.sdu.dk (Postfix) with ESMTP id 4A5DE62747 for ; Sat, 5 Sep 2009 19:55:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at imada.sdu.dk Received: from berlioz.imada.sdu.dk ([127.0.0.1]) by localhost (berlioz.imada.sdu.dk [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0d2aInAwwch2 for ; Sat, 5 Sep 2009 17:54:56 +0000 (UTC) Received: from laptop.fullrate.dk (2110ds1-od.0.fullrate.dk [90.185.65.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by berlioz.imada.sdu.dk (Postfix) with ESMTP id 91C4662736 for ; Sat, 5 Sep 2009 19:54:56 +0200 (CEST) Message-ID: <4AA2A5EF.7090100@imada.sdu.dk> Date: Sat, 05 Sep 2009 19:54:55 +0200 From: Ralph Zitz User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: USB quirks X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2009 18:18:08 -0000 Hello, How does one know which quirks to add? At the moment I'm getting the following messages when attaching my device: ugen4.2: at usbus4 umass0: on usbus4 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:3:0:-1: Attached to scbus3 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:3a,0 (probe0:umass-sim0:0:0:0): Medium not present (probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 15286MB (31306239 512 byte sectors: 255H 63S/T 1948C) xptioctl: pass driver is not in the kernel xptioctl: put "device pass" in your kernel config file (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition (probe0:umass-sim0:0:0:1): UNIT ATTENTION asc:29,0 (probe0:umass-sim0:0:0:1): Power on, reset, or bus device reset occurred (probe0:umass-sim0:0:0:1): Retrying Command (per Sense Data) (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition (probe0:umass-sim0:0:0:1): NOT READY asc:3a,0 (probe0:umass-sim0:0:0:1): Medium not present (probe0:umass-sim0:0:0:1): Unretryable error cd1 at umass-sim0 bus 0 target 0 lun 1 cd1: Removable CD-ROM SCSI-0 device cd1: 40.000MB/s transfers cd1: cd present [49151 x 2048 byte records] GEOM: da0: media size does not match label. The usbstick was formatted with fat32. In /dev I have da0 and da0a listed, yet neither can be mounted: sudo mount_msdosfs /dev/da0a /home/ralph/mnt mount_msdosfs: /dev/da0a: Invalid argument sudo mount_msdosfs /dev/da0 /home/ralph/mnt mount_msdosfs: /dev/da0: Invalid argument I also don't understand the message about the pass device not being in the kernel conf - it is. Any help would be greatly appreciated. Regards, Ralph.