Using scanner with FreeBSD. A nightmare!

Warren Block wblock at wonkity.com
Wed Jun 9 21:10:25 PDT 2004


On Thu, 10 Jun 2004, Rob wrote:

> # usbdevs -v
> Controller /dev/usb0:
> addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), 
> Intel(0x0000), rev 1.00
> port 1 powered
> port 2 powered
> #

Well that's weird.  Do you have usbd_enable="YES" in /etc/rc.conf?  I 
don't see why the scanner isn't listed there.

> What do you have configured in your kernel config file, to get this usb stuff 
> working?

Just the standard USB stuff:

# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          ulpt            # Printer
device          umass           # Disks/Mass storage - Requires scbus and da
device          ums             # Mouse
device          uscanner        # Scanners
device          urio            # Diamond Rio MP3 Player

-Warren Block * Rapid City, South Dakota USA


More information about the freebsd-questions mailing list