Hi@all!
need a little help with my printer-config. OS is SuSE10, printing via lprng (must be, because of an old application). I setup the machine as follows
printcap
Code:
hp4250:\
:cm=HP 4250 Series :\
:sd=/var/spool/lpd/hp4250:\
:lp=192.168.1.16%9100:\
:sh:\
:mx#0:pw#80:pl#72:rt#0:\
:lf=/var/spool/lpd/hp4250/lp-err:
smb.conf
Code:
...
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = yes
read only = yes
use client driver = yes
printer admin = root user1
[HP4250]
comment = HP Laserjet 4250
path = /var/spool/samba
browseable = yes
printable = yes
writeable = no
create mask = 0777
printer name = hp4250
lpq command =
lprm command =
use client driver = Yes
It seems fine, but the "print"-performance is very slow.
There is always a pause between the printjobs. also when I open the printer properties on the win-client it tooks up to 8-10 seconds. perhaps something with the spooldir or any permissions?
ANY hints and tipps are welcome. thx!