Advertisement
Tritonio

Network scanner setup

Jul 23rd, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. The sane man pages refer to "backendname" a lot. http://www.sane-project.org/sane-mfgs.html gives the backend name for the 6250 as "pixma"
  2.  
  3. man sane-pixma (seems to be a man entry for each backend) tells you that network scanners should normally be detected, but if not, add them directly to /etc/sane.d/pixma.conf
  4.  
  5. Edit that file and add a line of the format:
  6.  
  7. bjnp://<ip_address>
  8.  
  9. IP address can be retrieved from the printer settings, or from the options in the printer itself.
  10.  
  11. After adding an entry for the printer, save pixma.conf
  12.  
  13. Now edit /etc/default/saned and set RUN=yes
  14.  
  15. Then: service saned start
  16.  
  17. Run xsane
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement