From owner-freebsd-usb@FreeBSD.ORG Mon Jun 16 06:54:41 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 09E10FFF for ; Mon, 16 Jun 2014 06:54:41 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 BBF5C2DA9 for ; Mon, 16 Jun 2014 06:54:40 +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 0C1051FE045; Mon, 16 Jun 2014 08:54:38 +0200 (CEST) Message-ID: <539E94C5.50405@selasky.org> Date: Mon, 16 Jun 2014 08:55:01 +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: <20140602150802.GA1950@La-Habana> <538C9A83.7050606@selasky.org> <20140610054403.GA1589@La-Habana> <539964AB.1030909@selasky.org> <20140613184921.GA1748@La-Habana> <539BEE2E.9050108@selasky.org> <20140614181138.GA1598@La-Habana> <539C9181.10304@selasky.org> <20140616054141.GA1358@La-Habana> <539E87EF.9080404@selasky.org> <20140616065050.GA1552@La-Habana> In-Reply-To: <20140616065050.GA1552@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: Mon, 16 Jun 2014 06:54:41 -0000 On 06/16/14 08:50, Matthias Apitz wrote: > El día Monday, June 16, 2014 a las 08:00:15AM +0200, Hans Petter Selasky escribió: > >> Hi, >> >> Can you also use only the no-reset version: /dev/unlpt0 ? >> >> Make sure device is power cycled first. > > Hi, > > I did > > - detached USB cable > - power cycled device > - wait until device ready > > # kldunload ulpt.ko > # kldload modules/usb/ulpt/ulpt.ko > # sysctl hw.usb.ulpt.debug=15 > hw.usb.ulpt.debug: 0 -> 15 > > - now pluged in the USB cable > > # date > /dev/unlpt0 > ^C > # date > lunes, 16 de junio de 2014, 08:44:49 CEST > # > > messages are attached; thx > > Jun 16 08:44:02 La-Habana root: Unknown USB device: vendor 0x0c45 product 0x62c0 bus uhub3 > Jun 16 08:44:02 La-Habana root: Unknown USB device: vendor 0x0c45 product 0x62c0 bus uhub3 > Jun 16 08:44:27 La-Habana kernel: ugen1.2: at usbus1 > Jun 16 08:44:27 La-Habana kernel: ulpt_probe: > Jun 16 08:44:27 La-Habana kernel: ulpt_probe: > Jun 16 08:44:27 La-Habana kernel: ulpt_attach: sc=0xc596c580 > Jun 16 08:44:27 La-Habana kernel: ulpt0: on usbus1 > Jun 16 08:44:27 La-Habana kernel: ulpt_attach: setting alternate config number: 1 > Jun 16 08:44:27 La-Habana kernel: ulpt0: using bi-directional mode > Jun 16 08:44:27 La-Habana kernel: ulpt_watchdog: debugging ulpt.c: ulpt_watchdog() skiped read status > Jun 16 08:44:33 La-Habana last message repeated 6 times > Jun 16 08:44:34 La-Habana kernel: ulpt_write_callback: state=0x0 actlen=0 > Jun 16 08:44:34 La-Habana kernel: ulpt_watchdog: debugging ulpt.c: ulpt_watchdog() skiped read status > Jun 16 08:44:47 La-Habana last message repeated 13 times > Jun 16 08:44:48 La-Habana kernel: ulpt0: at uhub1, port 1, addr 2 (disconnected) > Jun 16 08:44:48 La-Habana kernel: ulpt_detach: sc=0xc596c580 > Jun 16 08:44:48 La-Habana kernel: ulpt_write_callback: state=0x2 actlen=0 > Jun 16 08:44:49 La-Habana kernel: ulpt_probe: > Jun 16 08:44:49 La-Habana kernel: ulpt_probe: > Jun 16 08:44:49 La-Habana kernel: ulpt_attach: sc=0xc5839880 > Jun 16 08:44:49 La-Habana kernel: ulpt0: on usbus1 > Jun 16 08:44:49 La-Habana kernel: ulpt_attach: setting alternate config number: 1 > Jun 16 08:44:49 La-Habana kernel: ulpt0: using bi-directional mode > Jun 16 08:44:49 La-Habana kernel: ulpt_watchdog: debugging ulpt.c: ulpt_watchdog() skiped read status > Jun 16 08:44:53 La-Habana last message repeated 4 times > Jun 16 08:44:54 La-Habana kernel: ulpt_watchdog: debugging ulpt.c: ulpt_watchdog() skiped read status > > matthias > Hi, If you disconnect the LPT port from the printer and repeat? Is the device sufficiently powered? --HPS