sane configuration in Freebsd 7
Marc Fonvieille
blackend at FreeBSD.org
Tue Sep 9 16:59:52 UTC 2008
On Tue, Sep 09, 2008 at 12:35:06PM -0400, Geoffrey wrote:
> >>
> > [...]
> >
> > % sane-find-scanner -q
> > found USB scanner (vendor=0x04a9, product=0x220e) at /dev/uscanner0
> >
> > % kldstat -v | grep scanner
> > 267 uhub/uscanner
> >
> > I can reproduce the same behavior on another machine (both of them run a
> > kernel with uscanner support in).
> >
> > You should check your configuration and maybe see if your scanner does
> > not need you to load a firmware.
> >
> Please attach your `uname -a`. As I've noted I'm running
> FreeBSD burp.bogstomp.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #4: Mon
> Sep 8 16:11:35 EDT 2008
> root at burp.bogstomp.org:/usr/obj/usr/src/sys/BURP i386
>
Both run 7.0-STABLE from June
> /dev/uscanner0 is not being created on my installation. From
> the manpages (excepting those that were modified) sane appears to not
> want uscanner as it is presently configured to use usblib which uses
> ugen*. Ugen* can't see the scanner with uscanner in the kernel or
> loaded as a module on my installation.
The fact you don't have /dev/uscanner0 is simply cause uscanner(4) was
unable to attach correctly your scanner to the system therefore the
fallback to ugen.
According to src/sys/dev/usb/usbdevs you have an Ultima 1200 UB Plus and
this one should work with uscanner(4). There is a conflict/problem
somewhere :(
You should, as I said in a previous mail, contact freebsd-usb mailing
list and maybe fill in a PR.
--
Marc
More information about the freebsd-doc
mailing list