From owner-freebsd-questions@FreeBSD.ORG Tue Jun 13 16:50:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0D316A476 for ; Tue, 13 Jun 2006 16:50:02 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E265743D83 for ; Tue, 13 Jun 2006 16:49:58 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17478 invoked from network); 13 Jun 2006 16:49:58 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jun 2006 16:49:58 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7D4742842A; Tue, 13 Jun 2006 12:49:57 -0400 (EDT) To: "Frans-Jan v. Steenbeek" References: <200606131440.04350.frans-jan@van-steenbeek.net> From: Lowell Gilbert Date: Tue, 13 Jun 2006 12:49:57 -0400 In-Reply-To: <200606131440.04350.frans-jan@van-steenbeek.net> (Frans-Jan v. Steenbeek's message of "Tue, 13 Jun 2006 14:40:04 +0200") Message-ID: <44irn580ga.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Printers on /dev/ulpt* 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, 13 Jun 2006 16:50:02 -0000 "Frans-Jan v. Steenbeek" writes: > Recently I have installed a printserver at my work to make use of all those > USB-printers in our network. Everything is running fine, thank you :) > > The printers are turned off every night, and they get there /dev-entry when > turned on again, as expected. Cups is serving them on the network, so Cups > looks for the appropriate /dev/ulpt*. > > I have had to teach my colleagues to turn the printers on in the right order. > When they are switched on in a different order, the wrong printer > gets /dev/ulpt0, another wrong printer gets /dev/ulpt1 etc. Is there a way to > get around this? Can I assign a /dev/ulpt*-entry to a certain device, even > when it is off? Or is there another workaround (in Cups perhaps)? You should be able to do something with usbd.conf(5). Maybe the easy way would be to link a "nickname" node to the real node for a particular product/vendor ID.