by Natwest on Tue Jun 17, 2008 11:09 am
I have a very simple change to make my DX6000 scanner to work.
1st you will have to install sane.
Step 1:
in terminal run> lsusb (look for the line that contains, Buses xxx Device xxx: ID 04b8: xxxx Sieko Epson Corp
Note the Buses xxx, Device xxx. Important part is the xxxx this is your printer model (04b8 = Epson).
in terminal run>sudo gedit/etc/sane.d/epson.conf
Find: #usb 0x? 0x? (delete the hash) delete the 1st ? and replace with 04b8, the 2nd ? replace with the xxxx printer model
Look further down and delete the hash on lines,
#usb /dev/usbscanner0
#usb/dev/usb/scanner0
and save.
Step 2:
in terminal run>sudo gedit /etc/udev/rules.d/45-libsane.rules
Find the last entry for epson, this is mine after editing the CX-4800
Code: Select all
# Epson DX-6000
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="082e", MODE="664", GROUP="scanner"
the 082e = DX6000
Change the XX0000 to you model and save.
Hope this helps