LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-27-2010, 07:34 AM   #1
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Rep: Reputation: 0
epson sx100 psc wont scan???


when i moved to linux,my printer was detected and was working ok,just to day i needed to "scan " a document (not used scan since moving to linux) and i cant see how to do it.
ive loaded the setup cd ,and tried to reinstall,but i get the message,not reconised or simelar any help appreciated

Last edited by acein1; 12-03-2010 at 03:05 PM.
 
Old 11-27-2010, 08:44 AM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi acein1,

you'll have to configure your system in order to use the device as a printer and a scanner (both different cases).
In order to print you'll have to configure cups, maybe this has been done while installation.

In order to use the scanner with a multifunction-device you'll have to add the user (who is permitted to use the scanner) to the scanner group and to the lp group in the /etc/group file. Afterwards you may use the command
Code:
sane-find-scanner
as root. If this works you may (as well as root) try
Code:
scanimage -L
if this works and the user is member of the apropriate groups scanning should work for you.

Markus

EDIT: the "exe" file for windows, shown in your attachment will not work with Linux.

Last edited by markush; 11-27-2010 at 08:49 AM. Reason: forgot some text
 
Old 11-27-2010, 09:02 AM   #3
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
markush,thanks for your reply.
im not used to using the rerminal,this was the result i got when i wrote "sane-find-scanner
not sure what to do next thanksAttachment 5332

Last edited by acein1; 12-03-2010 at 03:05 PM.
 
Old 11-27-2010, 09:06 AM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
try
Code:
 scanimage -L
and post the output here.

Markus
 
Old 11-27-2010, 09:15 AM   #5
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
many thanksAttachment 5333

Last edited by acein1; 12-03-2010 at 03:05 PM.
 
Old 11-27-2010, 09:17 AM   #6
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
You'll have to be root!
And add yourself (the user) to the groups as I described in the post above!

Markus
 
Old 11-27-2010, 09:18 AM   #7
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
i should have said that the device is pluged in and running,its just the scanner thats not available
 
Old 11-27-2010, 09:19 AM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, try "scanimage -L" as root.

Markus
 
Old 11-27-2010, 10:09 AM   #9
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
helo again sorry to be a pain.
it tells me "root" is not installed sudo apt-get install root-system-bin
and then

then it wont let me print the password see attatchment thanksAttachment 5334

Last edited by acein1; 12-03-2010 at 03:05 PM.
 
Old 11-27-2010, 10:38 AM   #10
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, you may execute the scanimage command with sudo as well:
Code:
sudo scanimage -L
Markus
 
Old 11-27-2010, 11:30 AM   #11
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
thank you so much for all your attempts to help,my latest problem is
sudo scanimage -l.
i get asked for my sudo password. then it dose not let me type the password
 
Old 11-27-2010, 12:14 PM   #12
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
mh, your sudopassword should be your normal user password. And you will not see anything while typing, which is normal in Linux. Just type it in an press Enter.

Markus
 
Old 11-27-2010, 01:02 PM   #13
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by markush View Post
mh, your sudopassword should be your normal user password. And you will not see anything while typing, which is normal in Linux. Just type it in an press Enter.

Markus
markus, thanks so much for that,in the last 2 weeks ive read lots about "linux" as a newbee, but YOUR refferance to the above was the first time i read that, im starting to find my way around this now i think,many thanks again

 
Old 11-27-2010, 01:31 PM   #14
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, I'm still curious, what about scanning?

Don't forget to add the user, "mike" i think to the groups. You will have to look at the manpages for group and usermod
Code:
man group
man usermod
to learn about this. This command should work for you
Code:
sudo usermod -a -G lp,scanner mike
Good luck!

Markus

Last edited by markush; 11-27-2010 at 01:33 PM.
 
Old 11-27-2010, 02:14 PM   #15
acein1
Member
 
Registered: Nov 2010
Location: wales
Distribution: linux mint 9 isadora
Posts: 79

Original Poster
Rep: Reputation: 0
still unsure what i need to do Attachment 5337

Last edited by acein1; 12-03-2010 at 03:05 PM.
 
  


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
howto scan images with HP1315 PSC all-in-one vegetassj2 Linux - Hardware 9 07-31-2010 06:44 AM
Epson Stylus SX100 + Fedora 10 jonaskellens Linux - Newbie 1 08-03-2009 10:32 AM
HP psc 1350 printer scan function drmjh Linux - Newbie 1 09-10-2005 07:20 AM
PSC 500 - Prints, can't scan? djoseph74 Linux - Hardware 1 08-16-2005 05:44 PM
Can't Scan And Print with my PSC 1210 vanhout_p Linux - Hardware 0 12-21-2003 08:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:35 PM.

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