Struggling with Printer - FreeBSD 11.2-STABLE & KDE Plasma 5

Hello.

Struggling with getting my printer to work.

I'm FreeBSD 11.2-STABLE , KDE Plasma 5 5.12.5
The printer I'm using is a HP Deskjet 2050.

I've installed Cups, the HP lib and all the other packages.

Running cups, added the printer, sharing the printer for everyone just to see if it works.

Cups shows that when I print, the job is completed, nothing happens.

cups/access_log- doesn't show anything wrong. everything seems fine.

cups/error_log - shows some errors. ( been trying to figure out whats wrong and read on other forums but im new to printers in bsd or in linux in general )
Code:
E [07/Oct/2018:17:47:06 +0200] Missing value on line 11 of /var/cache/cups/job.cache.
E [07/Oct/2018:18:40:22 +0200] [Client 385] Returning IPP server-error-not-accepting-jobs for Create-Job (ipp://localhost/printers/HP_Deskjet_2050_J510_series) from localhost.
E [07/Oct/2018:18:43:30 +0200] Missing value on line 11 of /var/cache/cups/job.cache.
W [07/Oct/2018:18:43:30 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-Gray..\' already exists
W [07/Oct/2018:18:43:30 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-RGB..\' already exists
E [07/Oct/2018:18:51:54 +0200] [Client 408] Returning IPP server-error-not-accepting-jobs for Create-Job (ipp://localhost/printers/HP_Deskjet_2050_J510_series) from localhost.
W [07/Oct/2018:18:55:51 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-Gray..\' already exists
W [07/Oct/2018:18:55:51 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-RGB..\' already exists
W [07/Oct/2018:18:55:55 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-Gray..\' already exists
W [07/Oct/2018:18:55:55 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-RGB..\' already exists
W [07/Oct/2018:19:00:07 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-Gray..\' already exists
W [07/Oct/2018:19:00:07 +0200] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_2050_J510_series-RGB..\' already exists
---
Not sure what the problem can be,
Code:
[Client 408] Returning IPP server-error-not-accepting-jobs for Create-Job (ipp://localhost/printers/HP_Deskjet_2050_J510_series) from localhost.
Also if I try print Test Page from -> System Settings > Printers > Maintenance -> Print Test Page
I get this error output:
Code:
Failed to perform request: No such file or directory
- n3c
 
I got almost same error message.
I can not get gutenprint-cups though Handbook is written. (freshport)

I took gutenprint-cups-5.2.10_3.txz in desktop which is upgraded from 11.2-RELEASE.
This package might be installed from 10.3-RELEASE.
Then I used it for my laptop 12.0-RELEASE now.
It work well
% pkg info | grep cups


Code:
cups-2.2.10                    Common UNIX Printing System
cups-filters-1.21.6            Additional backends, filters and other software for CUPS
gutenprint-cups-5.2.10_3       GutenPrint Printer Driver
 
Last edited by a moderator:
Back
Top