I have an HP printer. It works well. But on running hp-check it shows
warning: Failed to read /etc/cups/ppd/DeskJet-5820-series.ppd ppd file
Do I have to worry about this? What do I do to fix it?
1 Answer
Basically, you have the same problem as Printer stack on processing - failed to read ppd file
You just need to change the permissions of read / write of the file
$ sudo chmod 644 /etc/cups/ppd/HP-LaserJet-Pro-MFP-m125nw.ppd I just followed these 2 answers answer1, answer2
Don't worry so much and give others a headache.
1