They just gave me this printer Is compatible with FreeBSD?
[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 'usb/X.Y.Z' mode 0660 group cups
cupsd_enable="YES"
devfs_system_ruleset="system"
This is the section that I cannot understand how to do it.You may need to add your user to the lp and/or lpadmin groups. Check /usr/local/etc/cups/cupsd.conf for the SystemGroup directive. You need to be part of that group to add printers.
# grep SystemGroup /usr/local/etc/cups/cupsd.conf
<probably shows lpadmin group>
# ee /etc/group
<find the lpadmin line, add your username to the end of the list>
# /usr/local/etc/rc.d/cupsd reload
grep SystemGroup /usr/local/etc/cups/cupsd.conf
There is no lpadmin line. I see only: cups:*:193:ee /etc/group
wheel:*:0:root,emberdaemon
SSL connection error.
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
# hp-setup
, which will detect and install your printer. Then, as your normal user, run $ hp-systray
to get the tray icon which will open the gui to manage the printer.$ hp-info
and $ hp-check
. Also, watch /var/log/messages, hplip binaries and / or cups will write some error / debug messages there.Found my printer Cups recognize it toohp-setup
HP Linux Imaging and Printing System (ver. 3.10.9)
System Tray Status Service ver. 2.0
Copyright (c) 2001-9 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.
Traceback (most recent call last):
File "/usr/local/bin/hp-systray", line 85, in <module>
mod.lockInstance()
File "/usr/local/share/hplip/base/module.py", line 649, in lockInstance
ok, self.lock_file = utils.lock_app(self.mod)
File "/usr/local/share/hplip/base/utils.py", line 117, in lock_app
os.makedirs(dir)
File "/usr/local/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/emberdaemon/.hplip'