Skip to content

v42net/Pi-sane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Pi-sane

A Raspberry PI turning a USB scanner into a network scanner with:

I'll be using the Scanner page in the Debian Wiki as my guide and document my progress here ...

OS Installation

For initial tests I'm using a Hyper-V VM running a minimal install of Debian 12 (32-bits):

  • 1 CPU, 1 GB memory (not dynamic) and a 32 GB disk
  • One root partition of 32 GB, no swap partition (to allow for disk read-only mode)

Once the system is up and running, I install SANE with the Debian libsane1:

apt install libsane1

As I'm testing with the scanner of my old HP LaserJet Pro M1536dnf Multifunction Printer HP Linux Printing and Imaging System (HPLIP) support also needs to be installed:

apt install hplip libsane-hpaio

To be able to use the commands specified in the Scanner page in the Debian Wiki:

apt install usbutils gpg

AIO Scanner Configuration

Following the straightforward way as described in the wiki for HP all-in-one (aio) machines:

hp-setup -i
hp-plugin -i

Now see https://wiki.debian.org/SaneOverNetwork#Network_Scanner_Configurations ...

USB Scanner Configuration

To be tested ...

Notes

When everything is working okay, change the SD-card to read-only mode to prevent corruption:

About

Using a Raspberry PI to turn a USB scanner into a network scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors