LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-06-2017, 11:57 PM   #31
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144

Technically, it isn't just black and white. It is grayscale output.
 
Old 06-07-2017, 11:50 PM   #32
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
I'm finding that the program Simple Scan does not recognize my scanner. It sounds like it is running, but a flag comes up that says "does not recognize scanner," or something like that. How do you download Gimp? I went to their webpage but I didn't see a clear indication for how to download the recent Linux program.
 
Old 06-08-2017, 02:52 AM   #33
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Quote:
How do you download Gimp? I went to their webpage but I didn't see a clear indication for how to download the recent Linux program.
Usually you would use your distro's package manager.
 
Old 06-08-2017, 02:59 AM   #34
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Quote:
I'm finding that the program Simple Scan does not recognize my scanner. It sounds like it is running, but a flag comes up that says "does not recognize scanner," or something like that.
Not sure what the problem is there. You might need to post the exact error message. Simple-scan is just a graphical front-end for SANE, just like xsane. It is the sane-backend (user-space scanner driver) that communicates with the scanner device.
 
Old 06-08-2017, 05:49 PM   #35
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Okay, this is the message I received when trying to scan with simple scan

Failed to scan
Unable to start scan.
 
Old 06-08-2017, 06:14 PM   #36
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
There should be a simple-scan.log file in the ~/.cache/simple-scan/ directory. That might be more telling. Try removing any existing config eg ~/.cache/simple-scan/state

You can clear it all out with
Code:
rm -rf ~/.cache/simple-scan
This will get recreated the next time simple-scan is started anyway.
 
Old 06-23-2017, 11:33 AM   #37
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Seems to be working passably well, except that scanned image comes up very large at 100%. How do you scan more than a single page to be included as one document? I can't figure out how to do that. If there are, say, six pages to the document, how can I scan them in xsane under the same document heading? Thanks again!
 
Old 06-23-2017, 06:14 PM   #38
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
I'm not sure that xsane can handle multi-page scan jobs. I find simple-scan is suitable for that task.
 
Old 06-23-2017, 11:37 PM   #39
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Aha! So simple scan is actually easier to use for multi-page scan jobs? That's interesting. Is there a menu on simple scan that allows you to do that?
 
Old 06-24-2017, 12:05 AM   #40
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Here is what I get when I try to run simple scan...hmmm...I'm having trouble pasting a screen shot I took of the message! Why can't I just drag the png file into this thread?
 
Old 06-24-2017, 12:51 AM   #41
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
With simple-scan you just scan as many pages as needed one after the other, then save as PDF.

https://askubuntu.com/questions/5112...ght-into-a-pdf
 
Old 06-24-2017, 07:16 AM   #42
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Yes, but I was trying to post a screen shot that illustrated why simple-scan isn't working on my computer. It's strange because the computer recognizes my scanner but somehow when I hit "scan" on simple scan the scanner just runs for what seems a prolonged period and then comes up with this flag that says 'scan failed.' Are there parameters that have to be set before you hit 'scan'?
 
Old 06-24-2017, 01:18 PM   #43
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
Just tried running simple-scan again and this is the message I received:

Click image for larger version

Name:	SimpleScan.png
Views:	27
Size:	12.1 KB
ID:	25315
 
Old 06-24-2017, 05:17 PM   #44
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,819

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Beyond what I already mentioned in post #36 there's nothing more I can help with.
 
Old 06-24-2017, 10:08 PM   #45
Yuhan
Member
 
Registered: Oct 2010
Posts: 374

Original Poster
Rep: Reputation: 3
I appreciate your assistance. I tried running the text you suggested in #36 but it did nothing. Do you think a reinstall of simple-scan might help? If so where is the best source for downloading? Thanks for yoiur attention!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HP C5100 printer/scanner - making the scanner work??? rholme Linux - Hardware 1 11-27-2010 10:48 AM
Trying To Get An Epson Perfection 1240U Scanner To Work With Debian. Jim VE7ROX Linux - Newbie 2 04-15-2009 12:53 PM
Difficulty getting sound to work BlindIrishman Linux - Hardware 7 07-07-2006 01:07 AM
Difficulty gettin YUM to work... guest Linux - General 1 03-14-2005 08:23 PM
can't locate module scanner > how to get scanner work? b0uncer Linux - Hardware 1 10-26-2003 06:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration