Epson TX125

From ArchWiki
Jump to: navigation, search
Tango-document-new.png This article is a stub.
Notes: please use the first argument of the template to provide more detailed indications. (Discuss)
Tango-document-new.png

This page provides instructions for installing the Epson TX125 printer driver.

First, install cups from the official repositories and epson-inkjet-printer-n10-nx127 from the AUR.

Create a new udev rule, /etc/udev/rules.d/10-usbprinter.rules, with the following content.

ATTR{idVendor}=="04b8", ATTR{idProduct}=="085c", MODE:="0666", GROUP:={"lp"}, E$

Verify idVendor and idProduct by running # lsusb -v.