From owner-freebsd-usb@FreeBSD.ORG Wed Jan 29 11:13:51 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 9F5F7829 for ; Wed, 29 Jan 2014 11:13:51 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA6E1CC0 for ; Wed, 29 Jan 2014 11:13:50 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 478C317FC92; Wed, 29 Jan 2014 12:13:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id CAC098EE66E; Wed, 29 Jan 2014 12:14:40 +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 GcsTUYbaPMnE; Wed, 29 Jan 2014 12:14:40 +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 EB9968EE627; Wed, 29 Jan 2014 12:14:39 +0100 (CET) Message-ID: <52E8E2A9.1040304@bitfrost.no> Date: Wed, 29 Jan 2014 12:14:49 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Volker Nebel , freebsd-usb@FreeBSD.org Subject: Re: usb/186110: connected over USB, only first document is printed References: <201401281940.s0SJe10l085197@freefall.freebsd.org> In-Reply-To: <201401281940.s0SJe10l085197@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 11:13:51 -0000 On 01/28/14 20:40, Volker Nebel wrote: > >> Obviously, the problem has nothing to with the spooling system, for it > >> happen > >> s as well with [CMD=" "]cat test.ps > /dev/ulpt0[/CMD] issued twice: The > >> first d > >> ocument is printed, any further not. (The printer understands Postscript.) > >> Same > >> situation with /dev/unlpt0. Hi, You might be able to find the answer by printing the same document using "cat" and "lpd" and then record the USB traffic using "usbdump". Remove the timestamps and do a diff. --HPS