So I have 2 printers; a HP PSC 2410xi and a HP Officejet Pro 8625.
For the HP PSC 2410xi I use the following installation instructions below:
My real question is, in order to add the Officejet Pro 8625, which drivers do I choose since it's a new printer and how would I incorporate it with the existing HP PSC 2410xi?
For the HP PSC 2410xi I use the following installation instructions below:
Code:
# portmaster print/cups
# portmaster print/hpijs
Add to /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 'usb/X.Y.Z' mode 0660 group cups
dmesg | grep ugen to ID the X.Y.Z
Add two lines to /etc/rc.conf
cupsd_enable="YES"
devfs_system_ruleset="system"
then...
# /etc/rc.d/devfs restart
# /usr/local/etc/rc.d/cupsd restart
then to configure CUPS goto http://localhost:631/
My real question is, in order to add the Officejet Pro 8625, which drivers do I choose since it's a new printer and how would I incorporate it with the existing HP PSC 2410xi?