Skip to content

Using Raspberry Pi as scan server? #115

Answered by alexpevzner
lewisbolaton asked this question in Q&A
Discussion options

You must be logged in to vote

The sane-airscan is a scanner driver for SANE, not the server.

If your printer supports IPP-over-USB protocol, you may try to use ipp-usb (https://github.com/OpenPrinting/ipp-usb) to re-export it to the network. Regardless of its name, IPP-over-USB typically exposes printing, scanning and device's web console.

To check if IPP-over-USB is supported by device, do lsusb -v as root, find your printer's entry and look for the following lines:

      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      4

If you see combination of Class=7 and Protocol=4, your device supports IPP-over-USB.

The ipp-usb daemon by default doesn't expose devices to t…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@lewisbolaton
Comment options

Answer selected by lewisbolaton
Comment options

You must be logged in to vote
1 reply
@lewisbolaton
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants