From owner-freebsd-questions@FreeBSD.ORG Mon Jun 7 18:20:35 2004 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 009E816A4CE for ; Mon, 7 Jun 2004 18:20:35 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9236143D2D for ; Mon, 7 Jun 2004 18:20:32 +0000 (GMT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.206] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BXOjG-0003xp-00 for freebsd-questions@freebsd.org; Mon, 07 Jun 2004 20:20:14 +0200 Received: from [212.202.43.252] (helo=ergo.nruns.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BXOjG-0003LL-00 for freebsd-questions@FreeBSD.org; Mon, 07 Jun 2004 20:20:14 +0200 Received: by ergo.nruns.com (Postfix, from userid 1001) id D2FEC471; Mon, 7 Jun 2004 20:19:56 +0200 (CEST) Date: Mon, 7 Jun 2004 20:19:56 +0200 From: jan.muenther@nruns.com To: FreeBSD Questions Message-ID: <20040607181956.GA4145@ergo.nruns.com> References: <20040605220234.GA28328@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040605220234.GA28328@keyslapper.org> User-Agent: Mutt/1.4.2.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 Subject: Re: HP all in 1 2510 printer 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: Mon, 07 Jun 2004 18:20:35 -0000 > I just got a nice shiny new HP PSC 2510 printer, scanner, copier, fax > doodad. It's network capable, running its own print server, etc. > Thing is, I don't want it to be totally wasted on the Windoze machine, > so I'd like to at least print from FreeBSD. Hm, as a matter of fact, if it has a NIC and runs its own print server, chances are high it speaks lp... at least all other HPs I know do. You can simply set it up as described in the handbook's printing chapter then (using /etc/printcap, simply). Good luck, should work. Cheers, J.