Hi, > I am trying to get my scanner to work. Here is the output: > > Ran this -> sane-find-scanner -> > # No SCSI scanners found. If you expected something different, make sure that > # you have loaded a SCSI driver for your SCSI adapter. > # Also you need support for SCSI Generic (sg) in your operating system. > # If using Linux, try "modprobe sg". > > found USB scanner (vendor=0x03f0 [hp], product=0x3a11 [officejet 5500 series]) at libusb:001:002 > # Your USB scanner was (probably) detected. It may or may not be supported by > # SANE. Try scanimage -L and read the backend's manpage. su - lsmod check if sg is loaded. If it isn't, modprobe sg. You may have to kill ehci and ohci modules (modprobe -r ehci) and then reload them. sane-find-scanner sfs should now find your scanner and say it's on /dev/usb (or something like that) chown foo:foo /dev/usb (where foo is you) and you should be good to go. TTFN Paul -- "Religion is the opiate of the masses" - Karl Marx "Mmmmmm, mass opiates...." - Homer Simpson