Site icon TechAIpost

Fix Printer Not Working After Upgrading to Ubuntu 22.04.2.0

printer not working ubuntu

“© By Tiko/Adobe Stock”

So, if you are a big fan of Ubuntu Linux security, reliability, and performance, then you must be using the latest Ubuntu operating software on your system. But, if you have recently updated to Ubuntu 22.04.2.0 and your printer driver isn’t working anymore, then no need to panic as you are not the only one facing this problem. Yep, numerous cases have been recorded where users have complaints that their printer not working after upgrading to Ubuntu 22.04.2.0.

This is a common problem where your operating system fails to perform certain tasks or establish a connection with hardware drives after the update. There are different reasons behind this issue, but you can try the following methods in a general context to make sure that your printer can easily get configured with your Ubuntu operating system after the upgrade.

Printer Not Working Ubuntu

If you are not able to connect your printer with your newly updated Ubuntu 22.04.2.0, then you can try the following solutions to fix your problem.

USB Printer

$ sudo usb_printerid /dev/usb/lp0

$ sudo usb_printerid /dev/usb/lp1

Now, you have to check whether your printer gets detected by CUPS – $ lpinfo -v. This will easily fix bugs present in your USB Printer.

Parallel Port Printer

Open a terminal and make sure that lp, ppdev, and parport_pc kernel modules are loaded –

$ lsmod | grep lp

$ lsmod | grep ppdev

$ lsmod | grep parport_pc

$ ls -l /proc/sys/dev/parport/parport*/autoprobe*

$ sudo cat /proc/sys/dev/parport/parport*/autoprobe*

$ /usr/lib/cups/backend/parallel

$ sudo /usr/lib/cups/backend/parallel

Network Printer

$ ping <IP of the printer>

$ nmap <IP of the printer>

$ /usr/lib/cups/backend/snmp

$ sudo /usr/lib/cups/backend/dnssd

$ avahi-browse -a -v -t -r

$ avahi-browse -a -v -c -r

$ ifconfig

$ route

Well, that is the ultimate guide to fix the printer not working after upgrading to Ubuntu 22.04.2.0. So, if you are facing a problem with your USB, network and parallel printer after updating the Ubuntu, then you just need to follow the simple steps carefully and fix your problem.

Exit mobile version