1

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 Answers1

1

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.

  • 2
    You have just introduced a security hole in your printing system. The hp-check message is only a warning and probably should be attended to by upstream HPLIP if they could be bothered to do so. It is nothing for a user to get worried about. Your "fix" is not a fix. – brian_p Jan 08 '21 at 16:48