From owner-freebsd-questions@FreeBSD.ORG Tue Dec 8 20:28:55 2009 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 1ECF01065697 for ; Tue, 8 Dec 2009 20:28:55 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 79C748FC1E for ; Tue, 8 Dec 2009 20:28:54 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so1244391fgg.13 for ; Tue, 08 Dec 2009 12:28:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=J0J9KGmI8QG4rGSuU9Hlw62IsaxzrqY9OrWQvr7q+yg=; b=WTLYJXkht+hboWubssP64Ej2/Q2w8mWLWATkHP1/iBJIY4vnx+sQe4jMNU6IRVbCAL SFOgCh5yfYtGaHP77+esgn8TWvxlap0F5G3eADBx/xksFFgotUsK0u4zzxxGax9dyzAo TcM8adWmZHhjNdsEufYfIQTLxQQRHioWDgyvY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EBoB+eRvneaBp7w2kQO1BcNMpQB9JOJWvM/dby6CEZMB3Y/C3qhWyRI9ZfMOTYInx4 R4E/xWnCuMyAC4wUbhPeWWF6vy+WSCkpldTLCeHc2KZd/VKqAq2b0IeRYVMORsH90ihc 0M7ow4qI65nIh5culMbd5pbWUIUdqib5GYdnw= MIME-Version: 1.0 Received: by 10.103.50.21 with SMTP id c21mr2946434muk.27.1260304133310; Tue, 08 Dec 2009 12:28:53 -0800 (PST) In-Reply-To: <200912081816.51014.david@vizion2000.net> References: <200912081040.02500.david@vizion2000.net> <200912081426.25130.david@vizion2000.net> <200912081816.51014.david@vizion2000.net> Date: Tue, 8 Dec 2009 21:28:53 +0100 Message-ID: From: usleepless@gmail.com To: David Southwell Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: set up of hp laserjet 2200dn with Jetdirect 610N on network 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: Tue, 08 Dec 2009 20:28:55 -0000 On Tue, Dec 8, 2009 at 7:16 PM, David Southwell wrote: > > On Tue, Dec 8, 2009 at 3:26 PM, David Southwell >wrote: > > > > David Southwell writes: > > > > > I am trying to set up a freebsd 7.2 p3 system to be able to print > > > > > from an hp laserjet 2200dn equipped with a built in 10/100 > > > > > jetdirect 610N. The printer is also used by a number of MS$ > > > > > systems on the same subnet as the server so I know the printer is > > > > > working and configured to print both text and graphics and to use > > > > > the double sided facility. I need to use similar facilities from > > > > > the server. > > > > > > > > I recently used CUPS to connect to a LaserJet 6 series with a > > > > non HP (but supposedly HP-compatible) print server. After some > > > > help, I entered "socket://" in the appropriate field > > > > ... and everything Just Works. > > > > > > > > > > > > Robert Huff > > > > > > Hi Robert > > > Seasons greetings > > > > > > Thanks v. much. > > > > > > With help from Olivier Nicole I was able to telnet to the printer 9100 > > > and text types got printed. My questions now are: > > > > > > 1. How do I manage to print single/double sided and determine the page > > > orientation for different jobs? > > > 2. How do I print images/ PCl /postscript. > > > > > > Olivier has a script which he will be sending me tomorrow but I do not > > > know whether that deals with those issues. > > > > install CUPS. > > > Installed and configured cups but cannot get the online login system to > work. > It refuses to accept username/password combination. > > Here are the relevant lines in cupsd.conf: > # Show shared printers on the local network. > Browsing On > BrowseOrder allow,deny > BrowseAllow all > BrowseLocalProtocols CUPS > > # Default authentication type, when authentication is required... > DefaultAuthType Basic > > # Restrict access to the server... > > > Order Deny, Allow > Deny from All > Allow from 127.0.0.1 > Allow from 62.49.197.50 > > > # Restrict access to the admin pages... > > AuthType Default > Require user @SYSTEM > Order Deny, Allow > Deny from All > Allow from 127.0.0.1 > Allow from 62.49.197.50 > > > # Restrict access to configuration files... > > AuthType Default > Require user @SYSTEM > Order Deny, Allow > Deny from All > Allow from 127.0.0.1 > Allow from 62.49.197.50 > Order allow,deny > > > > Relevant ports: > dns1# pkg_info |grep cups > cups-base-1.4.2_1 Common UNIX Printing System: Server > cups-client-1.4.2_1 Common UNIX Printing System: Library cups > cups-image-1.4.2_1 Common UNIX Printing System: Library cupsimage > cups-pdf-2.5.0 A virtual printer for CUPS to produce PDF files > cups-pstoraster-8.15.4_4 Postscript interpreter for CUPS printing to non-PS > printers > cups-samba-6.0_2 The Common UNIX Printing System: MS Windows client > drivers > cups-smb-backend-1.0_2 A CUPS backend for printing to Windows servers > gnome-cups-manager-0.31_10,1 Admistration tool for cups > gutenprint-cups-5.1.7_4 GutenPrint Printer Driver > libgnomecups-0.2.3_2,1 Support library for gnome cups admistration > py26-cups-1.9.46 CUPS bindings for Python > > > > have you tried logging in as root? i seem to remember something like this... regards, usleep