Hi, On Wed, Oct 23, 2002 at 10:39:11AM -0400, Karl Bellve wrote: > I get error messages in dmesg with the following: > > scanner.c: openscanner(x): Unable to access minor data > > X is a number from 1 to 15.
That's not a problem. SANE checks /dev/usb/scanner0, /dev/usb/scanner1, and so on. As you only have one scanner, it's not found at the remaining 15 minor device numbers. The scanner driver is a bit too verbose. Bye, Henning
