From owner-freebsd-hackers Sun Apr 9 23:55:10 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00956 for hackers-outgoing; Sun, 9 Apr 1995 23:55:10 -0700 Received: from grep.cs.fsu.edu (grep.cs.fsu.edu [128.186.121.152]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA00950 for ; Sun, 9 Apr 1995 23:55:09 -0700 Received: by grep.cs.fsu.edu (8.6.9/56) id BAA03725; Mon, 10 Apr 1995 01:22:02 -0400 From: Gang-Ryung Uh Message-Id: <199504100522.BAA03725@grep.cs.fsu.edu> Subject: HP Laserjet 2p To: freebsd-hackers@FreeBSD.org Date: Mon, 10 Apr 1995 01:22:01 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 609 Sender: hackers-owner@FreeBSD.org Precedence: bulk To whom it may concern, I am having some trouble with the HP Laserjet 2p printer. The printer is connected to Parallel port and The printer can be accessed by /dev/lpt0. I am pretty sure the device is probed correctly during the boot time, since the HP printer responds to the command 'cat .cshrc > /dev/lpt0'. # dmesg | grep lpt lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port But it prints the file but not a correct format. . Are there anybody who can have successfully make that printer working ? (with the proper filter program for the ps file) Thanks in advance. --Uh