From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 17:52:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34B1F1AB for ; Thu, 10 Jul 2014 17:52:11 +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 B8CA52358 for ; Thu, 10 Jul 2014 17:52:09 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.9/8.14.9) with ESMTP id s6AHgORV070680 for ; Thu, 10 Jul 2014 19:42:24 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <53BED080.8050200@pukruppa.de> Date: Thu, 10 Jul 2014 19:42:24 +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: freebsd-questions@freebsd.org Subject: Unsupported image scanner ... Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Thu, 10 Jul 2014 17:52:11 -0000 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? Thanks for your ideas/help! Greetings Peter