Where do I find instructions on how to configure sane-epkowa

Roland Smith rsmith at xs4all.nl
Wed Dec 30 22:44:48 UTC 2009


On Wed, Dec 30, 2009 at 11:03:54PM +0100, Leslie Jensen wrote:
> When I was running 7.2 I had found a way to make it work.
> 
> First I added the product in /sys/dev/usb/usbdevs then the same 
> information had to be added in /sys/dev/usb/uscanner.c then I had to 
> recompile the kernel, build and install it. The scanner would then be found.
> 
> Now on 8.0 I can't find uscanner.c so there must be another way to 
> handle it.

The uscanner device has been deprecated in favor of the libusb API that is in
the base system in 8.x. (Even the /dev/ugen devices are now just links to
nodes in /dev/usb/.)

If you have the configuration right (both dll.conf and epkowa.conf), check the
device permissions. I've got the following in /etc/devfs.rules (not devfs.conf!);

    add path 'usb/*' mode 0660 group usb

(Note that USB devices are now in a separate subdirectory!) All users of UDB
devices must be in the usb group, in this case. If you don't have untrusted
users you could use 'mode 0666' without the group statement.

If the device permissions are OK, please post your epkowa.conf and dll.conf,
and the output of 'usbconfig list' when the scanner is attached

As an aside, have you tried the plain epson driver? 

Roland
--
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20091230/f8e5d457/attachment.pgp


More information about the freebsd-questions mailing list