From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 20:52:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6957C106569C for ; Thu, 16 Oct 2008 20:52:44 +0000 (UTC) (envelope-from ajphanks@comcast.net) Received: from QMTA01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4558FC1B for ; Thu, 16 Oct 2008 20:52:44 +0000 (UTC) (envelope-from ajphanks@comcast.net) Received: from OMTA10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by QMTA01.emeryville.ca.mail.comcast.net with comcast id TRFg1a00L0cQ2SLA1Yck9D; Thu, 16 Oct 2008 20:36:44 +0000 Received: from amailcenter01.comcast.net ([204.127.225.101]) by OMTA10.emeryville.ca.mail.comcast.net with comcast id TYcj1a00Q2BtKCC8WYcjf0; Thu, 16 Oct 2008 20:36:43 +0000 X-Authority-Analysis: v=1.0 c=1 a=Qb4-T6paDmAA:10 a=p0ZTsmJTHAEA:10 a=qrscLhdFlwkvElHXVvAA:9 a=ljyCLhLbDoeIdrs6QEkA:7 a=Na8gI2Wp7yZ34CRrvlGF54bureUA:4 a=gi0PWCVxevcA:10 a=hGRWn35Td1msOnk8-iUA:9 a=11Ed0z9Td5fhXUaWGrEA:7 a=yBtseA6kekjQaUTvH_SnBjBaf4QA:4 a=37WNUvjkh6kA:10 Received: from [149.128.8.243] by amailcenter01.comcast.net; Thu, 16 Oct 2008 20:36:42 +0000 From: ajphanks@comcast.net To: freebsd-questions@freebsd.org Date: Thu, 16 Oct 2008 20:36:42 +0000 Message-Id: <101620082036.391.48F7A5DA0009DFCD0000018722120207849C05020E089F060E@comcast.net> X-Mailer: AT&T Message Center Version 1 (Oct 30 2007) X-Authenticated-Sender: YWpwaGFua3NAY29tY2FzdC5uZXQ= MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 16 Oct 2008 21:10:26 +0000 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Printing to a Lanier LD160c does not work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 20:52:44 -0000 I am trying to setup a Lanier LD160c (admincolor) that has a network interface. I am new to FreeBSD and tried to follow the handbook. I am able to print to a HP 5SI (corp-admin) with no problems. There are no errors in the lpd-errs and the file is drained from the queue, but the printer does not print anything. And this is a working printer to Windows. lpr -P admincolor testfile.txt printcap: corp-admin|hp|laserjet|Hewlett Packard LaserJet 5Si:\ :lp=\ :sd=/var/spool/output/corp-admin:rm=corp-admin:\ :lf=/var/log/lpd-errs:\ :if=/usr/local/libexec/crlfilter:sh:tr=\f:mx#0: admincolor|hp|laserjet|LANIER LD160c RPCS:\ :lp=\ :sd=/var/spool/output/admincolor:rm=admincolor:\ :lf=/var/log/lpd-errs: I have tried to edit the printcap file and change the 1st line to see if it has any difference, restarted the lpd. chkprintcap does not generate any messages. Any clues where I can start troubleshooting? /var/spool/output drwxrwx--- 2 daemon daemon 512 Oct 10 14:46 admincolor drwxrwx--- 2 daemon daemon 512 Oct 10 14:05 corp-admin drwxr-xr-x 2 root daemon 512 Oct 10 13:37 lpd -rw-rw-r-- 1 root daemon 5 Oct 10 14:28 lpd.lock I would appreciate any help on this. Pat Hanks