From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 12:37:32 2003 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 9008E37B401 for ; Tue, 1 Apr 2003 12:37:32 -0800 (PST) Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.221.29.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id D323E43F75 for ; Tue, 1 Apr 2003 12:37:30 -0800 (PST) (envelope-from fallenbr@uol.com.br) Received: from 200-161-254-174.dsl.telesp.net.br ([200.161.254.174]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id RAA03529; Tue, 1 Apr 2003 17:37:26 -0300 (BRT) From: Konrad Scorciapino To: Mike Meyer Date: Tue, 1 Apr 2003 17:36:50 -0300 User-Agent: KMail/1.5 References: <200303311816.24823.fallenbr@uol.com.br> <16008.60303.465019.325072@guru.mired.org> In-Reply-To: <16008.60303.465019.325072@guru.mired.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304011736.50814.fallenbr@uol.com.br> cc: freebsd-questions@freebsd.org Subject: Re: USB 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: Tue, 01 Apr 2003 20:37:32 -0000 Hi, > What did you try sending to /dev/ulpt0 that caused things to lock up? Anything I tried caused the system to lock up. Here are some examples konrad@localhost /home/konrad # lptest > /dev/ulpt0 ^C konrad@localhost /home/konrad # ls > /dev/ulpt0 ^C konrad@localhost /home/konrad # cat /etc/cvsupfile > /dev/ulpt0 ^C > > And how do I know whether my printer is a winprinter or not? > > The standard way is by sending it flat ascii text, and seeing if it > prints that. If it prints the text you sent, it's not a winprinter. If > it does nothing, or prints gibberish, it's probably a winprinter. So it means that my printer is a winprinter? Thanks!