Solved CUPS - nothing printed

Hello

I am unable to print using CUPS. When I issue the print command nothing happens.
Attaching the required details.

Code:
#/etc/rc.conf
#Printing CUPS
cupsd_enable="YES"
devfs_system_ruleset="system"

#output of dmesg | grep "HP"
ugen2.2: <HP> at usbus2
ulpt0: <HP Deskjet F4200 series, class 0/0, rev 2.00/1.00, addr 2> on usbus2
info: [drm] ATOM BIOS: HP_Aspen
info: [drm]  HPD1
ACPI APIC Table: <HPQOEM SLIC-CPC>
acpi0: <HPQOEM SLIC-CPC> on motherboard
ugen2.2: <HP> at usbus2
ulpt0: <HP Deskjet F4200 series, class 0/0, rev 2.00/1.00, addr 2> on usbus2
info: [drm] ATOM BIOS: HP_Aspen
info: [drm]  HPD1

#/etc/devfs.rules
[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
add path 'ugen2.2' mode 0660 group cups
add path 'usb/2.2.0' mode 0660 group cups


#etc/group file
cups:*:193:user name

#/var/log/cups/error_log
E [14/Dec/2014:02:48:04 -0500] [CGI] Unable to create service connection: No such file or directory
E [14/Dec/2014:02:48:04 -0500] [cups-deviced] PID 1291 (dnssd) stopped with status 1!
E [14/Dec/2014:02:48:58 -0500] [Job 1] Unable to open device file: Permission denied
E [14/Dec/2014:04:20:50 -0500] [CGI] Unable to create service connection: No such file or directory
E [14/Dec/2014:04:20:50 -0500] [cups-deviced] PID 1274 (dnssd) stopped with status 1!
E [14/Dec/2014:04:21:35 -0500] [Job 5] Unable to open device file: Permission denied
E [14/Dec/2014:04:26:42 -0500] [Job 5] Stopping unresponsive job.
E [14/Dec/2014:05:21:17 -0500] [CGI] Unable to create service connection: No such file or directory
E [14/Dec/2014:05:21:17 -0500] [cups-deviced] PID 1255 (dnssd) stopped with status 1!

Any suggestions?
Thanks.
 
Hi Oko

I added the printer through the web interface for CUPS.

I am coming from Windows/Linux background. I don't know much about PPD file. ( I will search the web regarding this, but in the FreeBSD handbook there is nothing about this in the CUPS section)

Or should I install "hplib" from the ports??
 
Back
Top