From owner-freebsd-stable@FreeBSD.ORG Mon Apr 11 10:43:17 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D2F16A4CE for ; Mon, 11 Apr 2005 10:43:17 +0000 (GMT) Received: from obelix.sunrise.ch (mailrelay3.sunrise.ch [194.158.229.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8769243D3F for ; Mon, 11 Apr 2005 10:43:16 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (pop-be-3-2-dialup-50.freesurf.ch [194.230.165.50]) by obelix.sunrise.ch (8.12.10/8.12.10) with ESMTP id j3BAhEwt022070 for ; Mon, 11 Apr 2005 12:43:14 +0200 Received: from gicco.here (localhost [127.0.0.1]) by gicco.homeip.net (8.13.1/8.13.1) with ESMTP id j3BAh8HR002066 for ; Mon, 11 Apr 2005 12:43:08 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.13.1/8.12.11/Submit) id j3BAh7Wr002065 for freebsd-stable@freebsd.org; Mon, 11 Apr 2005 12:43:07 +0200 (CEST) (envelope-from hampi@rootshell.be) X-Authentication-Warning: gicco.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 11 Apr 2005 12:43:07 +0200 From: Hanspeter Roth To: freebsd-stable@freebsd.org Message-ID: <20050411104307.GA1981@gicco.homeip.net> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: accessing USB device with long Initialization X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 10:43:18 -0000 Hello, I've upgraded to 5.4-RC1 and I'd like to access an Mpman MP3 Player via USB. When I attach the USB device several messages appear and the Mpman displays "Starting" but then /dev/da0 is not available. The messages look like this: 11:12:22: umass0: vendor 0x10d6 Generic USB Disk Device, rev 1.10/1.00, addr 2 11:12:22: da0 at umass-sim0 bus 0 target 0 lun 0 11:12:22: da0: Removable Direct Access SCSI-2 device 11:12:22: da0: 1.000MB/s transfers 11:12:22: da0: 123MB (252509 512 byte sectors: 64H 32S/T 123C) 11:12:24: umass0: BBB reset failed, STALLED 11:12:24: umass0: BBB bulk-in clear stall failed, STALLED 11:12:24: umass0: BBB bulk-out clear stall failed, STALLED 11:12:24: (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 11:12:24: umass0: BBB reset failed, STALLED 11:12:24: umass0: BBB bulk-in clear stall failed, STALLED 11:12:24: umass0: BBB bulk-out clear stall failed, STALLED 11:12:24: umass0: BBB reset failed, STALLED 11:12:24: umass0: BBB bulk-in clear stall failed, STALLED 11:12:24: umass0: BBB bulk-out clear stall failed, STALLED 11:12:24: umass0: BBB reset failed, STALLED 11:12:24: umass0: BBB bulk-in clear stall failed, STALLED 11:12:24: umass0: BBB bulk-out clear stall failed, STALLED 11:12:24: umass0: BBB reset failed, STALLED 11:12:24: umass0: BBB bulk-in clear stall failed, STALLED 11:12:24: umass0: at uhub2 port 1 (addr 2) disconnected 11:12:24: (da0:umass-sim0:0:0:0): lost device 11:12:24: (da0:umass-sim0:0:0:0): removing device entry 11:12:24: Opened disk da0 -> 5 11:12:24: umass0: detached For comparison 5.3 calls the kernel debugger and NetBSD waits a little longer and then allows access on the Mpman. Can I make 5.4-RC1 allow accessing the Mpman? -Hanspeter