IT/Software/Applications/Scanning: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (→sane) |
Walttheboss (talk | contribs) |
||
Line 1: | Line 1: | ||
=== sane === | ===sane=== | ||
This is the machine behind scanning on ubuntu. | This is the machine behind scanning on ubuntu. | ||
Line 20: | Line 20: | ||
===Scanning over the network=== | ===Scanning over the network=== | ||
This can be very tricky | This can be very tricky. | ||
At the bottom of the /etc/sane.d/saned.conf you need to add: | |||
192.168.2.0/24 (change base on your network but the last 0/24 is same) | |||
Somewhere in December 2020 this broke. | Somewhere in December 2020 this broke. |
Revision as of 13:37, 7 January 2021
sane
This is the machine behind scanning on ubuntu.
Install the ppa
sudo add-apt-repository ppa:sane-project/sane-git
If you have the old one you need to
sudo ppa-purge ppa:rolfbensch/sane-git
Then update and upgrade.
gscan2pdf
Brilliant program
Scanning over the network
This can be very tricky.
At the bottom of the /etc/sane.d/saned.conf you need to add:
192.168.2.0/24 (change base on your network but the last 0/24 is same)
Somewhere in December 2020 this broke.
On the machine serving the printers you need to purge ippusbxd
Now we need to install the debs for airscan and ipp-usb
Reboot.