Nicolas Linkert wrote: >>Nicolas Linkert wrote: >> >>>My workstation is connected to a printer which is a >> >>Brother HL-1440. The Brother has a small printserver >>(D-Link DP-101P+) which connects it to the network. >> >>>I am able to print with this printer with any Linux >> >>distribution and CUPS >>(lpd://192.168.1.10/pocket-print). With Solaris I am >>kind of lost. ESP ghostscript is there, printer >>support seems to be there (gs -h shows hl-1250 PPD). >>However, the printer fails to print. >> >>How did you set up your print q, was it using >>/usr/sbin/printmgr? > > yes > > >>What does command-line "lpstat -l -p <your-printq>" >>show ? > > actually nothing ...
I wonder why not - it should show things like the path to the ppd file and interface script used to configure your print q (whatever you called it). > >>If you used 'printmgr' to set it up I guess you are >>using the 'Printer >>driver' "Foomatic/hl1250(recommended)" [PPD]; have >>you tried using the >>"Foomatic/hpijs" driver instead? > > > ??? What's the problem with hl1250? I have no idea. You could try downloading the latest PPD file for your printer make/model from linuxprinting.org and try that instead of the one set up for your print q in /etc/lp/ppd. Also try switching on debugging in the foomatic-rip script (/usr/lib/lp/bin/foomatic-rip) by changing my $debug = 0; to my $debug = 1; run your print job and afterwards the log will be in /tmp/foomatic-rip.log (or whatever 'my $logfile' is set to). Then see if that shows anything. - Don't forget to switch debugging off again afterwards, as it's not secure - > I have always used that printer driver under CUPS with Linux and it has > always worked great. > But ok, I'll try the other one. Let us know how you get on