Skip to content

Instantly share code, notes, and snippets.

@moritzmhmk
Last active February 21, 2016 16:43
Show Gist options
  • Save moritzmhmk/719e1dde97c8b0397893 to your computer and use it in GitHub Desktop.
Save moritzmhmk/719e1dde97c8b0397893 to your computer and use it in GitHub Desktop.
Network Scanner on Raspberry Pi
pacman -S sane
gpasswd -a moritz scanner
gpasswd -a moritz lp

sane-find-scanner
nano /etc/sane.d/saned.conf
	192.168.1.0/24

systemctl enable saned.socket
systemctl start saned.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment