From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 05:06:42 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 BE79716A468 for ; Fri, 11 Jan 2008 05:06:42 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 3FEF213C465 for ; Fri, 11 Jan 2008 05:06:41 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-81739.home.otenet.gr [87.203.72.153]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m0B56dj6013901; Fri, 11 Jan 2008 07:06:39 +0200 Message-ID: <4786F95F.4050201@otenet.gr> Date: Fri, 11 Jan 2008 07:06:39 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: Bob Falanga References: <58d1e8d30801101905i2b9ab707w56baf9c8942d2b05@mail.gmail.com> In-Reply-To: <58d1e8d30801101905i2b9ab707w56baf9c8942d2b05@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: configure printers 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: Fri, 11 Jan 2008 05:06:42 -0000 Bob Falanga wrote: > I would like to configure a HP laserjet 1018 USB on freebsd. So far I have > had no luck. During the boot cycle I can see the Laserjet 1018 listed as a > peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 using > bi directional niods). when I go to settings in the pop-down menu then to > printers, change to administrator, freebsd doesn't show any printers > connected to the computer. > > HELP > > thank you, > Bob > _______________________________________________ > > I happen to have a Laserjet 1015 that works perfectly. I believe they are quite similar. I suggest you use CUPS to operate this. A quick guide specific to FreeBSD can be found in DesktopBSD's site here: http://desktopbsd.net/wiki/doku.php?id=doc:printing Install all the ports mentioned (you may have some already installed and others will be pulled as dependencies) and then follow the rest of the instructions for setting device permissions and so on. You will have the printer running in no time. Manolis