From owner-freebsd-usb@FreeBSD.ORG Sun Jun 1 18:08:40 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 67C20AB4 for ; Sun, 1 Jun 2014 18:08:40 +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 27687227B for ; Sun, 1 Jun 2014 18:08:39 +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 220D41FE026; Sun, 1 Jun 2014 20:08:39 +0200 (CEST) Message-ID: <538B6C4F.9050205@selasky.org> Date: Sun, 01 Jun 2014 20:09:19 +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: <20140601130025.GA2255@La-Habana> <538B6693.5010108@selasky.org> <20140601175846.GA2104@La-Habana> In-Reply-To: <20140601175846.GA2104@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: Sun, 01 Jun 2014 18:08:40 -0000 On 06/01/14 19:58, Matthias Apitz wrote: > El día Sunday, June 01, 2014 a las 07:44:51PM +0200, Hans Petter Selasky escribió: > >> What does: >> >> usbdump -i usbusX -f Y -s 65536 -vvv >> >> Outpu when you run the cat? > > Attached the output of > > # usbdump -i usbus1 -f 2 -s 65536 -vvv > usbdump.txt > > while running in another xterm > > # date > /dev/unlpt0 > Hi, The trace shows that the device is not responding to a control request, which is the port status control request. This is a violation of USB.org ULPT standards. Are you sure your device is genuine, hence the wrong spelling of "Prolific" ? Try compiling the ulpt module with USB_DEBUG set: ee /sys/modules/usb/ulpt/Makefile ADD: CFLAGS+= -DUSB_DEBUG Rebuild and install the module. Set hw.usb.ulpt.debug=15 Look for errors. --HPS