Epson TX125
This page provides instructions for installing the Epson TX125 printer driver.
First, install cups from the official repositories and epson-inkjet-printer-n10-nx127AUR 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
.