From owner-freebsd-questions Sun Jan 13 19:45:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id EDFC737B417 for ; Sun, 13 Jan 2002 19:45:35 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id D6FA22B772; Mon, 14 Jan 2002 04:45:30 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id DDF2E5B1; Mon, 14 Jan 2002 14:45:01 +1100 (EST) Date: Mon, 14 Jan 2002 14:45:01 +1100 From: Edwin Groothuis To: Rik Scarborough Cc: FreeBSD Questions Subject: Re: USB Printer Message-ID: <20020114144501.Q823@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Rik Scarborough , FreeBSD Questions References: <20020114020716.GA634@gruffy.kc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020114020716.GA634@gruffy.kc.rr.com>; from RikSca@kc.rr.com on Sun, Jan 13, 2002 at 08:07:16PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 13, 2002 at 08:07:16PM -0600, Rik Scarborough wrote: > Can FreeBSD use a printer connected via the USB port? If so, can someone > point me to instructions for doing so? Sure, I have a Epson Stylus 440 here this way. First you have to enable usb support in the kernel, either via modules (kldload the modules usb.ko and ulpt.ko) or with compiling support for it in the kernel (see LINT for this). Then add it to /etc/printcap: lp|local epson printer:\ :sh:\ :mx#0:\ :lp=/dev/ulpt0:sd=/var/spool/output/ulpd:lf=/var/log/ulpd-errs: Make sure /var/spool/output/ulpd exists and (re)start the lpd. That's all! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message