Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2001 02:27:53 -0800
From:      "ecmsl Last Name" <ecmsl@my-deja.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Scanner Agfa Snapscan e25 OK on 4.4R
Message-ID:  <200111101027.fAAARrt24954@mail8.bigmailbox.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111101027.fAAARrt24954>