From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 21:32:14 2011 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 7ED2A106564A for ; Wed, 27 Jul 2011 21:32:14 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB3F8FC0C for ; Wed, 27 Jul 2011 21:32:13 +0000 (UTC) Received: by iyb11 with SMTP id 11so2904420iyb.13 for ; Wed, 27 Jul 2011 14:32:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=gXJyMWWg7KcNZOkXDRMgCuJby0rBnGcvrE56IuKABlM=; b=H75TaarXcSRs5FQxMnMOEhBLsBfz03KXAvtOJF9BaBCCG2i7vFLWMgjaDYP2pSthGr Dy4tLHo1o41Xr9UpmkoU5rRTgSggt2vq7q7TYoHDBfgQszatUFk8uqzLEsQSiYxHa0cW mbCeOD7prPg9Sxk/cYstyHaQM9dr18JLDf8Ck= MIME-Version: 1.0 Received: by 10.42.156.1 with SMTP id x1mr260963icw.226.1311802333418; Wed, 27 Jul 2011 14:32:13 -0700 (PDT) Received: by 10.42.169.73 with HTTP; Wed, 27 Jul 2011 14:32:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Jul 2011 16:32:13 -0500 Message-ID: From: Antonio Olivares To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: printing to a HP Deskjet 812C printer 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: Wed, 27 Jul 2011 21:32:14 -0000 On Wed, Jul 27, 2011 at 4:23 PM, Warren Block wrote: > On Wed, 27 Jul 2011, Warren Block wrote: > >> A Deskjet 812C should be a parallel printer, with device /dev/lpt0. =A0A= re >> you using a USB to parallel adapter? > > Cancel that, an 812C has both parallel and USB. =A0Make sure only the USB > cable is connected, I suspect those printers don't have auto port switchi= ng. > =A0When the printer is connected and powered on, /dev/ulpt0 and /dev/unlp= t0 > should appear. > I disconnected the usb cable and reconnected it and now they appear: quadcore# lpq -a lp: Warning: no daemon present Rank Owner Job Files Total Size 1st root 0 (standard input) 17 bytes 2nd root 1 (standard input) 89 bytes quadcore# ls /dev/unlpt0 ls: /dev/unlpt0: No such file or directory quadcore# ls /dev/ulpt0 ls: /dev/ulpt0: No such file or directory reconnected it : quadcore# ls /dev/ulpt0 /dev/ulpt0 quadcore# ls -l /dev/ulpt0 crw-r--r-- 1 root operator 0, 148 Jul 27 16:27 /dev/ulpt0 quadcore# ls -l /dev/unlpt0 crw-r--r-- 1 root operator 0, 149 Jul 27 16:27 /dev/unlpt0 I changed /etc/printcap, and two blank pages came out but blank :( Thanks, Antonio