From owner-freebsd-current@FreeBSD.ORG Tue Sep 25 17:52:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A374016A46C for ; Tue, 25 Sep 2007 17:52:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id DC62B13C45B; Tue, 25 Sep 2007 17:52:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46F94AFC.1000808@FreeBSD.org> Date: Tue, 25 Sep 2007 19:53:00 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: gary.jennejohn@freenet.de References: <20070924051118.H9923@small> <200709241951.28762.sysinstall@gmx.net> <20070925041717.W1660@small> <20070925144222.33cb0f70@peedub.jennejohn.org> In-Reply-To: <20070925144222.33cb0f70@peedub.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Parallel port printing crashes 7.0 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2007 17:52:59 -0000 Gary Jennejohn wrote: > On Tue, 25 Sep 2007 04:18:32 +0200 (CEST) > "P.U.Kruppa" wrote: > >> On Mon, 24 Sep 2007, Dieter Franzke wrote: >> >>> Hi, >>> >>> P.U.Kruppa am Montag, 24. September 2007: >>>> Hello, >>>> >>>> I use a HP Deskjet 990 Cxi via parallel port with cups and hpijs >>>> driver on >>>> >>>> FreeBSD pukruppa.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Sep >>>> 21 16:52:59 CEST 2007 amd64 >>>> >>>> When I try to print a little bit more complex documents >>>> (OpenOffice, pdf) my System will crash. >>>> >>>> On my root terminal there will be a long list of >>>> lpt0: [ITHREAD] >>>> lpt0: [GIANT-LOCKED] >>>> lpt0: [ITHREAD] >>>> [...] >>>> lines, then some dumping activity and a reboot. >>>> >>>> I upgraded to 7.0 last week, so all I can say is: everything was >>>> fine with 6.2 . >>>> >>>> Please tell me if you need more information. >>> I've had the same here. >>> Enabling polling via "lptcontrol -p /dev/lpt0" solved the problem. >> Indeed! >> Thanks! >> > > To automate it add > hint.ppc.0.flags="0x20" > to /boot/device.hints > Please, can we focus on fixing the problem instead of institutionalizing workarounds? :) Kris