From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 17:43:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3223A16A4CE for ; Tue, 30 Dec 2003 17:43:13 -0800 (PST) Received: from radicalv.com (secure.radicalv.com [216.118.91.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1A443D53 for ; Tue, 30 Dec 2003 17:43:07 -0800 (PST) (envelope-from ecrist@adtechintegrated.com) Received: (qmail 30421 invoked from network); 31 Dec 2003 01:42:58 -0000 Received: from unknown (HELO 192.168.1.107) (66.41.18.160) by mail.radicalv.com with SMTP; 31 Dec 2003 01:42:58 -0000 From: Eric F Crist Organization: AdTech Integrated Systems, Inc To: "Lee Mx" , jesse@wingnet.net, freebsd-questions@freebsd.org Date: Tue, 30 Dec 2003 19:42:51 -0600 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312301942.51323.ecrist@adtechintegrated.com> Subject: Re: ZOT Print Server.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 01:43:13 -0000 On Tuesday 30 December 2003 07:22 pm, Lee Mx wrote: > I forgot to ask in the previous email but if it doesn't help would you post > your printcap entry. > > thanks Sorry, that was really my bad. Here it is. Note that the top entry is for the parallel connection, which does work if it's connected. The bottom entry is the non-working network connection. TIA -- Eric F Crist AdTech Integrated Systems, Inc (612) 998-3588 -----PRINTCAP ENTRIES----- # APS1_BEGIN:printer1 # - don't delete start label for apsfilter printer1 # - no other printer defines between BEGIN and END LABEL lp|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\ :lp=/dev/lpt0:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/lp:\ :lf=/var/spool/lpd/lp/log:\ :af=/var/spool/lpd/lp/acct:\ :mx#0:\ :sh: # APS1_END - don't delete this # APS2_BEGIN:printer2 # - don't delete start label for apsfilter printer2 # - no other printer defines between BEGIN and END LABEL lp1|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\ :lp=:\ :rm=192.168.1.2:\ :rp=laser:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/lp1:\ :lf=/var/spool/lpd/lp1/log:\ :af=/var/spool/lpd/lp1/acct:\ :mx#0:\ :sh: # APS2_END - don't delete this -----END PRINTCAP-----