Thermal Printer does not connect ...?

FIRST - thank you adcockm!!!

for those of us who speak limited linux:
from terminal: (use nano so you can edit the read only file)

cd /etc/apparmor.d

sudo nano usr.sbin.cupsd

add two lines:
" ‘pound sign is a comment’ " don’t use the double quotes!

“# devterm printer /tmp/DEVTERM_PRINTER_IN”
wr, /dev/pts/1 wr,

must be between statement
/usr/sbin/cupsd flags=(attach_disconnected) {

and

}

of that block …

works! thanks !!!

1 Like