From owner-freebsd-bugs Wed Jan 26 20:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D6CA14F49 for ; Wed, 26 Jan 2000 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA99036; Wed, 26 Jan 2000 20:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stephen.tranquility.net (stephen.tranquility.net [206.156.230.78]) by hub.freebsd.org (Postfix) with ESMTP id 0992B1556E for ; Wed, 26 Jan 2000 20:26:56 -0800 (PST) (envelope-from stephen@stephen.tranquility.net) Received: (from stephen@localhost) by stephen.tranquility.net (8.9.3/8.9.3) id WAA04587; Wed, 26 Jan 2000 22:26:57 -0600 (CST) (envelope-from stephen) Message-Id: <200001270426.WAA04587@stephen.tranquility.net> Date: Wed, 26 Jan 2000 22:26:57 -0600 (CST) From: stephen@math.missouri.edu Reply-To: stephen@math.missouri.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/16394: Users of some printers find that lpt0 malfunctions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16394 >Category: conf >Synopsis: Users of some printers find that lpt0 malfunctions >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 20:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 3.4-STABLE i386 >Organization: University of Missouri >Environment: Using certain kinds of printers like HP 4L >Description: Many users using certain kinds of printers, like the HP 4L, have many problems with printing postscript files. After asking around in news groups, the finally find out that the line in /sys/i386/conf/GENERIC that says device ppc0 at isa? port? flags 0x40 net irq 7 should be changed to device ppc0 at isa? port? flags 0x40 tty irq 7 >How-To-Repeat: >Fix: Add a comment inside the file /sys/i386/conf/GENERIC (and maybe a similar one in LINT) just before the offending line, that says: # For certain kinds of printers (for example HP 4L), you will need # to change the word "net" to "tty" in the following line. device ppc0 at isa? port? flags 0x40 net irq 7 This simple, harmless fix will save many users much grief. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message