From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 06:03:02 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 4A90216A4CE for ; Thu, 15 Jul 2004 06:03:02 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with SMTP id EAE5343D31 for ; Thu, 15 Jul 2004 06:03:01 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by mproxy.gmail.com with SMTP id c11so88741rnb for ; Wed, 14 Jul 2004 23:02:59 -0700 (PDT) Received: by 10.38.89.11 with SMTP id m11mr613508rnb; Wed, 14 Jul 2004 23:02:59 -0700 (PDT) Message-ID: <8cb27cbf04071423022fc5d8d9@mail.gmail.com> Date: Thu, 15 Jul 2004 01:02:59 -0500 From: Jon Drews To: Mark Jayson Alvarez In-Reply-To: <20040714063312.8254.qmail@web51603.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040714063312.8254.qmail@web51603.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Is it possible to set-up a USB Printer in Freebsd? 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: Thu, 15 Jul 2004 06:03:02 -0000 Hi Mark: The Epson Stylus C20UX is fully supported according to LinuxPrinting.org: http://www.linuxprinting.org/show_printer.cgi?recnum=Epson-Stylus_C20UX Use the gimp print drivre they suggest at that URL. That means that you can use CUPS and Gimp Print in FreeBSD. 1) Install cups and gimp print (in /usr/ports/print) 2) cd (as root i.e. #) to /usr/local/etc/rc.d and copy the cups.sh.sample to cups.sh 3) Make sure that cups.sh is executable. 4) do: # ./cups.sh start 5) now that the cups daemon is started do: # lynx http://localhost:631/admin (you can also do this from a user account using a regular browser). In both cases you will have to log into root. The web browser will pop up a login. 6) You can now add a new printer through your browser. See the screenshots here for an example: http://www.silbsd.org/CUPS-NetBSD_landscape.html I know this is for NetBSD but from step 5 to 15 it's the same on FreeBSD. As for the USB part, that is handled during the web browser configuration. HTH, Jonathan On Tue, 13 Jul 2004 23:33:12 -0700 (PDT), Mark Jayson Alvarez wrote: > Hi, > > I have an old model Epson C20UX USB Printer and I > usually print in my Windows OS(dual boot) using that > printer. For long, I did not bother to read the > section in the handbook(setting up printer) because as > I have said earlier.. I print my MSWord document in > Windows.. But now that I have deleted my Windows > partition and I'm only running FreeBSD alone,