From owner-freebsd-questions@FreeBSD.ORG Mon Apr 20 17:47:13 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 095351065676 for ; Mon, 20 Apr 2009 17:47:13 +0000 (UTC) (envelope-from weif@cjones.org) Received: from maxine.cjones.org (chris.static.MT.net [206.127.66.35]) by mx1.freebsd.org (Postfix) with ESMTP id D250E8FC08 for ; Mon, 20 Apr 2009 17:47:12 +0000 (UTC) (envelope-from weif@cjones.org) Received: by maxine.cjones.org (Postfix, from userid 1003) id 68EF0A3C04; Mon, 20 Apr 2009 11:47:11 -0600 (MDT) From: Keith Seyffarth To: Manolis Kiagias In-reply-to: <49ECA9E2.5060804@otenet.gr> (message from Manolis Kiagias on Mon, 20 Apr 2009 19:59:14 +0300) References: <20090420145839.5D396A3DC7@maxine.cjones.org> <49EC98FA.8010404@otenet.gr> <20090420162909.84CB0A3D2E@maxine.cjones.org> <49ECA9E2.5060804@otenet.gr> Message-Id: <20090420174711.68EF0A3C04@maxine.cjones.org> Date: Mon, 20 Apr 2009 11:47:11 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Can you ACTUALLY print from FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 17:47:13 -0000 > >> Follow the instructions here: > >> > >> http://desktopbsd.net/wiki/doku.php?id=doc:printing > >> > > > > I'm currently four days of troubleshooting after having done all > > that's listed on that wiki entry (though I didn't find that page until > > yesterday), and still trying to get close. That would be one of the > > pages I obliquely referred to as assuming that printing was > > possible... > > > > > > When I read that the first time, I didn't have much idea of CUPS and > devfs rules. I could still make it work. yeah, the instructions there work great up to: "I then selected the Printer tab, clicked the Print test page, and successfully printed a test page." I can go to the Printer tab and click "Print test page," but what happens next is not even evidence of communication with the printer, just a failed message. > >> cupsd_enable="YES" should do the trick in rc.conf - nothing else > >> needed to start cups as a service. > >> > > > > I'd have to disagree with this statement, based on experience. That > > line has been in rc.conf since Januray, and cupsd *never* starts on > > boot. I'd guess that there has to be something else done somewhere to > > get it to actually start. > > > > There must be some problem in your system - there is nothing else in my > rc.conf about cups, and it does start at boot on my system. Yeah, I'm guessing that there is something missing somewhere, or something that CUPS doesn't install by default, or something that is supposed to be set in some other file, or something, I just haven't got a clue where to look or what to look for. Having to start cups manually isn't really all that bad, but it would ne nice not to have to. However, that's all pretty moot if there isn't a way to get ink to paper from a FreeBSD machine...