Recently I updated from 20.04 to 22.04.
When I found out the printer's not working anymore, I followed the advice given here:
https://bugs.launchpad.net/ubuntu/+source/ipp-usb/+bug/1970055
, that is:
sudo apt purge ipp-usb
(=for 22.04)(for 20.04: sudo apt purge ippusbxd)
wget https://ftp.hp.com/pub/softlib/software13/printers/CLP150/uld-hp_V1.00.39.12_00.15.tar.gz
tar -xvf uld-hp_V1.00.39.12_00.15.tar.gz
cd uld/
sudo ./install.sh
but that didn't make it print, it seems I got it installed from the previous version. Do you have any ideas what else to try? I need to print for my daily functioning. Should I downgrade to 20.04?
Thank you for your time.
edit:
the output of
lsusb -v | grep -A 3 bInterfaceClass.*7
is:
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
bInterfaceClass 7 Printer
bInterfaceSubClass 1 Printer
bInterfaceProtocol 2 Bidirectional
iInterface 0
--
bInterfaceClass 7 Printer
bInterfaceSubClass 1 Printer
bInterfaceProtocol 4
iInterface 0
Couldn't open device, some information will be missing
--
bInterfaceClass 7 Printer
bInterfaceSubClass 1 Printer
bInterfaceProtocol 4
iInterface 0
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
edit2:
Ok, i have typed lpinfo -v
and lpinfo -m
into terminal without problems, but lpadminn -p 107a -v "URI" -E -m PPD
results in:
Command 'lpadminn' not found, did you mean:
command 'lpadmin' from deb cups-client (2.4.1op1-1ubuntu4.1)
Try: sudo apt install
So i tried lpadmin -p 107a -v "URI" -E -m PPD
which says:
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
lpadmin: Bad device-uri "URI".
The printer isn't working yet. Any ideas what else to try?
edit3:
lpinfo -m
outsputs way more than i can enter here, and im lost when it comes to which of the lines to choose as a ppd, any ideas?
edit4:
so i got this answer:
$ lpadmin -p 107a -v
"usb://HP/Laser%20103%20107%20108?serial=CNB3PBS0W5" -E -m
"uld-hp/HP_Laser_10x_Series.ppd HP Laser 10x Series" lpadmin: Printer
drivers are deprecated and will stop working in a future version of
CUPS. lpadmin: cups-driverd failed to get PPD file - see error_log for
details.
not sure how to find the exact error