Xerox Workcentre 3025 scanner is not working (Ubuntu 18.04)
I read this question.
Also I have Xerox Workcentre 3025 multifunction printer and Ubuntu 18.04.
I do the same steps to install this device.
Printer works well, but scanner not.
When device is in standby I run gscan2pdf and device wakes up.
But if i try to scan, nothing happened and this https://imgur.com/N2igZPn .
$ lsusb
Bus 003 Device 003: ID 0924:42da Xerox
The contents of xerox_mfp.conf is
#Xerox WorkCentre 3025
usb 0x0924 0x42da
The file /lib/udev/rules.d/60-libsane.rules does not exists, but /lib/udev/rules.d/60-libsane1.rules exists.
I added
# Xerox WorkCentre 3025
ATTRS{idVendor}=="0924", ATTRS{idProduct}=="42da"
lines also.
What is wrong?
drivers 18.04 printing scanner xerox
add a comment |
I read this question.
Also I have Xerox Workcentre 3025 multifunction printer and Ubuntu 18.04.
I do the same steps to install this device.
Printer works well, but scanner not.
When device is in standby I run gscan2pdf and device wakes up.
But if i try to scan, nothing happened and this https://imgur.com/N2igZPn .
$ lsusb
Bus 003 Device 003: ID 0924:42da Xerox
The contents of xerox_mfp.conf is
#Xerox WorkCentre 3025
usb 0x0924 0x42da
The file /lib/udev/rules.d/60-libsane.rules does not exists, but /lib/udev/rules.d/60-libsane1.rules exists.
I added
# Xerox WorkCentre 3025
ATTRS{idVendor}=="0924", ATTRS{idProduct}=="42da"
lines also.
What is wrong?
drivers 18.04 printing scanner xerox
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47
add a comment |
I read this question.
Also I have Xerox Workcentre 3025 multifunction printer and Ubuntu 18.04.
I do the same steps to install this device.
Printer works well, but scanner not.
When device is in standby I run gscan2pdf and device wakes up.
But if i try to scan, nothing happened and this https://imgur.com/N2igZPn .
$ lsusb
Bus 003 Device 003: ID 0924:42da Xerox
The contents of xerox_mfp.conf is
#Xerox WorkCentre 3025
usb 0x0924 0x42da
The file /lib/udev/rules.d/60-libsane.rules does not exists, but /lib/udev/rules.d/60-libsane1.rules exists.
I added
# Xerox WorkCentre 3025
ATTRS{idVendor}=="0924", ATTRS{idProduct}=="42da"
lines also.
What is wrong?
drivers 18.04 printing scanner xerox
I read this question.
Also I have Xerox Workcentre 3025 multifunction printer and Ubuntu 18.04.
I do the same steps to install this device.
Printer works well, but scanner not.
When device is in standby I run gscan2pdf and device wakes up.
But if i try to scan, nothing happened and this https://imgur.com/N2igZPn .
$ lsusb
Bus 003 Device 003: ID 0924:42da Xerox
The contents of xerox_mfp.conf is
#Xerox WorkCentre 3025
usb 0x0924 0x42da
The file /lib/udev/rules.d/60-libsane.rules does not exists, but /lib/udev/rules.d/60-libsane1.rules exists.
I added
# Xerox WorkCentre 3025
ATTRS{idVendor}=="0924", ATTRS{idProduct}=="42da"
lines also.
What is wrong?
drivers 18.04 printing scanner xerox
drivers 18.04 printing scanner xerox
edited Sep 2 '18 at 14:21
abu_bua
3,48081228
3,48081228
asked Sep 2 '18 at 14:10
Владислав ДыбаВладислав Дыба
111
111
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47
add a comment |
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47
add a comment |
2 Answers
2
active
oldest
votes
If you edit the file xerox_mfp.conf that sits inside /etc/sane.d with the command
gedit admin:///etc.sane.d/xerox_mfp.conf
with
#Xerox WorkCentre 3025
usb 0x0924 0x42da
I wonder if that would help; do a reboot after you edit the file;
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
add a comment |
The solution is here: https://askubuntu.com/a/1062147/484859
I did not ran:
sudo adduser $USER lp
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1071382%2fxerox-workcentre-3025-scanner-is-not-working-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you edit the file xerox_mfp.conf that sits inside /etc/sane.d with the command
gedit admin:///etc.sane.d/xerox_mfp.conf
with
#Xerox WorkCentre 3025
usb 0x0924 0x42da
I wonder if that would help; do a reboot after you edit the file;
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
add a comment |
If you edit the file xerox_mfp.conf that sits inside /etc/sane.d with the command
gedit admin:///etc.sane.d/xerox_mfp.conf
with
#Xerox WorkCentre 3025
usb 0x0924 0x42da
I wonder if that would help; do a reboot after you edit the file;
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
add a comment |
If you edit the file xerox_mfp.conf that sits inside /etc/sane.d with the command
gedit admin:///etc.sane.d/xerox_mfp.conf
with
#Xerox WorkCentre 3025
usb 0x0924 0x42da
I wonder if that would help; do a reboot after you edit the file;
If you edit the file xerox_mfp.conf that sits inside /etc/sane.d with the command
gedit admin:///etc.sane.d/xerox_mfp.conf
with
#Xerox WorkCentre 3025
usb 0x0924 0x42da
I wonder if that would help; do a reboot after you edit the file;
answered Sep 3 '18 at 5:54
pdcpdc
78236
78236
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
add a comment |
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
Unfortunately, it does not work.
– Владислав Дыба
Sep 10 '18 at 10:29
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
@pdc your solution lacks 'sudo ln -sfr /usr/lib/sane/* /usr/lib/x86_64-linux-gnu/sane'
– marius-ciclistu
Feb 9 at 22:41
add a comment |
The solution is here: https://askubuntu.com/a/1062147/484859
I did not ran:
sudo adduser $USER lp
add a comment |
The solution is here: https://askubuntu.com/a/1062147/484859
I did not ran:
sudo adduser $USER lp
add a comment |
The solution is here: https://askubuntu.com/a/1062147/484859
I did not ran:
sudo adduser $USER lp
The solution is here: https://askubuntu.com/a/1062147/484859
I did not ran:
sudo adduser $USER lp
answered Feb 9 at 22:39
marius-ciclistumarius-ciclistu
67112
67112
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1071382%2fxerox-workcentre-3025-scanner-is-not-working-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I have the same problem. The scanner worked fine in 14.04. More details here: ubuntu-mate.community/t/…
– marius-ciclistu
Feb 9 at 19:47
I found the solution. I posted the link as an answer.
– marius-ciclistu
Feb 9 at 22:47