From owner-freebsd-usb@FreeBSD.ORG Tue Jun 17 06:26:39 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89485757 for ; Tue, 17 Jun 2014 06:26:39 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45D3E2951 for ; Tue, 17 Jun 2014 06:26:38 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5E2C71FE045; Tue, 17 Jun 2014 08:26:36 +0200 (CEST) Message-ID: <539FDFB1.1090007@selasky.org> Date: Tue, 17 Jun 2014 08:26:57 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Matthias Apitz Subject: Re: Fwd: USB to parallel for printer HP LaserJet 4mL References: <20140616065050.GA1552@La-Habana> <539E94C5.50405@selasky.org> <20140616083302.GA1790@La-Habana> <539EB3D7.7040802@selasky.org> <20140616091858.GA1945@La-Habana> <539EBB4B.2070401@selasky.org> <20140616100709.GA2201@La-Habana> <539EC2A1.6040803@selasky.org> <20140616151022.GA1657@La-Habana> <539F0D98.6040703@selasky.org> <20140617055446.GA1427@La-Habana> In-Reply-To: <20140617055446.GA1427@La-Habana> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 06:26:39 -0000 On 06/17/14 07:54, Matthias Apitz wrote: > El día Monday, June 16, 2014 a las 05:30:32PM +0200, Hans Petter Selasky escribió: > >> Test1) >> Can you try to connect an external High-Speed HUB in between? > > I will check, if I can find and borrow such a device. > >> Test2) >> Instead of ulpt.debug, set hw.usb.uhub.debug=15 and collect logs, when >> executing your "echo XXX > /dev/ulpt". > > To not spam the list with the longer debug messages, I have put it on my > web space: http://www.unixarea.de/usbdebug-07.txt > > Isn't it worth to go back to catch the USB traffic on Win7. The only > problem is that I do not know nearly anything about Windows and would > need a hint for a at least working traffic sniffer. > Hi, Can you try to set: sysctl hw.usb.no_cs_fail=1 before trying the device again? --HPS