From owner-freebsd-usb@FreeBSD.ORG Mon Oct 28 18:18:18 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05EB7434 for ; Mon, 28 Oct 2013 18:18:18 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id B47A122CA for ; Mon, 28 Oct 2013 18:18:17 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 586887A091; Mon, 28 Oct 2013 19:18:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 873AF8FBD91; Mon, 28 Oct 2013 19:18:38 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UAPw4QL+cv3z; Mon, 28 Oct 2013 19:18:37 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 92BA58FBD90; Mon, 28 Oct 2013 19:18:37 +0100 (CET) Message-ID: <526EAAA8.7010503@bitfrost.no> Date: Mon, 28 Oct 2013 19:19:20 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: =?windows-1252?Q?Aur=E9lien_Croc?= Subject: Re: ULPT error: ulpt_status_callback: error=USB_ERR_STALLED References: <197EDBA6-79AC-47F3-A482-84A4FF543E8D@ap2c.org> <8647743.ye3eY2zjhq@is010471-220.intra.cea.fr> <526E2D49.1040602@bitfrost.no> <4789603.WnW2OTVhVR@is010471-220.intra.cea.fr> <526E335B.7080309@bitfrost.no> <46D8FC4A-B7AD-477A-B576-6EDC31125DDF@ap2c.org> In-Reply-To: <46D8FC4A-B7AD-477A-B576-6EDC31125DDF@ap2c.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 18:18:18 -0000 On 10/28/13 18:34, Aurélien Croc wrote: > Hi, > >> Hi, >> >> Look for function "ulpt_watchdog()": >> […] > > > I recompiled the kernel and test printing something. The result is the same: nothing happens and when I dump the usb messages I got exactly what I attached this morning: > > 18:32:13.949199 usbus2.3 SUBM-CTRL-EP=00000000,SPD=FULL,NFR=1,SLEN=8,IVAL=50 > 18:32:13.949366 usbus2.3 DONE-CTRL-EP=00000000,SPD=FULL,NFR=1,SLEN=0,IVAL=50,ERR=STALLED > 18:32:13.998194 usbus2.3 SUBM-CTRL-EP=00000000,SPD=FULL,NFR=1,SLEN=8,IVAL=50 > 18:32:13.998358 usbus2.3 DONE-CTRL-EP=00000000,SPD=FULL,NFR=1,SLEN=0,IVAL=50,ERR=STALLED > > The problem is not solved at all :( Hi, Could you add "-vvv" to the usbdump command, to get the USB request aswell. Maybe we commented out the wrong request. --HPS