I. Install Epson WorkForce 435 driver for Ubuntu Linux
II. Fix printer error caused by apparmor
At this point, the Epson WorkForce 435 driver has been installed. However, printing to the printer is still not working. You may see error message pops up: "Printer error - connecting to device". This is because the driver we've installed is from 3rd party. The Ubuntu apparmor protects cupsd from accessing this driver. To solve the issue:
- Install apparmor-utils
sudo apt install apparmor-utils
-
sudo aa-complain cupsd; sudo aa-complain cups-browsed
- Restart the computer.
- Print a test page. If it works, check /var/log/syslog and look for apparmor related lines and see if any permissions need to be added to /etc/apparmor.d/usr.sbin.cupsd or /etc/apparmor.d/usr.sbin.cups-browsed
-
sudo app-enforce cupsd; sudo aa-enforce cups-browsed
- Restart the computer and make sure the printing is still works.
See also
No comments:
Post a Comment