
Originally Posted by
stupid_kid_af
Hello guys,
I installed Epson-l220 rpm driver and it's unable to print.
It shows error "filter failed" and "sending data to printer"
This thing works on debian. I've tried every possible that is listed in google.
Any help?
Please show us the details...
Sometimes a good idea to the existing lengthy log
Code:
sudo rm -f /var/log/cups/error_log
Put cupsd into debug mode (more verbose logging)
Code:
sudo cupsctl --debug-logging
Send a print job, and examine the log...
Code:
egrep -iA3 "filter|error" /var/log/cups/error_log
You can use susepaste to upload the lengthy output to an online server and post the link it provides here. You will need to have installed 'susepaste' first though....
Code:
egrep -iA3 "filter|error" /var/log/cups/error_log | susepaste -e 40320
The value given will allow for 4 weeks of viewing before it expires. Refer 'man susepaste' for more options.