PrettyPrint

lunedì 24 maggio 2021

Ubuntu 20.04 e Xerox 3225: far riconoscere lo scanner in rete

Bisogna seguire le istruzioni del forum di supporto Xerox, riportate a questo link:

 https://forum.support.xerox.com/t5/Copying-Faxing-Scanning/Xerox-Workcentre-3225-scanner-xerox-driver-don-t-work-on-18-04/m-p/238335/highlight/true#M11687

 

 

1.

 
2.
unzip
cd uld
sudo sh install.sh

3.
sudo apt-get install libusb-0.1-4
sudo adduser $USER lp


for scanner support you must also do:

4.
sudo nano /etc/default/saned
modify
RUN=no
to
RUN=yes

5.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane


for network scanner support you must also do:
 
6.
sudo nano /etc/sane.d/dll.conf
ensure "net" is NOT commented out ("#net")
 
7.
sudo nano /etc/sane.d/xerox_mfp.conf

add the following lines at the end:

network
tcp <the-scanner-ip> 9100

Example lines for step 7:
network
tcp 192.168.1.15 9100
 

 

 Funziona...finalmente!

Nessun commento:

Posta un commento