Failed to add new printer

Hi @thiri ,
The first post suggest to update your cups after an update.
`org.cups.cupsd.{service,socket,path}` not found - #7 by Hipster

sudo systemctl disable --now org.cups.cupsd.socket
sudo systemctl disable --now org.cups.cupsd.service
sudo systemctl disable --now org.cups.cupsd.path
sudo systemctl enable --now cups.service
sudo systemctl enable --now cups.socket
sudo systemctl enable --now cups.path

Could you run the above commands in order to see whether is working your printer?
Otherwise, you can try to install the printer from CUPS from the browser.

http://localhost:631/admin

Regards

1 Like