From owner-freebsd-usb@FreeBSD.ORG Sat Jul 18 18:46:28 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 0EB4C106564A for ; Sat, 18 Jul 2009 18:46:28 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: from mail.bindone.de (mail.bindone.de [80.190.134.51]) by mx1.freebsd.org (Postfix) with SMTP id 5624F8FC17 for ; Sat, 18 Jul 2009 18:46:26 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: (qmail 82030 invoked by uid 89); 18 Jul 2009 18:46:25 -0000 Received: from unknown (HELO ufo.bindone.de) (mg@bindone.de@87.152.179.46) by mail.bindone.de with ESMTPA; 18 Jul 2009 18:46:25 -0000 Message-ID: <4A62187E.1000506@bindone.de> Date: Sat, 18 Jul 2009 20:46:22 +0200 From: Michael Gmelin User-Agent: Thunderbird 2.0.0.17pre (X11/20090202) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [usb2] Garmin Edge 705 disconnects immediately 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, 18 Jul 2009 18:46:28 -0000 Hello, I'm trying to access a Garmin Edge 705 bike computer, which should show up as a mass storage device. kldload usb2_controller_uhci|ehci Jul 18 19:37:55 ufo kernel: ugen2.2: at usbus2 Jul 18 19:37:55 ufo kernel: ugen2.2: at usbus2 (disconnected) kldload usb2_storage_mass kldload usb2_controller_uhci Jul 18 19:38:06 ufo kernel: ugen2.2: at usbus2 Jul 18 19:38:06 ufo kernel: umass0: on usbus2 Jul 18 19:38:06 ufo kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 Jul 18 19:38:08 ufo kernel: umass0:1:0:-1: Attached to scbus1 Jul 18 19:38:08 ufo kernel: umass0: at ushub2, port 1, addr 2 (disconnected) Jul 18 19:38:08 ufo kernel: ugen2.2: at usbus2 (disconnected) Tried various quirks without any success for usb2_storage_mass (afaik it should be SCSI | BBB). Also tried all possible orders of attaching the device/ Setting various debugging sysctls didn't give any useful hints (didn't see anything extraordinary). usbconfig doesn't show anything because the device disappears immediately. I would assume that this is not a problem with _storage but the device expecting some initialization which doesn't happen (or happens too often). Also tried various usb2_quirk settings, all without success. VendorId: 0x091e ProductId: 0x2271 Maybe someone can give me a hint where to start debugging this. Thanks Michael