Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old December 26th, 2008   #11
Melodic_BM
First Cup of Ubuntu
 
Melodic_BM's Avatar
 
Join Date: Jul 2007
Location: gestikk.reichbier.de
Beans: 7
Ubuntu 8.04 Hardy Heron
Re: Epson Stylus SX205 - cannot install/use printer and scanner

Hi,
see my answer at Launchpad and let me know wether it worked or not
__________________
gestikk: mouse gestures for you
(GNOME, KDE, XFCE, OpenBox, *Box,...)
Melodic_BM is offline   Reply With Quote
Old December 31st, 2008   #12
Kaho
First Cup of Ubuntu
 
Kaho's Avatar
 
Join Date: Dec 2008
Location: France
Beans: 6
Ubuntu 9.04 Jaunty Jackalope
Re: Epson Stylus SX205 - cannot install/use printer and scanner

Hello,

I've just bought an Epson Stylus SX205.
Printing was quickly made available by using the DX4800 drivers instead but scanning took me some time to work out.

Here is a solution I found on a french website and it worked great !

Open a terminal :
Code:
lsusb | grep -i epson
You should have something similar to this :
Code:
Bus 001 Device 006: ID 04b8:0849 Seiko Epson Corp.
Note the 04b8:0849 numbers, then,

Code:
sudo gedit /etc/sane.d/epson.conf
Look for the line
Code:
# usb 0x??? 0x???
Replace them by the numbers you've noted before : 0x48b 0x849
and uncomment the line ( by removing the # )

Uncomment also these two lines
:
Code:
# usb /dev/usbscanner0
# usb /dev/usb/scanner0
Then, you will notice that Xsane only recognizes your scanner if you launch it as ROOT, but it is not recommanded.

Instead, just modify udev rules :
Code:
sudo gedit /etc/udev/rules.d/45-libsane.rules
( file may be empty )

And paste this :
Code:
# Epson Stylus SX205
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0849", MODE="664", GROUP="scanner"
Then, restart udev :
Code:
sudo /etc/init.d/udev restart
( You may also need to add yourself in the scanner group... see groups and membership options in gnome control center)

And voilà !

Hope it will work for other SX205 users too

Last edited by Kaho; December 31st, 2008 at 02:51 PM..
Kaho is offline   Reply With Quote
Old January 1st, 2009   #13
stormtrooprdave
A Carafe of Ubuntu
 
stormtrooprdave's Avatar
 
Join Date: Feb 2008
Beans: 147
Ubuntu 8.10 Intrepid Ibex
Re: Epson Stylus SX205 - cannot install/use printer and scanner

A million thank yous! This worked perfectly!

I used a pizza menu to test out the scanner so now I'll never to hunt round for missing menus when I get the munchies lol
stormtrooprdave is offline   Reply With Quote
Old January 1st, 2009   #14
Melodic_BM
First Cup of Ubuntu
 
Melodic_BM's Avatar
 
Join Date: Jul 2007
Location: gestikk.reichbier.de
Beans: 7
Ubuntu 8.04 Hardy Heron
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

Can you please try it with the iscan packages I postet in my last post? Would be nice to know if that packages work with sx205 as well
__________________
gestikk: mouse gestures for you
(GNOME, KDE, XFCE, OpenBox, *Box,...)
Melodic_BM is offline   Reply With Quote
Old January 1st, 2009   #15
stormtrooprdave
A Carafe of Ubuntu
 
stormtrooprdave's Avatar
 
Join Date: Feb 2008
Beans: 147
Ubuntu 8.10 Intrepid Ibex
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

Quote:
Originally Posted by Melodic_BM View Post
Can you please try it with the iscan packages I postet in my last post? Would be nice to know if that packages work with sx205 as well
Those packages are 386 and I have 64 bit so maybe someone else can try them
stormtrooprdave is offline   Reply With Quote
Old January 10th, 2009   #16
Kango_V
First Cup of Ubuntu
 
Join Date: Jun 2005
Beans: 12
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

Anyone got ant pointers about getting an Epson PX800FW scanner working?
I've gone through this thread and tried installing iscan doing the changes for UDEV, but still no joy.

xsane runs, but when I click Acquire, it says "Failed to start scanner. Operation not supported".

iscan says "Could not send command to scanner. Check the scanners's status."

Not sure what to do now. And I'm on AMD64.

daz
Kango_V is offline   Reply With Quote
Old January 19th, 2009   #17
Smurf1979
First Cup of Ubuntu
 
Join Date: Jan 2009
Beans: 4
Angry Re: Epson Stylus SX205 - cannot install/use scanner

Hi

I have followed the instruktions in this thread and i got the printer runing but i can't install the scanner when i trie to install "iscan_2.12.0-4_i386.deb" it opens packe manger but i says "error: dependency is not satisfiable: libltdl3" and i have searched fore libltdl and all there are is libltdl7, what sould i do?
Smurf1979 is offline   Reply With Quote
Old January 20th, 2009   #18
stormtrooprdave
A Carafe of Ubuntu
 
stormtrooprdave's Avatar
 
Join Date: Feb 2008
Beans: 147
Ubuntu 8.10 Intrepid Ibex
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

All of a sudden I find myself unable to print. I am getting a message saying Printer 'Stylus-SX2002' may not be connected.

When I look on the cups page on http://localhost:631/printers/ it says the following:

Stylus-SX2002 "Unable to open device "hal:///org/freedesktop/Hal/devices/usb_device_4b8_849_4B4C4E4B3032393760_if1_printer_ noserial": Permission denied"
stormtrooprdave is offline   Reply With Quote
Old January 21st, 2009   #19
Kaho
First Cup of Ubuntu
 
Kaho's Avatar
 
Join Date: Dec 2008
Location: France
Beans: 6
Ubuntu 9.04 Jaunty Jackalope
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

Haha, I wanted to print something a week ago and I got this damn " Printer 'Stylus-SX205' may not be connected " too !!

I found it very weird because printing worked fine before and couldn't determine if this problem was due to the scan trick I gave you before ( I don't remember if I tried to print something after these modifications... )

Anyways, I have just found a solution, again, on the french ubuntu forum :

Apparently, it has something to do with /dev/usb/lp0 being attributed to the 'scanner' group instead of the 'lp' group...

With a simple
Code:
sudo chgrp lp /dev/usb/lp0
it returned to normal !
( the tip in the french thread says that this modification works if the printer is connected to the usb lp0 port...and that may be the case in most configurations )

After that, printing AND scanning with Epson SX205 were available on my Ubuntu Intrepid !

I came back to this thread because I wanted to ask you if you have faced the same problem... and yes you have !

So, I hope this can help you now




To Smurf1979 : you should follow the instructions in my previous post instead( and it worked for me and stormtrooprdave ! )
You know, I tried to install these iscan packages before, but with no success because I got the same dependency error ...





As for the Kango_V's PX800 problem, sorry but I have no clue how to make it work... ( a guy posted something a month before about this on the french ubuntu forum but it is not resolved yet... )
Kaho is offline   Reply With Quote
Old January 22nd, 2009   #20
Smurf1979
First Cup of Ubuntu
 
Join Date: Jan 2009
Beans: 4
Talking Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

Yes thank tou it worked I don't know what happedt but the first time i tryed it noting happend when i entered sudo gedit /etc/sane.d/epson.conf but this time it did and now both printer and scanner works.
Smurf1979 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:42 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry