![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Absolute Beginner Talk The perfect starting place to find out more about computers, Linux and Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
First Cup of Ubuntu
![]() 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
|
|
|
|
|
|
#12 |
|
First Cup of Ubuntu
![]() 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 Code:
Bus 001 Device 006: ID 04b8:0849 Seiko Epson Corp. Code:
sudo gedit /etc/sane.d/epson.conf Code:
# usb 0x??? 0x??? and uncomment the line ( by removing the # ) Uncomment also these two lines : Code:
# usb /dev/usbscanner0 # usb /dev/usb/scanner0 Instead, just modify udev rules : Code:
sudo gedit /etc/udev/rules.d/45-libsane.rules And paste this : Code:
# Epson Stylus SX205
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0849", MODE="664", GROUP="scanner"
Code:
sudo /etc/init.d/udev restart And voilà ! Hope it will work for other SX205 users too Last edited by Kaho; December 31st, 2008 at 02:51 PM.. |
|
|
|
|
|
#13 |
|
A Carafe of Ubuntu
![]() 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 |
|
|
|
|
|
#14 |
|
First Cup of Ubuntu
![]() 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
|
|
|
|
|
|
#15 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2008
Beans: 147
Ubuntu 8.10 Intrepid Ibex
|
Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner
|
|
|
|
|
|
#16 |
|
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 |
|
|
|
|
|
#17 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 4
|
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? |
|
|
|
|
|
#18 |
|
A Carafe of Ubuntu
![]() 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" |
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() 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 ( 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... ) |
|
|
|
|
|
#20 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 4
|
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.
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|