From owner-freebsd-questions Thu Apr 10 04:14:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA29483 for questions-outgoing; Thu, 10 Apr 1997 04:14:29 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA29478 for ; Thu, 10 Apr 1997 04:14:23 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id OAA00715; Thu, 10 Apr 1997 14:07:20 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma000713; Thu Apr 10 14:07:19 1997 Message-ID: <334CC9D8.2F9D@barcode.co.il> Date: Thu, 10 Apr 1997 14:07:04 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: "Pariy, Semion" CC: questions@freebsd.org Subject: Re: FreeBSD -> NT40 -> printer References: <9703108607.AA860707540@ibs.msk.su> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Pariy, Semion wrote: > > Hi! > > how can I install printer on FreeBSD 2.2 , if printer connected to > computer with Windows NT40. FreeBSD and NT40 connected to local > network? > > Semion Pariy Install the TCP/IP printing services on the NT machine (it's a standard part of NT and you install it through the Network applet in the control panel). Then, define the printer on the NT machine to be shared. It will now be known by its share name through the lpd protocol, so for FreeBSD it'll be just like a remote printer connected to a UNIX host (look at the Handbook for instructions on that). Note: With NT 4.0 (but not 3.51) you need to print to the printer with the "-l" flag to lpr if you want NT to leave the data untouched. Otherwise, NT assumes it's a text file, so if you send a PostScript file you'll end up with the PostScript source... 3.51 and earlier didn't have this problem. Nadav