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,397
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)

Yoconono
  • 21
  • 1
  • Hi @Yoconono thanks for your reply. However for me grep residual is empty.

    This is what I have installed for cups-browsed

    cups-browsed-tests/noble-updates,noble-updates,noble-security,noble-security 2.0.0-0ubuntu10.2 all cups-browsed/noble-updates,noble-security,now 2.0.0-0ubuntu10.2 amd64 [installed,automatic]

    And this is whats installed for core drivers

    cups-core-drivers/noble-updates,noble-security,now 2.4.7-1.2ubuntu7.3 amd64 [installed,automatic] cups-filters-core-drivers/noble,now 2.0.0-0ubuntu4 amd64 [installed,automatic]

    – powerserg Oct 14 '24 at 13:01