From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 08:10:55 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 4A5B3106564A for ; Fri, 28 Oct 2011 08:10:55 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost06.isp.att.net (fmailhost06.isp.att.net [204.127.217.106]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6298FC1B for ; Fri, 28 Oct 2011 08:10:54 +0000 (UTC) Date: Fri, 28 Oct 2011 08:08:07 +0000 (GMT) X-Comment: Sending client does not conform to RFC822 minimum requirements X-Comment: Date has been added by Maillennium Received: from localhost (adsl-68-18-76-46.sdf.bellsouth.net[68.18.76.46]) by isp.att.net (frfwmhc06) with SMTP id <20111028080806H0600a7jr1e>; Fri, 28 Oct 2011 08:08:06 +0000 X-Originating-IP: [68.18.76.46] From: "Thomas Mueller" To: freebsd-questions@FreeBSD.org References: Message-Id: <20111028081055.4A5B3106564A@hub.freebsd.org> Cc: Subject: Re: Fast personal printing _without_ CUPS 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: Fri, 28 Oct 2011 08:10:55 -0000 from Mark Felder : > You've just made me a happy, happy user. I always wondered what it would > take to get rid of CUPS, and today I've done it. Finally my print jobs are > instantaneous here at work instead of being a mystery. Can't wait to go > home and do the same with my personal laser. I wish I could do that with my HP n1212mf LaserJet, but the necessary hplip port depends on cups-base. I could not get that printer to work on the old computer under FreeBSD 8.2 and NetBSD 5.1_STABLE, problems with the tricky USB interface, won't work with ulpt, but I didn't try the ethernet way yet. On the new computer, FreeBSD being the only hard-drive OS installed so far, I built hplip but haven't tested it yet. Upgrading by source from FreeBSD 9.0-BETA2 to RC1, I was sure to deactivate ulpt in the kernel config file. I am still struggling with some files in /etc messed up by mergemaster. I may have found a solution but haven't tested it yet; I did back up my old /etc directory. Then I have to portupgrade hplip and dependencies (portupgrade -r ...) or the portmaster equivalent. Tom