From owner-freebsd-stable@FreeBSD.ORG Tue Dec 15 10:19:57 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFC8C1065676 for ; Tue, 15 Dec 2009 10:19:57 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id C15178FC0A for ; Tue, 15 Dec 2009 10:19:57 +0000 (UTC) Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 1090EC5740; Tue, 15 Dec 2009 05:19:57 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 15 Dec 2009 05:19:57 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=PqfqU0ZhrMhD6g71MJ+Zew5YVj8=; b=sTzOGxYwnRPFYQLZ2VctSfIGKbsi/doVKY7uM//g9+0+eLDDHTIkVnl2n4bDiubImZw/HTNGiw+jtOBMG8GvmL2rCXHo6RokV0tbFY6SYUeedKaZh5b549bCCpmLWuxZLl+xi16rCpOGRi5dYacxfeCLWE5xBl1aM2z2T1SsDgo= X-Sasl-enc: LFpa+MyP0rIWH+0fSMJwzSncg/tzKtZvnFcevJuLe3hD 1260872396 Received: from anglepoise.lon.incunabulum.net (cpc2-dals7-0-0-cust253.hari.cable.virginmedia.com [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 53A3A4AF2F1; Tue, 15 Dec 2009 05:19:56 -0500 (EST) Message-ID: <4B2762CB.4090406@incunabulum.net> Date: Tue, 15 Dec 2009 10:19:55 +0000 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.23 (X11/20091210) MIME-Version: 1.0 To: Graham Menhennitt References: <4B246F59.4020206@menhennitt.com.au> In-Reply-To: <4B246F59.4020206@menhennitt.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD stable Subject: Re: HP LJ 1020: "ulpt0: offline" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 10:19:58 -0000 Graham Menhennitt wrote: > Foo2zjs doesn't seem to have changed recently. CUPS has changed but I > doubt that's the problem. Maybe something to do with USB drivers? > In 8.x, CUPS 1.4.x wants libusb support and the ugen driver, rather than ulpt. Once I changed over to that, all was fine. It's a mite irritating that device permissions can't be tied down easily as they can with ulpt(4), because CUPS needs to see the /dev/usb/* device nodes. On my print server, I just have devfs rules for the new device nodes. P.S. uscanner has also gone away. I use a multi-function device (Epson CX3650). The sane-backends can also use libusb now. cheers, BMS