Hi, I'm new to FreeBSD, and I have resolved several things by myself, but I can't resolve this one.
My printer is a HP Deskjet F4210, and I can't print anything. When I turn on the device (or plug in the USB port) I can see it with "usbconfig":
the two device entries are created (/dev/ulpt0 and /dev/unlpt0).
and the next appears in /var/log/messages:
Apparently, that "output error" is the cause. If I plug the device in another USB port I obtain the same text.
and I can't print:
then no result and no messages.
After following the quick start steps:
Thank you for your help.
My printer is a HP Deskjet F4210, and I can't print anything. When I turn on the device (or plug in the USB port) I can see it with "usbconfig":
Code:
ugen1.2: <DeskJet F4200 series HP, Inc> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA)
the two device entries are created (/dev/ulpt0 and /dev/unlpt0).
and the next appears in /var/log/messages:
Code:
Mar 22 23:37:25 x kernel: ugen1.2: <HP Deskjet F4200 series> at usbus1
Mar 22 23:37:25 x kernel: ulpt0 on uhub0
Mar 22 23:37:25 x kernel: ulpt0: <HP Deskjet F4200 series, class 0/0, rev 2.00/1.00, addr 1> on usbus1
Mar 22 23:37:25 x kernel: ulpt0: using bi-directional mode
Mar 22 23:37:25 x kernel: ulpt0: output error
Mar 22 23:37:25 x webcamd[2451]: webcamd: Cannot find USB device
Mar 22 23:37:25 x webcamd[2474]: webcamd: Cannot find USB device
Apparently, that "output error" is the cause. If I plug the device in another USB port I obtain the same text.
and I can't print:
Code:
cp file.txt /dev/unlpt0
then no result and no messages.
After following the quick start steps:
Code:
$ printf hello | lpr
lpr: Error - No default destination.
Thank you for your help.