Samsung M2070W scanner no longer working in 17.10
I own a Samsung M2070W printer/scanner, which worked in 17.04. After installing 17.10, it prints but is not detected my Simple Scan or Xsane.
The latest drivers from the Samsung website are installed.
It is detected by sane-find-scanner but not scanimage-L. Output from the former:
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3469 [M2070 Series]) at libusb:003:003
I tried modifying the .bashrc
as suggested in Samsung SCX-4200 Scanner not working (printing OK) 14.04, but it didn't work.
I've seen this issue on several forums but no one seems to have a solution.
scanner samsung
add a comment |
I own a Samsung M2070W printer/scanner, which worked in 17.04. After installing 17.10, it prints but is not detected my Simple Scan or Xsane.
The latest drivers from the Samsung website are installed.
It is detected by sane-find-scanner but not scanimage-L. Output from the former:
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3469 [M2070 Series]) at libusb:003:003
I tried modifying the .bashrc
as suggested in Samsung SCX-4200 Scanner not working (printing OK) 14.04, but it didn't work.
I've seen this issue on several forums but no one seems to have a solution.
scanner samsung
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45
add a comment |
I own a Samsung M2070W printer/scanner, which worked in 17.04. After installing 17.10, it prints but is not detected my Simple Scan or Xsane.
The latest drivers from the Samsung website are installed.
It is detected by sane-find-scanner but not scanimage-L. Output from the former:
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3469 [M2070 Series]) at libusb:003:003
I tried modifying the .bashrc
as suggested in Samsung SCX-4200 Scanner not working (printing OK) 14.04, but it didn't work.
I've seen this issue on several forums but no one seems to have a solution.
scanner samsung
I own a Samsung M2070W printer/scanner, which worked in 17.04. After installing 17.10, it prints but is not detected my Simple Scan or Xsane.
The latest drivers from the Samsung website are installed.
It is detected by sane-find-scanner but not scanimage-L. Output from the former:
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3469 [M2070 Series]) at libusb:003:003
I tried modifying the .bashrc
as suggested in Samsung SCX-4200 Scanner not working (printing OK) 14.04, but it didn't work.
I've seen this issue on several forums but no one seems to have a solution.
scanner samsung
scanner samsung
edited Oct 8 '18 at 7:00
Zanna
50.7k13136241
50.7k13136241
asked Oct 25 '17 at 21:15
LolwhitesLolwhites
2182616
2182616
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45
add a comment |
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45
add a comment |
9 Answers
9
active
oldest
votes
I just got the scanner from Samsung M2070FW running with Ubuntu 18.04. Just follow these steps:
Get
UnifiedLinuxDriver-1.00.37.tar.gz
from this site and unpack it, open a terminal and do:
cd /UnifiedLinuxDriver-1.00.37/uld
sudo ./install.sh
After successful installation of the Samsung Driver for the printer and the scanner, you can installer the printer first via Cups. For the scanner however, there should be a new directory with a single file in it:
/opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1
If you use a 64-bit system (which you probably do), use the terminal again to change to the scanner driver directory. Here you put a symbolic link to the file in
/opt
:
cd /usr/lib/x86_64-linux-gnu/sane
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
But things still didn't work, so I had to install a USB library:
sudo apt install libusb-0.1-4
After that, I made sure that I was in the same network with my printer (via
ping
) and didscanimage -L
:
$ scanimage -L
device `smfp:net;192.168.1.20' is a Samsung M2070 Series on 192.168.1.20 Scanner
If pinging your scanner works but the command finds nothing, you can start to debug things:
cd
export SANE_DEBUG_DLL=255 && scanimage -L &> debug.txt
grep -n2 "libsane-smf" debug.txt
If everything works correctly, you would get the following output:
....
84-[dll] sane_get_devices
85-[dll] load: searching backend `smfp' in `/usr/lib/x86_64-linux-gnu/sane'
86:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
87:[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
88-[dll] init: initializing backend `smfp'
89-[dll] init: backend `smfp' is version 1.0.1
....
If not, you might find a hint as to what file is missing or not found.
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location andsudo apt install libusb-0.1-4
did it for me. Thanks!
– frant.hartm
Jan 20 at 18:46
add a comment |
See the bug report of this problem and the workaround that I posted in that bug report. Let me sum it up here to help you out:
Link the files
libsane-smfp*
in the sane folder found at/usr/lib/sane
to the sane folder found at/usr/lib/x86_64-linux-gnu/sane
.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane
As root, edit the file
59-smfp_samsung.rules
(you can find it in/etc/udev/rules.d
) to include the following code/scanner number along with other Samsung model numbers which are already there:
ATTRS{idProduct}=="2070", ENV{libsane_matched}="yes"
Voila. It should work like a charm.
I believe this bug mostly affects network scanners. Except with minor variations in the name/model numbers of other scanners, this workaround should work for other network scanners too. Check the bug-report link for Brother, Epson, and Xerox scanners.
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
add a comment |
For a Samsung Scanner/Printer M2885FW, which is connected over WiFi, and Ubuntu 18.04 a combination of two suggestions in this thread solved the problem with scanning: Rajasekharan N.'s answer and Jevgenij Evll's answer.
I rebuilt the links found at /usr/lib/sane in the folder /usr/lib/x86_64-linux-gnu/sane by using following lines:
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so
After this step I un- and reinstalled the Samsung drivers.
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
add a comment |
For network Samsung scanners, put your scanner's IP address and optionally port anywhere in the file /etc/sane.d/xerox_mfp.conf
:
tcp host_address [port]
It worked with my C460, probably would work also with other scanners, check the respective sane config file and settings here:
- SANE supported devices
- sane-xerox_mfp man page
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
add a comment |
For my SAMSUNG M2070 running uninstall-scanner.sh
and then install-scanner.sh
again (with restarting afterwards) fixed the issue.
I also installed libsane
and sane-utils
from the proposed updates repo prior to the above, but not sure if this step is needed.
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
|
show 4 more comments
I tried Rajasekharan N.'s solution with Ubuntu 18.04 for Samsung 2070w and the newest uld driver downloaded from hp - scanner didn't work even connected via USB cable.
So
- I removed the uld driver using the
uninstall.sh
provided with the uld driver - I reinstalled using the older Samsung uld driver (sadly I have no link for it) and it works again
add a comment |
I have a Samsung M2070 printer/scanner, had the same problem as you, and I fixed the problem by uninstalling Ubuntu 18.04 and reinstalling Ubuntu 16.04.
add a comment |
in ubuntu 18.04 LTS i had to replace libusb-0.1.so.4 with libusb-dev (the command for this task: sudo apt-get install libusb-dev).
add a comment |
i replaced libusb-0.1.so.4 with libusb-dev and now scanner works (sudo apt-get install libusb-dev
SAMSUNG m2070FW on Kubuntu 18.10
New contributor
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%2f969238%2fsamsung-m2070w-scanner-no-longer-working-in-17-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
I just got the scanner from Samsung M2070FW running with Ubuntu 18.04. Just follow these steps:
Get
UnifiedLinuxDriver-1.00.37.tar.gz
from this site and unpack it, open a terminal and do:
cd /UnifiedLinuxDriver-1.00.37/uld
sudo ./install.sh
After successful installation of the Samsung Driver for the printer and the scanner, you can installer the printer first via Cups. For the scanner however, there should be a new directory with a single file in it:
/opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1
If you use a 64-bit system (which you probably do), use the terminal again to change to the scanner driver directory. Here you put a symbolic link to the file in
/opt
:
cd /usr/lib/x86_64-linux-gnu/sane
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
But things still didn't work, so I had to install a USB library:
sudo apt install libusb-0.1-4
After that, I made sure that I was in the same network with my printer (via
ping
) and didscanimage -L
:
$ scanimage -L
device `smfp:net;192.168.1.20' is a Samsung M2070 Series on 192.168.1.20 Scanner
If pinging your scanner works but the command finds nothing, you can start to debug things:
cd
export SANE_DEBUG_DLL=255 && scanimage -L &> debug.txt
grep -n2 "libsane-smf" debug.txt
If everything works correctly, you would get the following output:
....
84-[dll] sane_get_devices
85-[dll] load: searching backend `smfp' in `/usr/lib/x86_64-linux-gnu/sane'
86:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
87:[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
88-[dll] init: initializing backend `smfp'
89-[dll] init: backend `smfp' is version 1.0.1
....
If not, you might find a hint as to what file is missing or not found.
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location andsudo apt install libusb-0.1-4
did it for me. Thanks!
– frant.hartm
Jan 20 at 18:46
add a comment |
I just got the scanner from Samsung M2070FW running with Ubuntu 18.04. Just follow these steps:
Get
UnifiedLinuxDriver-1.00.37.tar.gz
from this site and unpack it, open a terminal and do:
cd /UnifiedLinuxDriver-1.00.37/uld
sudo ./install.sh
After successful installation of the Samsung Driver for the printer and the scanner, you can installer the printer first via Cups. For the scanner however, there should be a new directory with a single file in it:
/opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1
If you use a 64-bit system (which you probably do), use the terminal again to change to the scanner driver directory. Here you put a symbolic link to the file in
/opt
:
cd /usr/lib/x86_64-linux-gnu/sane
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
But things still didn't work, so I had to install a USB library:
sudo apt install libusb-0.1-4
After that, I made sure that I was in the same network with my printer (via
ping
) and didscanimage -L
:
$ scanimage -L
device `smfp:net;192.168.1.20' is a Samsung M2070 Series on 192.168.1.20 Scanner
If pinging your scanner works but the command finds nothing, you can start to debug things:
cd
export SANE_DEBUG_DLL=255 && scanimage -L &> debug.txt
grep -n2 "libsane-smf" debug.txt
If everything works correctly, you would get the following output:
....
84-[dll] sane_get_devices
85-[dll] load: searching backend `smfp' in `/usr/lib/x86_64-linux-gnu/sane'
86:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
87:[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
88-[dll] init: initializing backend `smfp'
89-[dll] init: backend `smfp' is version 1.0.1
....
If not, you might find a hint as to what file is missing or not found.
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location andsudo apt install libusb-0.1-4
did it for me. Thanks!
– frant.hartm
Jan 20 at 18:46
add a comment |
I just got the scanner from Samsung M2070FW running with Ubuntu 18.04. Just follow these steps:
Get
UnifiedLinuxDriver-1.00.37.tar.gz
from this site and unpack it, open a terminal and do:
cd /UnifiedLinuxDriver-1.00.37/uld
sudo ./install.sh
After successful installation of the Samsung Driver for the printer and the scanner, you can installer the printer first via Cups. For the scanner however, there should be a new directory with a single file in it:
/opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1
If you use a 64-bit system (which you probably do), use the terminal again to change to the scanner driver directory. Here you put a symbolic link to the file in
/opt
:
cd /usr/lib/x86_64-linux-gnu/sane
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
But things still didn't work, so I had to install a USB library:
sudo apt install libusb-0.1-4
After that, I made sure that I was in the same network with my printer (via
ping
) and didscanimage -L
:
$ scanimage -L
device `smfp:net;192.168.1.20' is a Samsung M2070 Series on 192.168.1.20 Scanner
If pinging your scanner works but the command finds nothing, you can start to debug things:
cd
export SANE_DEBUG_DLL=255 && scanimage -L &> debug.txt
grep -n2 "libsane-smf" debug.txt
If everything works correctly, you would get the following output:
....
84-[dll] sane_get_devices
85-[dll] load: searching backend `smfp' in `/usr/lib/x86_64-linux-gnu/sane'
86:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
87:[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
88-[dll] init: initializing backend `smfp'
89-[dll] init: backend `smfp' is version 1.0.1
....
If not, you might find a hint as to what file is missing or not found.
I just got the scanner from Samsung M2070FW running with Ubuntu 18.04. Just follow these steps:
Get
UnifiedLinuxDriver-1.00.37.tar.gz
from this site and unpack it, open a terminal and do:
cd /UnifiedLinuxDriver-1.00.37/uld
sudo ./install.sh
After successful installation of the Samsung Driver for the printer and the scanner, you can installer the printer first via Cups. For the scanner however, there should be a new directory with a single file in it:
/opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1
If you use a 64-bit system (which you probably do), use the terminal again to change to the scanner driver directory. Here you put a symbolic link to the file in
/opt
:
cd /usr/lib/x86_64-linux-gnu/sane
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
But things still didn't work, so I had to install a USB library:
sudo apt install libusb-0.1-4
After that, I made sure that I was in the same network with my printer (via
ping
) and didscanimage -L
:
$ scanimage -L
device `smfp:net;192.168.1.20' is a Samsung M2070 Series on 192.168.1.20 Scanner
If pinging your scanner works but the command finds nothing, you can start to debug things:
cd
export SANE_DEBUG_DLL=255 && scanimage -L &> debug.txt
grep -n2 "libsane-smf" debug.txt
If everything works correctly, you would get the following output:
....
84-[dll] sane_get_devices
85-[dll] load: searching backend `smfp' in `/usr/lib/x86_64-linux-gnu/sane'
86:[dll] load: trying to load `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
87:[dll] load: dlopen()ing `/usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1'
88-[dll] init: initializing backend `smfp'
89-[dll] init: backend `smfp' is version 1.0.1
....
If not, you might find a hint as to what file is missing or not found.
edited Oct 8 '18 at 7:04
Zanna
50.7k13136241
50.7k13136241
answered Jun 26 '18 at 21:07
kriskris
11112
11112
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location andsudo apt install libusb-0.1-4
did it for me. Thanks!
– frant.hartm
Jan 20 at 18:46
add a comment |
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location andsudo apt install libusb-0.1-4
did it for me. Thanks!
– frant.hartm
Jan 20 at 18:46
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
Did everything you described, and I get the same output as you do in step 5. The scanner works, after a fashion - Simple Scan does one page fine, but hangs on the second. However, it's fine if I run it in a terminal.
– Lolwhites
Jun 28 '18 at 9:53
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
This worked for my Samsung Express C460FW. Thank you!
– Artelius
Sep 9 '18 at 2:10
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
Hi. I have Lenovo B50 Laptop with Ubuntu 18.04 and Samsung Xpress M2070W. Your scanner stuff saved my day, Thank you.
– Garrom
Sep 18 '18 at 14:28
18.04 and C480W - fix driver location and
sudo apt install libusb-0.1-4
did it for me. Thanks!– frant.hartm
Jan 20 at 18:46
18.04 and C480W - fix driver location and
sudo apt install libusb-0.1-4
did it for me. Thanks!– frant.hartm
Jan 20 at 18:46
add a comment |
See the bug report of this problem and the workaround that I posted in that bug report. Let me sum it up here to help you out:
Link the files
libsane-smfp*
in the sane folder found at/usr/lib/sane
to the sane folder found at/usr/lib/x86_64-linux-gnu/sane
.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane
As root, edit the file
59-smfp_samsung.rules
(you can find it in/etc/udev/rules.d
) to include the following code/scanner number along with other Samsung model numbers which are already there:
ATTRS{idProduct}=="2070", ENV{libsane_matched}="yes"
Voila. It should work like a charm.
I believe this bug mostly affects network scanners. Except with minor variations in the name/model numbers of other scanners, this workaround should work for other network scanners too. Check the bug-report link for Brother, Epson, and Xerox scanners.
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
add a comment |
See the bug report of this problem and the workaround that I posted in that bug report. Let me sum it up here to help you out:
Link the files
libsane-smfp*
in the sane folder found at/usr/lib/sane
to the sane folder found at/usr/lib/x86_64-linux-gnu/sane
.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane
As root, edit the file
59-smfp_samsung.rules
(you can find it in/etc/udev/rules.d
) to include the following code/scanner number along with other Samsung model numbers which are already there:
ATTRS{idProduct}=="2070", ENV{libsane_matched}="yes"
Voila. It should work like a charm.
I believe this bug mostly affects network scanners. Except with minor variations in the name/model numbers of other scanners, this workaround should work for other network scanners too. Check the bug-report link for Brother, Epson, and Xerox scanners.
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
add a comment |
See the bug report of this problem and the workaround that I posted in that bug report. Let me sum it up here to help you out:
Link the files
libsane-smfp*
in the sane folder found at/usr/lib/sane
to the sane folder found at/usr/lib/x86_64-linux-gnu/sane
.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane
As root, edit the file
59-smfp_samsung.rules
(you can find it in/etc/udev/rules.d
) to include the following code/scanner number along with other Samsung model numbers which are already there:
ATTRS{idProduct}=="2070", ENV{libsane_matched}="yes"
Voila. It should work like a charm.
I believe this bug mostly affects network scanners. Except with minor variations in the name/model numbers of other scanners, this workaround should work for other network scanners too. Check the bug-report link for Brother, Epson, and Xerox scanners.
See the bug report of this problem and the workaround that I posted in that bug report. Let me sum it up here to help you out:
Link the files
libsane-smfp*
in the sane folder found at/usr/lib/sane
to the sane folder found at/usr/lib/x86_64-linux-gnu/sane
.
sudo ln -sfr /usr/lib/sane/libsane-smfp* /usr/lib/x86_64-linux-gnu/sane
As root, edit the file
59-smfp_samsung.rules
(you can find it in/etc/udev/rules.d
) to include the following code/scanner number along with other Samsung model numbers which are already there:
ATTRS{idProduct}=="2070", ENV{libsane_matched}="yes"
Voila. It should work like a charm.
I believe this bug mostly affects network scanners. Except with minor variations in the name/model numbers of other scanners, this workaround should work for other network scanners too. Check the bug-report link for Brother, Epson, and Xerox scanners.
edited Oct 8 '18 at 7:01
Zanna
50.7k13136241
50.7k13136241
answered Nov 22 '17 at 15:24
Rajasekharan N.Rajasekharan N.
1014
1014
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
add a comment |
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
1
1
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
I tried this solution but it wont work with my scanner over wifi.
– Francisco V.
Mar 16 '18 at 9:34
1
1
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
Thanks a lot for this solution. This made my Samsung SCX-3205W scanner connected over Wi-Fi work in Ubuntu 18.04.
– Maxim Egorushkin
May 4 '18 at 23:45
add a comment |
For a Samsung Scanner/Printer M2885FW, which is connected over WiFi, and Ubuntu 18.04 a combination of two suggestions in this thread solved the problem with scanning: Rajasekharan N.'s answer and Jevgenij Evll's answer.
I rebuilt the links found at /usr/lib/sane in the folder /usr/lib/x86_64-linux-gnu/sane by using following lines:
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so
After this step I un- and reinstalled the Samsung drivers.
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
add a comment |
For a Samsung Scanner/Printer M2885FW, which is connected over WiFi, and Ubuntu 18.04 a combination of two suggestions in this thread solved the problem with scanning: Rajasekharan N.'s answer and Jevgenij Evll's answer.
I rebuilt the links found at /usr/lib/sane in the folder /usr/lib/x86_64-linux-gnu/sane by using following lines:
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so
After this step I un- and reinstalled the Samsung drivers.
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
add a comment |
For a Samsung Scanner/Printer M2885FW, which is connected over WiFi, and Ubuntu 18.04 a combination of two suggestions in this thread solved the problem with scanning: Rajasekharan N.'s answer and Jevgenij Evll's answer.
I rebuilt the links found at /usr/lib/sane in the folder /usr/lib/x86_64-linux-gnu/sane by using following lines:
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so
After this step I un- and reinstalled the Samsung drivers.
For a Samsung Scanner/Printer M2885FW, which is connected over WiFi, and Ubuntu 18.04 a combination of two suggestions in this thread solved the problem with scanning: Rajasekharan N.'s answer and Jevgenij Evll's answer.
I rebuilt the links found at /usr/lib/sane in the folder /usr/lib/x86_64-linux-gnu/sane by using following lines:
sudo ln -s /opt/smfp-common/scanner/lib/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1.0.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so.1 /usr/lib/x86_64-linux-gnu/sane/libsane-smfp.so
After this step I un- and reinstalled the Samsung drivers.
edited Oct 8 '18 at 7:32
Zanna
50.7k13136241
50.7k13136241
answered May 7 '18 at 11:53
Marion SrMarion Sr
215
215
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
add a comment |
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
Hi Marion! In your answer, can you include link(s) to the questions/answers that helped you?
– Hee Jin
May 7 '18 at 16:04
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
The scanner is now detected by both Xsane and Simple Scan. However when I try to actually scan, Xsane returns the message "Failed tro start scanner: Error during device I/O" while Simple Scan says "Failed to start scan". Running in a terminal provides no information.
– Lolwhites
May 8 '18 at 19:15
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
@Lolwhites. Have you tried to run xsane as a root to check if your problem could be a permission issue?
– Marion Sr
May 15 '18 at 11:42
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
I found that plugging the scanner directly into a USB port instead of via a hub solved many of the issues, but I can still can't scan multiple pages.
– Lolwhites
May 16 '18 at 14:55
add a comment |
For network Samsung scanners, put your scanner's IP address and optionally port anywhere in the file /etc/sane.d/xerox_mfp.conf
:
tcp host_address [port]
It worked with my C460, probably would work also with other scanners, check the respective sane config file and settings here:
- SANE supported devices
- sane-xerox_mfp man page
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
add a comment |
For network Samsung scanners, put your scanner's IP address and optionally port anywhere in the file /etc/sane.d/xerox_mfp.conf
:
tcp host_address [port]
It worked with my C460, probably would work also with other scanners, check the respective sane config file and settings here:
- SANE supported devices
- sane-xerox_mfp man page
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
add a comment |
For network Samsung scanners, put your scanner's IP address and optionally port anywhere in the file /etc/sane.d/xerox_mfp.conf
:
tcp host_address [port]
It worked with my C460, probably would work also with other scanners, check the respective sane config file and settings here:
- SANE supported devices
- sane-xerox_mfp man page
For network Samsung scanners, put your scanner's IP address and optionally port anywhere in the file /etc/sane.d/xerox_mfp.conf
:
tcp host_address [port]
It worked with my C460, probably would work also with other scanners, check the respective sane config file and settings here:
- SANE supported devices
- sane-xerox_mfp man page
edited Oct 8 '18 at 7:38
Zanna
50.7k13136241
50.7k13136241
answered Mar 17 '18 at 11:04
iipavloviipavlov
211
211
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
add a comment |
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Mine is connected by USB. How do I find out the relevant information?
– Lolwhites
Mar 18 '18 at 18:47
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
Here is a good starting point for the usb configurationt: systutorials.com/docs/linux/man/5-sane-usb
– iipavlov
Mar 20 '18 at 1:35
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
that worked for me (without installing the Samsung driver), except that the printer/scanner is now waking up every time I start the system or plug in a USB device
– Damien
May 11 '18 at 21:42
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
Excellent, this worked for me with a Samsung SCX-3405FW wifi printer and scanner. and I'm on a new install of Ubuntu 18.04
– Julio
Aug 3 '18 at 10:24
add a comment |
For my SAMSUNG M2070 running uninstall-scanner.sh
and then install-scanner.sh
again (with restarting afterwards) fixed the issue.
I also installed libsane
and sane-utils
from the proposed updates repo prior to the above, but not sure if this step is needed.
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
|
show 4 more comments
For my SAMSUNG M2070 running uninstall-scanner.sh
and then install-scanner.sh
again (with restarting afterwards) fixed the issue.
I also installed libsane
and sane-utils
from the proposed updates repo prior to the above, but not sure if this step is needed.
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
|
show 4 more comments
For my SAMSUNG M2070 running uninstall-scanner.sh
and then install-scanner.sh
again (with restarting afterwards) fixed the issue.
I also installed libsane
and sane-utils
from the proposed updates repo prior to the above, but not sure if this step is needed.
For my SAMSUNG M2070 running uninstall-scanner.sh
and then install-scanner.sh
again (with restarting afterwards) fixed the issue.
I also installed libsane
and sane-utils
from the proposed updates repo prior to the above, but not sure if this step is needed.
edited Nov 11 '17 at 17:50
David Foerster
28.3k1365111
28.3k1365111
answered Nov 11 '17 at 17:21
Jevgenij EvllJevgenij Evll
1112
1112
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
|
show 4 more comments
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
1
1
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Uninstalling and reinstalling the driver didn't fix teh issue. I tries to get the latest version of sane via the ppa rolfbensch/sane-git androlfbensch/sane-release but the upgrade is held back.
– Lolwhites
Nov 12 '17 at 19:51
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
Use the official aartful-proposed repo for getting the newer sane version (you can enable this repo in settings).
– Jevgenij Evll
Nov 13 '17 at 9:31
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
I removed the ppa and enabled the repo but the upgrade was still held back. I ran apt install libsane-common libsane-dev sane-utils and it worked, but now running Simple Scan causes a segfault and other programs like Xsane won't install because of dependency issues.
– Lolwhites
Nov 16 '17 at 16:08
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
You don't need to install lisane-dev, but you need to install libsane1 from the experimental repo.
– Jevgenij Evll
Nov 17 '17 at 8:43
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
Actually, the latest libsane version has been released to updates 2 days ago, so you might get it from your regular repo.
– Jevgenij Evll
Nov 17 '17 at 8:46
|
show 4 more comments
I tried Rajasekharan N.'s solution with Ubuntu 18.04 for Samsung 2070w and the newest uld driver downloaded from hp - scanner didn't work even connected via USB cable.
So
- I removed the uld driver using the
uninstall.sh
provided with the uld driver - I reinstalled using the older Samsung uld driver (sadly I have no link for it) and it works again
add a comment |
I tried Rajasekharan N.'s solution with Ubuntu 18.04 for Samsung 2070w and the newest uld driver downloaded from hp - scanner didn't work even connected via USB cable.
So
- I removed the uld driver using the
uninstall.sh
provided with the uld driver - I reinstalled using the older Samsung uld driver (sadly I have no link for it) and it works again
add a comment |
I tried Rajasekharan N.'s solution with Ubuntu 18.04 for Samsung 2070w and the newest uld driver downloaded from hp - scanner didn't work even connected via USB cable.
So
- I removed the uld driver using the
uninstall.sh
provided with the uld driver - I reinstalled using the older Samsung uld driver (sadly I have no link for it) and it works again
I tried Rajasekharan N.'s solution with Ubuntu 18.04 for Samsung 2070w and the newest uld driver downloaded from hp - scanner didn't work even connected via USB cable.
So
- I removed the uld driver using the
uninstall.sh
provided with the uld driver - I reinstalled using the older Samsung uld driver (sadly I have no link for it) and it works again
edited Oct 8 '18 at 7:35
Zanna
50.7k13136241
50.7k13136241
answered Feb 21 '18 at 22:15
Saulius MSaulius M
1414
1414
add a comment |
add a comment |
I have a Samsung M2070 printer/scanner, had the same problem as you, and I fixed the problem by uninstalling Ubuntu 18.04 and reinstalling Ubuntu 16.04.
add a comment |
I have a Samsung M2070 printer/scanner, had the same problem as you, and I fixed the problem by uninstalling Ubuntu 18.04 and reinstalling Ubuntu 16.04.
add a comment |
I have a Samsung M2070 printer/scanner, had the same problem as you, and I fixed the problem by uninstalling Ubuntu 18.04 and reinstalling Ubuntu 16.04.
I have a Samsung M2070 printer/scanner, had the same problem as you, and I fixed the problem by uninstalling Ubuntu 18.04 and reinstalling Ubuntu 16.04.
answered Dec 19 '18 at 9:33
Jerry777Jerry777
263
263
add a comment |
add a comment |
in ubuntu 18.04 LTS i had to replace libusb-0.1.so.4 with libusb-dev (the command for this task: sudo apt-get install libusb-dev).
add a comment |
in ubuntu 18.04 LTS i had to replace libusb-0.1.so.4 with libusb-dev (the command for this task: sudo apt-get install libusb-dev).
add a comment |
in ubuntu 18.04 LTS i had to replace libusb-0.1.so.4 with libusb-dev (the command for this task: sudo apt-get install libusb-dev).
in ubuntu 18.04 LTS i had to replace libusb-0.1.so.4 with libusb-dev (the command for this task: sudo apt-get install libusb-dev).
answered Jan 21 at 17:39
Thomas ZahreddinThomas Zahreddin
91
91
add a comment |
add a comment |
i replaced libusb-0.1.so.4 with libusb-dev and now scanner works (sudo apt-get install libusb-dev
SAMSUNG m2070FW on Kubuntu 18.10
New contributor
add a comment |
i replaced libusb-0.1.so.4 with libusb-dev and now scanner works (sudo apt-get install libusb-dev
SAMSUNG m2070FW on Kubuntu 18.10
New contributor
add a comment |
i replaced libusb-0.1.so.4 with libusb-dev and now scanner works (sudo apt-get install libusb-dev
SAMSUNG m2070FW on Kubuntu 18.10
New contributor
i replaced libusb-0.1.so.4 with libusb-dev and now scanner works (sudo apt-get install libusb-dev
SAMSUNG m2070FW on Kubuntu 18.10
New contributor
New contributor
answered 19 hours ago
Luigi Maria PandolfiLuigi Maria Pandolfi
1
1
New contributor
New contributor
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%2f969238%2fsamsung-m2070w-scanner-no-longer-working-in-17-10%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
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
Sorry, but I'm not tech-savvy enough to know what to do with that information? Does it mean the bug is now fixed?
– Lolwhites
Oct 29 '17 at 19:57
it means that many people do have this problem and it is not fixed. somebody changed something, did not test it very well, and thousands of users cannot scan now.
– jms
Oct 31 '17 at 9:45