From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 15:44:54 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 01207106564A for ; Thu, 28 Jul 2011 15:44:54 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id AC7668FC0C for ; Thu, 28 Jul 2011 15:44:53 +0000 (UTC) Received: by gxk28 with SMTP id 28so2432411gxk.13 for ; Thu, 28 Jul 2011 08:44:53 -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=ubwm+HMw1XhmHo/Abt6AvyHVpWO/Gmu437NNM9E92SY=; b=dLLJobONd7ZluTiL5bpia9SURlrRAlli3eMpYpvbNwccqs7hIdQ13iq916jkhpIGz9 FzUC4ludWlSSiSuTAk33Js84W57tanPZdcuMp0uZ4+JKlcLvtjabhR+cfLdndcRuV0P9 cdetw5XmT7CAwGc+xuWqR6lXqiE+37xBJ/WgU= MIME-Version: 1.0 Received: by 10.42.156.129 with SMTP id z1mr116451icw.159.1311867892791; Thu, 28 Jul 2011 08:44:52 -0700 (PDT) Received: by 10.42.169.73 with HTTP; Thu, 28 Jul 2011 08:44:52 -0700 (PDT) In-Reply-To: References: <20110728151507.0c150f3c.freebsd@edvax.de> <20110728171430.4b900bea.freebsd@edvax.de> Date: Thu, 28 Jul 2011 10:44:52 -0500 Message-ID: From: Antonio Olivares To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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 15:44:54 -0000 >> However, if you set it up in /etc/csh.cshrc for system- >> wide use, user shells like bash should incorporate the >> setting. >> >> >> >> >> -- > > Polytropon, > > I have made the changes, but the printer does not print :( from firefox. > I might ``try the /etc/csh.cshrc for system- > wide use'' option :) and get back > > /**************************************************** > [olivares@quadcore ~]$ cat .bashrc > # User specific environment and startup programs > setxkbmap -option compose:ralt > export PRINTER="Deskjet" > > [olivares@quadcore ~]$ echo $PRINTER > Deskjet > ****************************************************/ > Made the changes with global /etc/csh.cshrc and it did not work :( [olivares@quadcore ~]$ cat /etc/csh.cshrc # $FreeBSD: src/etc/csh.cshrc,v 1.3.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # System-wide .cshrc file for csh(1). setenv PRINTER Deskjet But if I change lpr to lpr -P Deskjet, I can print. Then I will need to play with it some more? Thanks for your help & valuable time. Regards, Antonio