On Sun, Jan 30, 2011 at 01:17, patrick keshishian <pkesh...@gmail.com> wrote: > I'm not sure your printer support Postscript. It supports PCL-6 and > BR-Script 3 (whatever the hell the latter may be) > > Try using gs to convert your postscript files to pcl3 and feeding those to > lpr. > > $ gs -dNOPAUSE -sDEVICE=pcl3 -sOutputFile=/tmp/junk%d.pcl3 letter.ps > $ lpr /tmp/junk*.pcl3 > > --patrick
It supports Postscript, and even has it's own lpd running so that you can FTP files to it to print. Huh... I had never actually tried the upload via FTP, but when I did that, the file didn't print correctly either. With the way my printcap is setup, I'm not actually doing anything to the files before they are sent to the printer. So the Printer's filters aren't working either? I think I may need to check the printer as well as my laptop config...