From owner-freebsd-usb@FreeBSD.ORG Wed Nov 16 16:23:12 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 286F016A421 for ; Wed, 16 Nov 2005 16:23:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8ACD43D49 for ; Wed, 16 Nov 2005 16:23:11 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jAGGLRL9053306; Wed, 16 Nov 2005 09:21:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 16 Nov 2005 09:21:30 -0700 (MST) Message-Id: <20051116.092130.122061736.imp@bsdimp.com> To: euro@i.com.ua From: "M. Warner Losh" In-Reply-To: <1132156386.875.11.camel@localhost> References: <1132156386.875.11.camel@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 16 Nov 2005 09:21:27 -0700 (MST) Cc: freebsd-usb@freebsd.org, mala@hinterbergen.de Subject: Re: Progress on usb/79524 (printing to Minolta 1300W via /dev/ulpt0) 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: Wed, 16 Nov 2005 16:23:12 -0000 In message: <1132156386.875.11.camel@localhost> Eugene Rogoza writes: : Hello everybody, : : The old issue with 'ulpt' and "device busy" (usb/79524) is slowly moving : towards resolution. : : A brief history: : : http://lists.freebsd.org/mailman/htdig/freebsd-usb/2005-March/000695.html : http://lists.freebsd.org/mailman/htdig/freebsd-usb/2005-July/001254.html : http://lists.freebsd.org/mailman/htdig/freebsd-usb/2005-July/001265.html : : I tried the patch of Mr. M. Warner Losh and voila! No "device busy" : anymore, but when sending a print job, the kernel reports: "ulpt0: : offline", and stays offline, although the printer is turned on. Yes. The kernel will say that, and then send the print job anyway. Does the job actually print? : Is it a somewhat known issue, or should I supply additional debug : information? Yes. It is telling you your printer is broken :-). There's no software problem here. Your printer stupidly reports offline status. I'll be the first to admit that maybe the offline message should go away, or be behind boot verbose. Warner