Hi,
I have a network printer (192.168.0.7), HP officejet 6830.
iI've read this link http://www.freebsddiary.org/cups.php and this link https://forums.freebsd.org/threads/howto-install-printer-scaner-hp-deskjet-f2480.39077/
soiI do the command line :
WheniI start iI have GUI of hplip, and iI can chose my printer the driver are package into hplip program.
The driver is hp-officejet_6300_series-hpijs.ppd.gz
ButiI've issue of cups server are not start, this is my output:
I think that the cups server are not work fine!
HowiI can use cups server and start it?
Regards
Philippe
I have a network printer (192.168.0.7), HP officejet 6830.
so
pkg install cups hplip xsane
and this one cd /usr/ports/print/hplip && make install clean
, change /etc/rc.conf and add
Code:
cups_enable = "YES"
devfs_system_ruleset = "system"
When
hp-setup
, The driver is hp-officejet_6300_series-hpijs.ppd.gz
But
Code:
root@dct-pluton:~ # hp-setup
HP Linux Imaging and Printing System (ver. 3.14.10)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
warning: Fax setup disabled - Python 2.3+ required.
Searching... (bus=net, timeout=5, ttl=4, search=(None) desc=0, method=slp)
error: No PPD found for model officejet_pro_6830 using old algorithm.
error: No appropriate print PPD file found for model officejet_pro_6830
error: Printer queue setup failed. Error : Unable to connect to CUPS server
Done.
root@dct-pluton:~ #
I think that the cups server are not work fine!
How
Regards
Philippe
Last edited by a moderator: