From owner-freebsd-usb@FreeBSD.ORG Thu Feb 4 21:24:30 2010 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 425BE106568B for ; Thu, 4 Feb 2010 21:24:30 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 030E38FC13 for ; Thu, 4 Feb 2010 21:24:29 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 8EF636331BF; Thu, 4 Feb 2010 22:24:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id BA3AE2CECDF; Thu, 4 Feb 2010 22:24:26 +0100 (CET) Date: Thu, 4 Feb 2010 22:24:21 +0100 From: Patrick Lamaiziere To: freebsd-usb@freebsd.org Message-ID: <20100204222421.51185b0d@davenulle.org> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Cc: thompsa@freebsd.org Subject: problem with lastest u3g in RELENG_8 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: Thu, 04 Feb 2010 21:24:30 -0000 (CC: thompsa) Hi, I've got some troubles with the lastest revision of u3g in 8-STABLE. Looks like it does not eject the fake cd device anymore : That works fine with a kernel from 01/15/2010 (so i guess the culprit is the latest version of u3g in stable : 01/17/2010) The key is a ZTE MF633R Unknown USB device: vendor 0x19d2 product 0x0053 bus uhub7 ugen6.4: at usbus6 umass0: on usbus6 kernel: 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): NOT READY asc:3a,0 (probe0:umass-sim0:0:0:0): Medium not present (probe0:umass-sim0:0:0:0): Unretryable error cd1 at umass-sim0 bus 0 scbus3 target 0 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 40.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present before : ugen6.3: at usbus6 uhub7: on usbus6 uhub7: 4 ports with 4 removable, self powered usb_test_autoinstall: Eject CD command status:USB_ERR_NORMAL_COMPLETION ugen6.4: at usbus6 ugen6.4: at usbus6 (disconnected) ugen6.4: at usbus6 Feb 4 21:41:33 u3g0: on usbus6 u3g0: Found 3 ports. umass0: on usbus6 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): NOT READY asc:3a,0 (probe0:umass-sim0:0:0:0): Medium not present (probe0:umass-sim0:0:0:0): Unretryable error da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 40.000MB/s transfers Thanks in advance. Best regards.