From owner-freebsd-usb@FreeBSD.ORG Sun Jul 26 13:27:45 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6E901065672 for ; Sun, 26 Jul 2009 13:27:45 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0C33C8FC12 for ; Sun, 26 Jul 2009 13:27:44 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=aZKx5Da07SIA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=3Y-mc-mJCypneQ5jSq0A:9 a=GIAmh1Re4sPtYx7RZ6cA:7 a=7yahk85dybHtDaCwY5dwS42EeCkA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 230733565; Sun, 26 Jul 2009 15:27:43 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 26 Jul 2009 15:27:36 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <20090726125542.GA40587@abigail.blackend.org> <20090726131224.GA40957@abigail.blackend.org> In-Reply-To: <20090726131224.GA40957@abigail.blackend.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907261527.36773.hselasky@c2i.net> Cc: Subject: Re: SANE, USB image scanner and -CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2009 13:27:45 -0000 On Sunday 26 July 2009 15:12:24 Marc Fonvieille wrote: > On Sun, Jul 26, 2009 at 02:55:42PM +0200, Marc Fonvieille wrote: > > Then I read the CVS logs about SANE's ports and > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/sane-backends/Makefi > >le seems to say that SANE is broken since removal of uscanner(8), am I > > right? > > Ok, I read the Makefile, SANE is by default w/o libusb support cause > it's broken with libusb coming with 8.X so it's normal that the scanner > is not found. > Is there any plan in fixing that problem before 8.0-RELEASE? I think this is an old error. Have you tried compiling SANE from ports with libusb support enabled? --HPS