I can preview but can't save scan with Epson L220












3















I have installed Image-Scan software from Epson support here .
image-scan can detect my Epson L220 scanner, I can preview, I can click the scan button and a select folder to save the scan in progress. But I can't find the saved file. I have tried to run image-scan from user root, with the same result.



I'm using Xubuntu 16.04










share|improve this question




















  • 1





    Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

    – variona
    Jun 13 '17 at 20:39
















3















I have installed Image-Scan software from Epson support here .
image-scan can detect my Epson L220 scanner, I can preview, I can click the scan button and a select folder to save the scan in progress. But I can't find the saved file. I have tried to run image-scan from user root, with the same result.



I'm using Xubuntu 16.04










share|improve this question




















  • 1





    Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

    – variona
    Jun 13 '17 at 20:39














3












3








3


5






I have installed Image-Scan software from Epson support here .
image-scan can detect my Epson L220 scanner, I can preview, I can click the scan button and a select folder to save the scan in progress. But I can't find the saved file. I have tried to run image-scan from user root, with the same result.



I'm using Xubuntu 16.04










share|improve this question
















I have installed Image-Scan software from Epson support here .
image-scan can detect my Epson L220 scanner, I can preview, I can click the scan button and a select folder to save the scan in progress. But I can't find the saved file. I have tried to run image-scan from user root, with the same result.



I'm using Xubuntu 16.04







xubuntu scanner epson






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 8 '17 at 7:25









Zanna

50.5k13133241




50.5k13133241










asked Mar 28 '17 at 12:33









Dhia ShahabDhia Shahab

193




193








  • 1





    Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

    – variona
    Jun 13 '17 at 20:39














  • 1





    Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

    – variona
    Jun 13 '17 at 20:39








1




1





Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

– variona
Jun 13 '17 at 20:39





Hi, I have encountered the same behaviour. Actually during the scan the file is there and I can even check its permissions. After the scan the file vanishes.

– variona
Jun 13 '17 at 20:39










2 Answers
2






active

oldest

votes


















1














I had the same problem using different scanner hardware (XP-960) using imagescan. What I did to solve this problem was to force the English language before running imagescan.



Go to a terminal by pressing Ctrl+Alt+T and type:



LC_ALL=en_US.utf8 
/usr/bin/imagescan


Source






share|improve this answer


























  • jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

    – Fabby
    Jul 10 '18 at 11:38





















0














Same Problem: (Epson V39, Ubuntu 18 LTS) USB Scanner and driver works. I can see the preview picture but when i scan the dokument the file will not be saved.



Solution for Ubuntu 18.04 LTS:



LANG=en_US.utf8
/usr/bin/imagescan


(not 'LC_ALL=en_US.utf8')






share|improve this answer








New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Pablo Bianchi
    Jan 17 at 3:52











  • > This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

    – Marantis
    yesterday













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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f897747%2fi-can-preview-but-cant-save-scan-with-epson-l220%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









1














I had the same problem using different scanner hardware (XP-960) using imagescan. What I did to solve this problem was to force the English language before running imagescan.



Go to a terminal by pressing Ctrl+Alt+T and type:



LC_ALL=en_US.utf8 
/usr/bin/imagescan


Source






share|improve this answer


























  • jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

    – Fabby
    Jul 10 '18 at 11:38


















1














I had the same problem using different scanner hardware (XP-960) using imagescan. What I did to solve this problem was to force the English language before running imagescan.



Go to a terminal by pressing Ctrl+Alt+T and type:



LC_ALL=en_US.utf8 
/usr/bin/imagescan


Source






share|improve this answer


























  • jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

    – Fabby
    Jul 10 '18 at 11:38
















1












1








1







I had the same problem using different scanner hardware (XP-960) using imagescan. What I did to solve this problem was to force the English language before running imagescan.



Go to a terminal by pressing Ctrl+Alt+T and type:



LC_ALL=en_US.utf8 
/usr/bin/imagescan


Source






share|improve this answer















I had the same problem using different scanner hardware (XP-960) using imagescan. What I did to solve this problem was to force the English language before running imagescan.



Go to a terminal by pressing Ctrl+Alt+T and type:



LC_ALL=en_US.utf8 
/usr/bin/imagescan


Source







share|improve this answer














share|improve this answer



share|improve this answer








edited Jul 10 '18 at 11:35









Fabby

26.6k1360159




26.6k1360159










answered Jul 10 '18 at 11:10









jaccojacco

111




111













  • jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

    – Fabby
    Jul 10 '18 at 11:38





















  • jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

    – Fabby
    Jul 10 '18 at 11:38



















jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

– Fabby
Jul 10 '18 at 11:38







jacco Welcome to Ask Ubuntu! ;-) jacco and @abu_bua Please review my edits and also review the editing help to improve the readability of your own answers / edits in the future. :-)

– Fabby
Jul 10 '18 at 11:38















0














Same Problem: (Epson V39, Ubuntu 18 LTS) USB Scanner and driver works. I can see the preview picture but when i scan the dokument the file will not be saved.



Solution for Ubuntu 18.04 LTS:



LANG=en_US.utf8
/usr/bin/imagescan


(not 'LC_ALL=en_US.utf8')






share|improve this answer








New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Pablo Bianchi
    Jan 17 at 3:52











  • > This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

    – Marantis
    yesterday


















0














Same Problem: (Epson V39, Ubuntu 18 LTS) USB Scanner and driver works. I can see the preview picture but when i scan the dokument the file will not be saved.



Solution for Ubuntu 18.04 LTS:



LANG=en_US.utf8
/usr/bin/imagescan


(not 'LC_ALL=en_US.utf8')






share|improve this answer








New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Pablo Bianchi
    Jan 17 at 3:52











  • > This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

    – Marantis
    yesterday
















0












0








0







Same Problem: (Epson V39, Ubuntu 18 LTS) USB Scanner and driver works. I can see the preview picture but when i scan the dokument the file will not be saved.



Solution for Ubuntu 18.04 LTS:



LANG=en_US.utf8
/usr/bin/imagescan


(not 'LC_ALL=en_US.utf8')






share|improve this answer








New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










Same Problem: (Epson V39, Ubuntu 18 LTS) USB Scanner and driver works. I can see the preview picture but when i scan the dokument the file will not be saved.



Solution for Ubuntu 18.04 LTS:



LANG=en_US.utf8
/usr/bin/imagescan


(not 'LC_ALL=en_US.utf8')







share|improve this answer








New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Jan 16 at 15:46









MarantisMarantis

1




1




New contributor




Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Marantis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Pablo Bianchi
    Jan 17 at 3:52











  • > This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

    – Marantis
    yesterday





















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Pablo Bianchi
    Jan 17 at 3:52











  • > This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

    – Marantis
    yesterday



















This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– Pablo Bianchi
Jan 17 at 3:52





This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– Pablo Bianchi
Jan 17 at 3:52













> This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

– Marantis
yesterday







> This does not really answer the question: Answer: yes it will! but under Ubuntu 18 u have to set the environment variable 'LANG' not 'LC_ALL'. The solution is to set this env variable before u call the programm. If u dont set the language definition to 'en_US.utf8' then u ll be able to use ur scanner (preview will work) but the file will not be saved. This is a bug in the scanner software from epson. And the lang setting is the solution for this bug.

– Marantis
yesterday




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f897747%2fi-can-preview-but-cant-save-scan-with-epson-l220%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局