Epson DX8450

As you can probably, I invested in an Epson DX8450 printer. And despite what is said on certain pages Internet , this multifunction printer works fine under Linux, including Ubuntu.

While the facility is not quite as easy as Windows, but less than 10 minutes, it is possible to operate correctly the printer and scanner. But enough talk and move in!

Download drivers:

Go on this site which includes Linux drivers for Epson printers. Select Epson Stylus CX8300/CX8400/DX8400. Then for Distribution, Retail and choose Debian version, choose Others.

Fill in passing the short questionnaire, selecting your country, then Print / Scan with the local printer or scanner, and finally choose Individuals (Documents).

On the next page, download the following two files:

  • pipslite-1.1.0-1.i386.rpm
  • iscan-2.11.0-1.c2.i386.rpm

Then we'll have to convert these two rpm packages in deb packages. For this you need to install alien via Synaptic. Then just run the following commands:

sudo alien -k pipslite-1.1.0-1.i386.rpm
sudo alien -k iscan-2.11.0-1.c2.i386.rpm

You should find yourself with two Debian packages:

  • pipslite-1.1.0-1.i386.deb
  • iscan-2.11.0-1.c2.i386.deb

For those that repels particular step, I posted here two packages already converted. deb. Be aware, however, that I did not put in a day, so if new versions are released, you have to download them yourself.

Installing the printer:

With Synaptic, do a search on pipslite. With a right click, choose to remove this package. Then run pipslite-1.1.0-1.i386.deb and install the package.

If you do not want to install the scanner, restart the computer, turn on the printer and plug. It should be detected automatically. If this was not the case, you can try this .

Otherwise, go to the next step!

Installing the scanner:

Double click iscan-2.11.0-1.c2.i386.deb to install the package.

Then in a terminal, run the following command:

sudo gedit /etc/sane.d/dll.conf

Check the file the following line is there:

epkowa

Otherwise, add one (in the list) and save the file.

If you use Ubuntu 8.10 Intrepid Ibex , you must also change the file in the directory / etc/udev/rules.d/40-basic-permissions.rules:

sudo gedit /etc/udev/rules.d/40-basic-permissions.rules

Change the following lines:

# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
SUBSYSTEM=="usb_device", MODE="0664
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
SUBSYSTEM=="usb_device", MODE="0664
"

in:

# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0777"
SUBSYSTEM=="usb_device", MODE="0777"

Restart the computer, turn on the printer and connect to the PC.

Normally, launching Applications> Graphics> xsane, the software should start without giving any error message.

Finally if you want to use for scanning iScan, run in a terminal the following command:

alacarte

Then, Choose Graphics from the list that appears, then New Item. In iScan enter name and enter command iscan. You can customize the icon. Close the window, go to menu Applications> Graphics> iScan. Start a prévisulalisation to make sure everything works.

End:

That's it, your Epson DX8450 printer works perfectly under Ubuntu!

Similar Items: