I noticed that my printer, a HP Photosmart, wasn't found. When i went into System Settings -> Printers, i was told " No Printer services Bad file descriptor".
When i used the HP utility, it will find the printer, but no PDD file, and would not install the printer.
After a bit of Googling, i found that you have to start Cups manually with:
.
Sure enough, after that, the printer showed up in both System Settings and the HP utility.
But it is not persistent and have to issue that command after every restart.
Could this be a bug, and is there a way to make it persistant
It is a wireless printer and i never had problem before with any release, and it was working before with this release, 14.10, but then it just stopped.
When i used the HP utility, it will find the printer, but no PDD file, and would not install the printer.
After a bit of Googling, i found that you have to start Cups manually with:
Code:
sudo /usr/sbin/cupsd -f
Sure enough, after that, the printer showed up in both System Settings and the HP utility.
But it is not persistent and have to issue that command after every restart.
Could this be a bug, and is there a way to make it persistant
It is a wireless printer and i never had problem before with any release, and it was working before with this release, 14.10, but then it just stopped.
Comment