Page 4 of 4 FirstFirst ... 234
Results 31 to 33 of 33

Thread: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

  1. #31
    Join Date
    May 2008
    Location
    Greece-Crete
    Beans
    42
    Distro
    Ubuntu

    Re: Epson Stylus SX205 - cannot install/use printer and scanner

    Quote Originally Posted by Kaho View Post
    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
    I did it but does not work for me in my 9.10 system
    So if someone have the same problem here is what I did:
    I install from synaptic libsane extras
    Dint work again
    After that I did
    Code:
    sudo gedit /etc/sane.d/epson2.conf
    and I change the file like this
    Code:
    # For libusb support for unknown scanners use the following command
    # usb <product ID> <device ID>
    # e.g.:
    usb 0x4b8 0x849  <---- here
    At list I can run xsane as root now
    I have an epson SX205
    Last edited by rizitis; January 28th, 2010 at 04:54 PM.

  2. #32
    Join Date
    May 2008
    Location
    Greece-Crete
    Beans
    42
    Distro
    Ubuntu

    Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

    just run xsane successfully as user (no sudo)
    well
    Code:
    sudo gedit /lib/udev/rules.d/40-libsane.rules
    and add at the file:
    Code:
    # Epson SX-205
    ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0849", ENV{libsane_matched}="yes"
    restart SX205



    now you can run xsane as user, maybe when click to shutdown xsane a message window open about permissions but I click close 2 times, however.
    Last edited by rizitis; January 30th, 2010 at 07:07 PM.

  3. #33
    Join Date
    Dec 2008
    Location
    France
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [SOLVED] Epson Stylus SX205 - cannot install/use printer and scanner

    Thanks a lot rizitis for your tip about udev !!
    I just upgraded to Lucid and found my scanner didn't work anymore with the line I gave earlier in this thread for libsane rules...

    Now, with Ubuntu 10.04, Espon Stylus SX205 works out of the box with its driver and scanner is also ok with these modifications

Page 4 of 4 FirstFirst ... 234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •