From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 08:31:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57171F1D for ; Fri, 11 Jul 2014 08:31:32 +0000 (UTC) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pukruppa.de", Issuer "pukruppa.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D90F12E55 for ; Fri, 11 Jul 2014 08:31:30 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.9/8.14.9) with ESMTP id s6B8VQYr001231; Fri, 11 Jul 2014 10:31:26 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <53BFA0DE.8050601@pukruppa.de> Date: Fri, 11 Jul 2014 10:31:26 +0200 From: Peter Ulrich Kruppa User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Warren Block Subject: Re: Unsupported image scanner ... References: <53BED080.8050200@pukruppa.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 08:31:32 -0000 Am 10.07.2014 21:23, schrieb Warren Block: > On Thu, 10 Jul 2014, Peter Ulrich Kruppa wrote: > >> Hi, >> >> I have got an unsupported USB image scanner (EPSON PERFECTION V300 >> PHOTO) attached to my FreeBSD 10.0-STABLE amd64 . >> Though I would like to have some fun with it ... This is how far I got: >> >> # dmesg >> [...] >> ugen5.2: at usbus5 >> >> >> # usbconfig list >> [...] >> ugen5.2: at usbus5, cfg=0 md=HOST spd=HIGH >> (480Mbps) pwr=ON (2mA) >> >> # sane-find-scanner -q >> found USB scanner (vendor=0x04b8 [EPSON], product=0x0131 [EPSON >> Scanner]) at libusb:/dev/usb:/dev/ugen5.2 >> >> but: >> >> # scanimage -L >> >> No scanners were identified. If you were expecting something different, >> check that the scanner is plugged in, turned on and detected by the >> sane-find-scanner tool (if appropriate). Please read the documentation >> which came with this software (README, FAQ, manpages). >> >> >> So I typed a line into /usr/local/etc/sane.d/epson2.conf : >> usb 0x04b8 0x0131 >> >> The result for scanimage -L remains the same as above. I wouldn't >> exactly expect my scanner to work, but at least it could identify >> itself. Perhaps there is a problem with file and device permissions? > > Shown here as unsupported but using the epkowa driver: > http://www.sane-project.org/sane-mfgs.html That would be my next hope - but it seems the distfile iscan_2.11.0-1.tar.gz seems to be corrupt (unknown or no compression at all) :-( Greetings Peter > > Some scanners need a firmware download before they can do anything. But > the unsupported could just mean "does not work at all". >