View Single Post

   
  #4 (permalink)  
Old 01-16-2008, 07:39 AM
Greg Andrews
 
Posts: n/a
Default Re: Printing to Canon IR7200 from Solaris 8

mkirsch1@rochester.rr.com (Mathew Kirsch) writes:
>309$ lpget 1SW_IR7200
>1SW_IR7200:
> bsdaddr=10.36.12.31,lp,Solaris
>


That's why the filter didn't work. This configuration bypasses
all filtering. That's why document 28463 says:

In Solaris 2.6 and later, this solution will not work for printers
configured using the remote printer configuration. If the command
lpstat -lp does not show an "Interface:" line, the printer is
configured as remote - this solution won't work.


Here's the configuration you want:

lpadmin -x 1SW_IR7200

lpadmin -p 1SW_IR7200 -v /dev/null -m netstandard
lpadmin -p 1SW_IR7200 -o dest=10.36.12.31:lp
lpadmin -p 1SW_IR7200 -I prn-text
/usr/bin/enable 1SW_IR7200
/usr/sbin/accept 1SW_IR7200


As long as you've kept the "Input types:" and "Output types:" lines
in the filter definition file the same as document 28463 shows them,
you should start getting banner pages and text files without any
stair-stepping.

-Greg
--
Do NOT reply via e-mail.
Reply in the newsgroup.
Reply With Quote