Hello,
I just installed 1.4RC and can't get my parallel HP LajerJet 1100 working. HP Device Manager doesn't work.
"Could not add a locally attached parallel printer because that option was greyed out in the KDEPrinter Add printer wizard. "
I tried the guidelines of
http://forums.pcbsd.org/viewtopic.php?t ... 0c0a73dc13 without any success.
I added:
own lpt0 root:cups
perm lpt0 0660
to /etc/devfs.conf and
add path 'lpt*' mode 666 group cups
to etc/devfs.rules
Here is what I get:
# ps -auxw | grep cupsd
root 1114 0.0 0.3 4328 2676 ?? Is 9:33PM 0:06.02 /usr/local/sbin/cupsd
# dmesg | grep lp
module_register: module uhub/ulpt already exists!
Module uhub/ulpt failed to register: 17
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
Trying "lptest 20 20 > /dev/lpt0" prints nothing, but the printer light is blinking endlessly.
Any help would be highly appreciated.