Hello,
I used cups-1.3.10 with FreeBSD 8.0 (32bit) together with my laser printer. The printer manufacturer supplied the printer drivers (PPD-files). I have been never facing any problems. Since I upgraded to FreeBSD 9.0 with cups-1.5.0. Installing the same printer drivers, the cups-daemon puts my laserprinter into a permanent processing loop. Because the printer gets the job I assume devfs is configured correctly.
By the way:
I did dmesg and the printer is recognized with ugen2.2. I even tried to [cmd=]cat out.pdf >/dev/ulpt0[/cmd] and the command succeeded. The printer started printing.
But printing via cupsd puts the printer into an endless processing loop.
I'll be grateful for any ideas!
I used cups-1.3.10 with FreeBSD 8.0 (32bit) together with my laser printer. The printer manufacturer supplied the printer drivers (PPD-files). I have been never facing any problems. Since I upgraded to FreeBSD 9.0 with cups-1.5.0. Installing the same printer drivers, the cups-daemon puts my laserprinter into a permanent processing loop. Because the printer gets the job I assume devfs is configured correctly.
By the way:
Code:
%devfs rule show
100 path unlpt* group cups mode 770
200 path ulpt* group cups mode 770
300 path lpt* group cups mode 770
400 path ugen2.2 group cups mode 770
500 path usb/2.2.0 group cups mode 770
600 path usb/2.2.* group cups mode 770
700 path usb* group cups mode 770
800 path ugen* group cups mode 770
%
But printing via cupsd puts the printer into an endless processing loop.
I'll be grateful for any ideas!