cancel
Showing results for 
Search instead for 
Did you mean: 
6 Replies
FrankB
New Member
New Member

Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution

Hi )

Made this steps(above from pmousoul) but doesn't working...

From terminal

$ scanimage -L
device `xerox_mfp:tcp 192.168.115.20' is a Xerox WorkCentre 3225 multi-function peripheral

$ scanimage --device-name="xerox_mfp:tcp 192.168.115.20" --format=jpeg -o file123
scanimage: sane_start: Access to resource has been denied

 

Test program from GUI GNOME

Simple-sacan, Xsane, Gscan2pdf

Always this is error message - scanimage: sane_start: Access to resource has been denied


OS Ubuntu Linux 20.04.2
Model MFP Xerox 3225 printer/scaner

Who have solution for solve this problem, tell please ?

0 Kudos
kberov
New Member
New Member

Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution

The given instructions work under (X)ubuntu 20.04 LTS too.

Thank you very much!!!

pmousoul
New Member
New Member

Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution
8. One last step - make sure that

net
xerox_mfp
smfp

are NOT commented in
/etc/sane.d/dll.conf
pmousoul
New Member
New Member

Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution

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



Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution

Joe i don't undertand your solution, what i must to do to solve scanner problem?

0 Kudos
Joe Arseneau
Valued Advisor
Valued Advisor

Re: Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution

Seems pretty common, What exactly have you tried?

Per above, multiple things have worked around the changes in 18.04

one Move some files

two Sudo

three Sane

Please be sure to select "Accept Solution" and or select the thumbs up icon to enter Kudos for posts that resolve your issues. Your feedback counts!

Joe Arseneau
0 Kudos

Xerox Workcentre 3225 : scanner xerox driver don't work on 18.04 LTS

Jump to solution
Product Name: Other - specify product in post

On my Xerox Workcentre 3225 the scanner xerox driver don't work on 18.04 LTS.

here the driver link (Version 1.00.25:00.05):

https://www.support.xerox.com/support/workcentre-3225/file-download/itit.html?operatingSystem=linux&...

the package contains printer and scanner drivers.

Printer driver works on both ubuntu 16.04 LTS and 18.04 LTS.

The scanner driver works only on 16.04 LTS, not on 18.04 LTS.

I tryed to ask xerox support but none good answer.

I not tryed if on 19.04 works (I use only LTS versions)

Someone has suggestions or solutions?

thankyou very much!