From owner-freebsd-usb@FreeBSD.ORG Sun Mar 15 21:15:58 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5C4106564A for ; Sun, 15 Mar 2009 21:15:58 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out2.uni-muenster.de (ZIVM-OUT2.UNI-MUENSTER.DE [128.176.192.9]) by mx1.freebsd.org (Postfix) with ESMTP id 131A38FC20 for ; Sun, 15 Mar 2009 21:15:57 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.38,368,1233529200"; d="scan'208";a="211932785" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay2.uni-muenster.de with ESMTP; 15 Mar 2009 22:15:55 +0100 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id B7F4F1B07E2; Sun, 15 Mar 2009 22:15:55 +0100 (CET) Date: Sun, 15 Mar 2009 22:15:55 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: In-Reply-To: <200903151139.42508.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: problem with usb printer X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 21:15:58 -0000 alright. i've tried various patches and cups drivers. the only combination that slightly works is a kernel with both patchsets in combination with the splix2 driver. alls other combinations of patches and drivers fail without a page being printed and causing the printer to signal an error. with the two patchsets and the splix2 driver i'm able to print about 5% of the testpage. the paper is almost completely empty. only a a little bit of the testpage is being printed onto the top of the page. after ejecting the page the printer signals an error. with the usb1-stack the whole testpage get's printed and the printer stays operational afterwards. also the gdi driver works just like the splix2 driver without any problems. using the usb2-stack the gdi driver causes the printer to signal an error without anything being printed. alex Hans Petter Selasky schrieb am 2009-03-15: > Hi, > I have been able to reproduce the issue over here on an USB printer. > Try this > patch in addition to the previous ones: > http://perforce.freebsd.org/chv.cgi?CH=159241 > --HPS