From owner-freebsd-multimedia Sat Nov 10 2:27:55 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail8.bigmailbox.com (mail8.bigmailbox.com [209.132.220.39]) by hub.freebsd.org (Postfix) with ESMTP id 41AA837B417 for ; Sat, 10 Nov 2001 02:27:53 -0800 (PST) Received: (from www@localhost) by mail8.bigmailbox.com (8.10.0/8.10.0) id fAAARrt24954; Sat, 10 Nov 2001 02:27:53 -0800 Date: Sat, 10 Nov 2001 02:27:53 -0800 Message-Id: <200111101027.fAAARrt24954@mail8.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [212.27.47.61] From: "ecmsl Last Name" To: freebsd-multimedia@freebsd.org Subject: Scanner Agfa Snapscan e25 OK on 4.4R Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I did it ! Compiling the latest Sane and Xsane was pretty easy (use gmake, not make) Tips: 1) An easy and dirty way to have the e25 detected (on 4.4-RELEASE) is to replace one product ID of any known scanner in /sys/dev/usb/usbdevs.h, for example insert the e25 ID (2095) here: #define USB_PRODUCT_AGFA_SNAPSCANTOUCH 0x2095 /* SnapScan Touch */ 2) chmod 666 /dev/uscanner0 (so users can access the device with scanimage and xsane) ln -s /dev/uscanner0 /dev/usbscanner0 (read somewhere the USB or SCSI type is checked within devicename) 3) contents of /usr/local/etc/sane.d/snapscan.conf: /dev/usbscanner0 firmware /usr/local/etc/sane.d/SNAPE25.BIN (copy /mnt/windows/WINDOWS/SYSTEM/SNAPE25.BIN after installing scanner software for Windows) Happy scanning ! ------------------------------------------------------------ --== Sent via Deja.com ==-- http://www.deja.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message