From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 01:05:13 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 8DBF0106564A for ; Thu, 28 Jul 2011 01:05:13 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-gw0-f50.google.com (mail-gw0-f50.google.com [74.125.83.50]) by mx1.freebsd.org (Postfix) with ESMTP id 468B58FC17 for ; Thu, 28 Jul 2011 01:05:12 +0000 (UTC) Received: by gwj16 with SMTP id 16so1790551gwj.37 for ; Wed, 27 Jul 2011 18:05:12 -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; bh=+y6eOJGLZubR7HmCWxt1ULKTTguoP/moKJgBaI1r+YE=; b=h0vp8oDQD+MGr/OylmvGpWzSgAqy+0vr1ISnDPDnfMpyMjfpOgZhbmRGlFb2mq/PR9 RKiL88MxU8vRAX7MhK5unmz5esm0Vc+8icY87v6CkyCCmjqSIMq1PuexG8S2VZWu+FW/ m74IuuAKyjfyKVnc00zzAt59ZDDXtvKY12ZVQ= MIME-Version: 1.0 Received: by 10.43.50.10 with SMTP id vc10mr348774icb.293.1311815112299; Wed, 27 Jul 2011 18:05:12 -0700 (PDT) Received: by 10.42.169.73 with HTTP; Wed, 27 Jul 2011 18:05:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Jul 2011 20:05:12 -0500 Message-ID: From: Antonio Olivares To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Thu, 28 Jul 2011 01:05:13 -0000 @ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt | lpr -P Deskjet [olivares@quadcore ~/Documents]$ lpq -a Deskjet: Deskjet is ready and printing Rank Owner Job Files Total Size active olivares 2 (standard input) 10405 bytes [olivares@quadcore ~/Documents]$ Now how do I configure apps like Firefox, evince, LibreOffice to print? Thanks, Antonio