6

I just installed Ubuntu 24.04.01 and can no longer print to my network printer. When I attempt to add a printer it is able to locate the printer. It just cannot communicate with it. I get a CUPS error when it tries to communicate with it. If I connect it to USB it works fine.

Here are printers that are found when I add a printer.

Here are printers that are found when I add a printer

stumblebee
  • 4,379
powerserg
  • 101

2 Answers2

4

It turns out this is bug in the Ubuntu upgrade. Therefore I created a bug ticket

powerserg
  • 101
2

got the same issue today. issue is because package were not installed during 24.04 upgrade.

to fix : apt list | grep cups | grep residual => will give you the list

Then apt install each packet (there was 3 on my side: cups, cups-browsed and cups-core-drivers)