From owner-freebsd-amd64@FreeBSD.ORG Sun Nov 27 23:06:13 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A37116A41F for ; Sun, 27 Nov 2005 23:06:13 +0000 (GMT) (envelope-from surija@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F8C43D4C for ; Sun, 27 Nov 2005 23:06:12 +0000 (GMT) (envelope-from surija@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so2145243nzb for ; Sun, 27 Nov 2005 15:06:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ThgLqKdNOm/xW/9gwZpoUHhdjjLnLAjT+7PkKb8+usf3/MI+Vut+ifj84ceUemuCIaZMRiGPu9w9m2898wqo8mbkHiyL9sK4NcStHLFAQBnK1wb1+HDjO0/54Z1iQ7qiM9XkMZsQqsWw9NOqxW2I5eCWjUF/ZhjzpFeto0W/mwM= Received: by 10.65.181.10 with SMTP id i10mr5480032qbp; Sun, 27 Nov 2005 15:06:11 -0800 (PST) Received: by 10.64.208.8 with HTTP; Sun, 27 Nov 2005 15:06:11 -0800 (PST) Message-ID: <21bc91010511271506l5bf716dcq666f1819d5fa9356@mail.gmail.com> Date: Sun, 27 Nov 2005 18:06:11 -0500 From: Ranko Sredojevic To: Ranko Sredojevic , freebsd-amd64@freebsd.org In-Reply-To: <20051127222634.GB97673@slackbox.xs4all.nl> MIME-Version: 1.0 References: <21bc91010511271031y6357b2f0ue2891afbe71b83f4@mail.gmail.com> <20051127184612.GA93799@slackbox.xs4all.nl> <21bc91010511271210k35ccd954ic16d168e8c6d155a@mail.gmail.com> <20051127222634.GB97673@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: directions X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 23:06:13 -0000 On 11/27/05, Roland Smith wrote: > > On Sun, Nov 27, 2005 at 03:10:29PM -0500, Ranko Sredojevic wrote: > > > Any ideas on lpd/lpq problem? I sent various things out to print... Mor= e > or > > less succesfully... :\ > > I use the simplest filter: cat, trying to send .ps to the printer. > Sometimes > > it prints the whole > > document... sometimes just part of it... (for longer ones) I haven't > managed > > to get more > > than 8 pages (4 sheets) in one print? Any ideas? > > Is it a parallel port printer? If so, set your parallel port into > polling mode: lptcontrol -p -d /dev/lpt0.ctl > > If that works, set the following in /boot/device.hints: > > hint.ppc.0.flags=3D"0x20" > > and it will be put into polling mode at boot. No, it is network printer... Sorry, I forgot to mention. Some documents (smaller ones) it prints fine. Some other: it just doesn't print ... or prints the error message I already sent ... or part of it... depends on mood I guess :) rasha