how to print in landscape

  • Follow


I am using solaris 10 and want to print in landscape orientation on an
HP printer, please help
0
Reply Dariusz 9/2/2010 11:16:14 PM

In article 
<67bab3e3-2578-4240-a8db-6a37064768c9@s9g2000yqd.googlegroups.com>,
 Dariusz Dolecki <dariusz.dolecki@gmail.com> wrote:

> I am using solaris 10 and want to print in landscape orientation on an
> HP printer, please help

The documentation for the HP Jetdirect software should have the 
information you need.  Try that in Google and see what comes up.

If not, the shell script that's run should be readable in vi.  That is, 
if, the software is supported on Solaris 10, which I seem to recall that 
it is not.

-- 
DeeDee, don't press that button!  DeeDee!  NO!  Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]


0
Reply Michael 9/2/2010 11:28:39 PM


In <67bab3e3-2578-4240-a8db-6a37064768c9@s9g2000yqd.googlegroups.com> Dariusz Dolecki <dariusz.dolecki@gmail.com> writes:

>I am using solaris 10 and want to print in landscape orientation on an
>HP printer, please help

If you are printing from a GUI like Firefox or Acrobat reader, look
in one of the menus.  If you are using the command-line, start with
the man page for `lp'.

-- 
-Gary Mills-        -Unix Group-        -Computer and Network Services-
0
Reply Gary 9/3/2010 12:02:23 AM

In article <i5pduf$hpu$1@canopus.cc.umanitoba.ca>,
Gary Mills  <mills@cc.umanitoba.ca> wrote:
>in one of the menus.  If you are using the command-line, start with
>the man page for `lp'.

When printing text, I find GNU enscript or a2ps(1) useful
for creating customized PostScript.
Solaris 10 ships with SUNWa2psu.

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 12:24:17 AM


Gary Mills wrote:
> In <67bab3e3-2578-4240-a8db-6a37064768c9@s9g2000yqd.googlegroups.com> Dariusz Dolecki <dariusz.dolecki@gmail.com> writes:
>
> >I am using solaris 10 and want to print in landscape orientation on an
> >HP printer, please help
>
> If you are printing from a GUI like Firefox or Acrobat reader, look
> in one of the menus.  If you are using the command-line, start with
> the man page for `lp'.
>
> --
> -Gary Mills-        -Unix Group-        -Computer and Network Services-

Google suggested using postprint, however when I do that I get the
postprint of the file,  this is what I tried: /usr/lib/lp/postscript/
postprint -p landscape 6ile.txt \ lp -d printername

I get what I am guessing is the postscript version. Of the file
instead of the file being converted to landscape and sent to the
prinbter

Is there something I am doing wrong?
0
Reply Dariusz 9/3/2010 12:30:53 AM

In article <0fa9101a-37e5-4a0a-b4e2-8899eec00160@t2g2000yqe.googlegroups.com>,
Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
>Google suggested using postprint, however when I do that I get the
>postprint of the file,  this is what I tried: /usr/lib/lp/postscript/
>postprint -p landscape 6ile.txt \ lp -d printername
>
>I get what I am guessing is the postscript version. Of the file
>instead of the file being converted to landscape and sent to the
>prinbter

$ cat /etc/lp/printers/printername/configuration

What is the make and model of your printer?

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 2:12:00 AM

On Sep 2, 9:12=A0pm, groen...@cse.psu.edu (John D Groenveld) wrote:
> In article <0fa9101a-37e5-4a0a-b4e2-8899eec00...@t2g2000yqe.googlegroups.=
com>,
> Dariusz Dolecki =A0<dariusz.dole...@gmail.com> wrote:
>
> >Google suggested using postprint, however when I do that I get the
> >postprint of the file, =A0this is what I tried: /usr/lib/lp/postscript/
> >postprint -p landscape 6ile.txt \ lp -d printername
>
> >I get what I am guessing is the postscript version. Of the file
> >instead of the file being converted to landscape and sent to the
> >prinbter
>
> $ cat /etc/lp/printers/printername/configuration
>
> What is the make and model of your printer?
>
> John
> groenv...@acm.org

HP laser Jet 551
HP Laser Jet 8100 series PS
0
Reply kartikvashishta108 9/3/2010 2:14:33 AM

In article <3f6d1ff2-b2e1-475a-9fff-ccb2c551c21e@f25g2000yqc.googlegroups.com>,
kartikvashishta108  <kartik.unix@gmail.com> wrote:
>> $ cat /etc/lp/printers/printername/configuration

What is the output of that command?

>HP laser Jet 551
>HP Laser Jet 8100 series PS

# lpadmin -p hp8100 -v /dev/null -m netstandard_foomatic \
-n /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.ppd.gz
-o dest=HP8100_IP_ADDR:9100 -o Duplex=DuplexNoTumble \
-o banner=never -T PS -I postscript
# /bin/enable hp8100
# /usr/sbin/accept hp8100
$ lp -d hp8100 /usr/sfw/share/ghostscript/8.64/examples/alphabet.ps

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 2:48:13 AM

On Sep 2, 9:48=A0pm, groen...@cse.psu.edu (John D Groenveld) wrote:
> In article <3f6d1ff2-b2e1-475a-9fff-ccb2c551c...@f25g2000yqc.googlegroups=
..com>,
>
> kartikvashishta108 =A0<kartik.u...@gmail.com> wrote:
> >> $ cat /etc/lp/printers/printername/configuration
>
> What is the output of that command?
>
> >HP laser Jet 551
> >HP Laser Jet 8100 series PS
>
> # lpadmin -p hp8100 -v /dev/null -m netstandard_foomatic \
> -n /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.p=
pd.gz
> -o dest=3DHP8100_IP_ADDR:9100 -o Duplex=3DDuplexNoTumble \
> -o banner=3Dnever -T PS -I postscript
> # /bin/enable hp8100
> # /usr/sbin/accept hp8100
> $ lp -d hp8100 /usr/sfw/share/ghostscript/8.64/examples/alphabet.ps
>
> John
> groenv...@acm.org

where do I find the -n switch /usr/lib/lp/model/ppd/system/foomatic/HP/
HP-LaserJet_8100-Postscript.ppd.gz
I dont have the .gz file
0
Reply kartikvashishta108 9/3/2010 2:52:19 AM

On Sep 2, 9:48=A0pm, groen...@cse.psu.edu (John D Groenveld) wrote:
> In article <3f6d1ff2-b2e1-475a-9fff-ccb2c551c...@f25g2000yqc.googlegroups=
..com>,
>
> kartikvashishta108 =A0<kartik.u...@gmail.com> wrote:
> >> $ cat /etc/lp/printers/printername/configuration
>
> What is the output of that command?
>
> >HP laser Jet 551
> >HP Laser Jet 8100 series PS
>
> # lpadmin -p hp8100 -v /dev/null -m netstandard_foomatic \
> -n /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.p=
pd.gz
> -o dest=3DHP8100_IP_ADDR:9100 -o Duplex=3DDuplexNoTumble \
> -o banner=3Dnever -T PS -I postscript
> # /bin/enable hp8100
> # /usr/sbin/accept hp8100
> $ lp -d hp8100 /usr/sfw/share/ghostscript/8.64/examples/alphabet.ps
>
> John
> groenv...@acm.org

Okay ONE question - Where am I specifying that I want landscape
printing?
0
Reply kartikvashishta108 9/3/2010 2:56:59 AM

In article <5a03f851-a9ff-4a20-b60c-1ee53ece97f2@d8g2000yqf.googlegroups.com>,
kartikvashishta108  <kartik.unix@gmail.com> wrote:
>> # lpadmin -p hp8100 -v /dev/null -m netstandard_foomatic \
>> -n /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.ppd.gz

There should be a trailing "\" for continuation on that line.

>> -o dest=HP8100_IP_ADDR:9100 -o Duplex=DuplexNoTumble \
>> -o banner=never -T PS -I postscript
>> # /bin/enable hp8100
>> # /usr/sbin/accept hp8100
>> $ lp -d hp8100 /usr/sfw/share/ghostscript/8.64/examples/alphabet.ps
>
>where do I find the -n switch /usr/lib/lp/model/ppd/system/foomatic/HP/
>HP-LaserJet_8100-Postscript.ppd.gz
>I dont have the .gz file

# pkgchk -l -p /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.ppd.gz
Pathname: /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscript.ppd.gz
Type: regular file
Expected mode: 0444
Expected owner: root
Expected group: bin
Expected file size (bytes): 15981
Expected sum(1) of contents: 1597
Expected last modification: Aug 19 08:09:25 2009
Referenced by the following packages:
        SUNWfppd       
Current status: installed

You'll need SUNWfppd from the Solaris 10 media.

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 3:06:09 AM

On Sep 2, 10:06=A0pm, groen...@cse.psu.edu (John D Groenveld) wrote:
> In article <5a03f851-a9ff-4a20-b60c-1ee53ece9...@d8g2000yqf.googlegroups.=
com>,
>
> kartikvashishta108 =A0<kartik.u...@gmail.com> wrote:
> >> # lpadmin -p hp8100 -v /dev/null -m netstandard_foomatic \
> >> -n /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Postscrip=
t.ppd.gz
>
> There should be a trailing "\" for continuation on that line.
>
> >> -o dest=3DHP8100_IP_ADDR:9100 -o Duplex=3DDuplexNoTumble \
> >> -o banner=3Dnever -T PS -I postscript
> >> # /bin/enable hp8100
> >> # /usr/sbin/accept hp8100
> >> $ lp -d hp8100 /usr/sfw/share/ghostscript/8.64/examples/alphabet.ps
>
> >where do I find the -n switch /usr/lib/lp/model/ppd/system/foomatic/HP/
> >HP-LaserJet_8100-Postscript.ppd.gz
> >I dont have the .gz file
>
> # pkgchk -l -p /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-=
Postscript.ppd.gz
> Pathname: /usr/lib/lp/model/ppd/system/foomatic/HP/HP-LaserJet_8100-Posts=
cript.ppd.gz
> Type: regular file
> Expected mode: 0444
> Expected owner: root
> Expected group: bin
> Expected file size (bytes): 15981
> Expected sum(1) of contents: 1597
> Expected last modification: Aug 19 08:09:25 2009
> Referenced by the following packages:
> =A0 =A0 =A0 =A0 SUNWfppd =A0 =A0 =A0
> Current status: installed
>
> You'll need SUNWfppd from the Solaris 10 media.
>
> John
> groenv...@acm.org

how will this help me in printing landscape
0
Reply kartikvashishta108 9/3/2010 3:08:18 AM

In article <785f772f-01d5-45c8-8d74-481df039d194@s9g2000yqd.googlegroups.com>,
kartikvashishta108  <kartik.unix@gmail.com> wrote:
>Okay ONE question - Where am I specifying that I want landscape
>printing?

$ /usr/sfw/bin/a2ps -r -P hp8100 /etc/passwd

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 3:10:57 AM

On Sep 2, 10:10=A0pm, groen...@cse.psu.edu (John D Groenveld) wrote:
> In article <785f772f-01d5-45c8-8d74-481df039d...@s9g2000yqd.googlegroups.=
com>,
>
> kartikvashishta108 =A0<kartik.u...@gmail.com> wrote:
> >Okay ONE question - Where am I specifying that I want landscape
> >printing?
>
> $ /usr/sfw/bin/a2ps -r -P hp8100 /etc/passwd
>
> John
> groenv...@acm.org

This is what I did:
lpadmin -p printername -o protocol=3Dbsd,dest=3DPrinter-IP -v /dev/null -m
netstandard -T unknown -I any
enable printername
accept printername

and it printed in portrait - it printed fine, it just did not print in
landscape mode.

So if I do this:
a2ps -r -P printername /etc/passwd  will it print it landscape?

NOTE: I am not specifying a postcript printer
0
Reply kartikvashishta108 9/3/2010 3:27:11 AM

Hi,


kartikvashishta108 wrote:
> On Sep 2, 10:10 pm, groen...@cse.psu.edu (John D Groenveld) wrote:
>> In article <785f772f-01d5-45c8-8d74-481df039d...@s9g2000yqd.googlegroups.com>,
>>
>> kartikvashishta108  <kartik.u...@gmail.com> wrote:
>>> Okay ONE question - Where am I specifying that I want landscape
>>> printing?
>> $ /usr/sfw/bin/a2ps -r -P hp8100 /etc/passwd
>>
>> John
>> groenv...@acm.org
> 
> This is what I did:
> lpadmin -p printername -o protocol=bsd,dest=Printer-IP -v /dev/null -m
> netstandard -T unknown -I any
> enable printername
> accept printername
> 
> and it printed in portrait - it printed fine, it just did not print in
> landscape mode.
> 
> So if I do this:
> a2ps -r -P printername /etc/passwd  will it print it landscape?
> 
> NOTE: I am not specifying a postcript printer
Why not get cups!!

/michael
0
Reply Michael 9/3/2010 11:36:56 AM

In article <9a75e321-4a99-4102-b271-d514b754ee5f@m1g2000yqo.googlegroups.com>,
kartikvashishta108  <kartik.unix@gmail.com> wrote:
>NOTE: I am not specifying a postcript printer

Why not?

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 11:37:27 AM


John D Groenveld wrote:
> In article <9a75e321-4a99-4102-b271-d514b754ee5f@m1g2000yqo.googlegroups.com>,
> kartikvashishta108  <kartik.unix@gmail.com> wrote:
> >NOTE: I am not specifying a postcript printer
>
> Why not?
>
> John
> groenveld@acm.org

I tried that bvut it would not print
0
Reply Dariusz 9/3/2010 12:04:52 PM

In article <0befa8e1-5989-4f22-afd2-0bdd585b2927@f42g2000yqn.googlegroups.com>,
Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
>I tried that bvut it would not print

What did you try?

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 12:08:04 PM

Dariusz Dolecki wrote:
> I am using solaris 10 and want to print in landscape orientation on an
> HP printer, please help

Try <ESC>&l0O

To revert to portrait mode, <ESC>&l0

You might try to find a copy of "PCL 5 Printer Language Technical 
Reference Manual".  My copy will be pried from my cold, dead hands!

HP may have gone on the PCL 6, PCL 7, . . . .  My LaserJet 4000 speaks 
PCL 5.

0
Reply Richard 9/3/2010 12:25:30 PM


John D Groenveld wrote:
> In article <0befa8e1-5989-4f22-afd2-0bdd585b2927@f42g2000yqn.googlegroups.com>,
> Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
> >I tried that bvut it would not print
>
> What did you try?
>
> John
> groenveld@acm.org

-T PS -I postscript
0
Reply Dariusz 9/3/2010 12:32:05 PM

In article <2faedb75-9e58-4109-a259-f98a7291f5a2@l6g2000yqb.googlegroups.com>,
Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
>-T PS -I postscript

# lpadmin -P foobar -v /dev/null -m netstandard \
-o dest=HP8100_IP_ADDR:9100 -o banner=never -T PS -I postscript
# /bin/enable foobar
# /usr/sbin/accept foobar

What is the output of this command:
$ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd

Does it print?
If not, what is the output of this command:
$ cat /etc/lp/printers/foobar/configuration

John
groenveld@acm.org
0
Reply groenvel 9/3/2010 12:40:25 PM


Richard B. Gilbert wrote:
> Dariusz Dolecki wrote:
> > I am using solaris 10 and want to print in landscape orientation on an
> > HP printer, please help
>
> Try <ESC>&l0O
>
> To revert to portrait mode, <ESC>&l0
>
> You might try to find a copy of "PCL 5 Printer Language Technical
> Reference Manual".  My copy will be pried from my cold, dead hands!
>
> HP may have gone on the PCL 6, PCL 7, . . . .  My LaserJet 4000 speaks
> PCL 5.

I tried:
# Put into landscape
# Control + V, Esc, ampersand, lower case l (ell), 1
(one), upper case O (oh)

echo "^[&l1O"
cat -
echo "^[&l0O"

# Put back to portrait - not always required
# Control + V, Esc, ampersand, lower case l (ell), zero
(0), upper case O (oh)
0
Reply Dariusz 9/3/2010 12:43:45 PM


John D Groenveld wrote:
> In article <2faedb75-9e58-4109-a259-f98a7291f5a2@l6g2000yqb.googlegroups.com>,
> Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
> >-T PS -I postscript
>
> # lpadmin -P foobar -v /dev/null -m netstandard \
> -o dest=HP8100_IP_ADDR:9100 -o banner=never -T PS -I postscript
> # /bin/enable foobar
> # /usr/sbin/accept foobar
>
> What is the output of this command:
> $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> Does it print?
> If not, what is the output of this command:
> $ cat /etc/lp/printers/foobar/configuration
>
> John
> groenveld@acm.org

Okay I will try that command - in the bus going to work.

FYI: It prints fine from a solaris 2.6 system which I did not set up.
Do you want me to run any commands on the 2.6 system to check
configuration etc
0
Reply Dariusz 9/3/2010 12:48:28 PM


John D Groenveld wrote:
> In article <2faedb75-9e58-4109-a259-f98a7291f5a2@l6g2000yqb.googlegroups.com>,
> Dariusz Dolecki  <dariusz.dolecki@gmail.com> wrote:
> >-T PS -I postscript
>
> # lpadmin -P foobar -v /dev/null -m netstandard \
> -o dest=HP8100_IP_ADDR:9100 -o banner=never -T PS -I postscript
> # /bin/enable foobar
> # /usr/sbin/accept foobar
>
> What is the output of this command:
> $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> Does it print?
> If not, what is the output of this command:
> $ cat /etc/lp/printers/foobar/configuration
>
> John
> groenveld@acm.org

With the steps you showed me it worked. Thank you
0
Reply Dariusz 9/3/2010 6:40:35 PM

On Sep 3, 1:40=A0pm, Dariusz Dolecki <dariusz.dole...@gmail.com> wrote:
> John D Groenveld wrote:
> > In article <2faedb75-9e58-4109-a259-f98a7291f...@l6g2000yqb.googlegroup=
s.com>,
> > Dariusz Dolecki =A0<dariusz.dole...@gmail.com> wrote:
> > >-T PS -I postscript
>
> > # lpadmin -P foobar -v /dev/null -m netstandard \
> > -o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscript
> > # /bin/enable foobar
> > # /usr/sbin/accept foobar
>
> > What is the output of this command:
> > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> > Does it print?
> > If not, what is the output of this command:
> > $ cat /etc/lp/printers/foobar/configuration
>
> > John
> > groenv...@acm.org
>
> With the steps you showed me it worked. Thank you

This is what worked for me:

# lpadmin -P foobar -v /dev/null -m netstandard \
-o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscript
# /bin/enable foobar
# /usr/sbin/accept foobar

What is the output of this command:
$ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
0
Reply kartikvashishta108 9/4/2010 1:27:35 AM

On Sep 3, 8:27=A0pm, kartikvashishta108 <kartik.u...@gmail.com> wrote:
> On Sep 3, 1:40=A0pm, Dariusz Dolecki <dariusz.dole...@gmail.com> wrote:
>
>
>
>
>
> > John D Groenveld wrote:
> > > In article <2faedb75-9e58-4109-a259-f98a7291f...@l6g2000yqb.googlegro=
ups.com>,
> > > Dariusz Dolecki =A0<dariusz.dole...@gmail.com> wrote:
> > > >-T PS -I postscript
>
> > > # lpadmin -P foobar -v /dev/null -m netstandard \
> > > -o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscript
> > > # /bin/enable foobar
> > > # /usr/sbin/accept foobar
>
> > > What is the output of this command:
> > > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> > > Does it print?
> > > If not, what is the output of this command:
> > > $ cat /etc/lp/printers/foobar/configuration
>
> > > John
> > > groenv...@acm.org
>
> > With the steps you showed me it worked. Thank you
>
> This is what worked for me:
>
> # lpadmin -P foobar -v /dev/null -m netstandard \
> -o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscript
> # /bin/enable foobar
> # /usr/sbin/accept foobar
>
> What is the output of this command:
> $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd

The HP 5si printer was also configured by above method, it is however
printing two blank pages after the banner page, what is the way around
this?
I went to HP's site and downloaded the configuration file for that
printer, it is called: net_lj5x

I guess I can try to install the HP print utility and try to configure
the printer. Any ideas will be appreciated.

0
Reply Dariusz 9/4/2010 3:48:55 PM

In article 
<0f14d176-d6c4-498b-b5b0-4de00099a02f@m15g2000yqm.googlegroups.com>,
 Dariusz Dolecki <dariusz.dolecki@gmail.com> wrote:

> On Sep 3, 8:27�pm, kartikvashishta108 <kartik.u...@gmail.com> wrote:
> > On Sep 3, 1:40�pm, Dariusz Dolecki <dariusz.dole...@gmail.com> wrote:
> >
> >
> >
> >
> >
> > > John D Groenveld wrote:
> > > > In article 
> > > > <2faedb75-9e58-4109-a259-f98a7291f...@l6g2000yqb.googlegroups.com>,
> > > > Dariusz Dolecki �<dariusz.dole...@gmail.com> wrote:
> > > > >-T PS -I postscript
> >
> > > > # lpadmin -P foobar -v /dev/null -m netstandard \
> > > > -o dest=HP8100_IP_ADDR:9100 -o banner=never -T PS -I postscript
> > > > # /bin/enable foobar
> > > > # /usr/sbin/accept foobar
> >
> > > > What is the output of this command:
> > > > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
> >
> > > > Does it print?
> > > > If not, what is the output of this command:
> > > > $ cat /etc/lp/printers/foobar/configuration
> >
> > > > John
> > > > groenv...@acm.org
> >
> > > With the steps you showed me it worked. Thank you
> >
> > This is what worked for me:
> >
> > # lpadmin -P foobar -v /dev/null -m netstandard \
> > -o dest=HP8100_IP_ADDR:9100 -o banner=never -T PS -I postscript
> > # /bin/enable foobar
> > # /usr/sbin/accept foobar
> >
> > What is the output of this command:
> > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
> 
> The HP 5si printer was also configured by above method, it is however
> printing two blank pages after the banner page, what is the way around
> this?
> I went to HP's site and downloaded the configuration file for that
> printer, it is called: net_lj5x
> 
> I guess I can try to install the HP print utility and try to configure
> the printer. Any ideas will be appreciated.

If you turn off the banner page, does it still print the extra pages?  
Is this relevant?

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447
627+1283625855041+28353475&threadId=70161

http://www.fixyourownprinter.com/forums/inkjet/15567

I found these through a simple google search.

You didn't specify if this was a plain 5si or the 5si MX (postscript) or 
the 5si NX w/ built-in Jetdirect card.  If in doubt, print a 
configuration page from the menu and post a link.

http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl07288/bpl07288
..pdf

-- 
DeeDee, don't press that button!  DeeDee!  NO!  Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]


0
Reply Michael 9/4/2010 6:49:44 PM

On Sep 4, 11:49=A0am, Michael Vilain <vil...@NOspamcop.net> wrote:
> In article
> <0f14d176-d6c4-498b-b5b0-4de00099a...@m15g2000yqm.googlegroups.com>,
> =A0Dariusz Dolecki <dariusz.dole...@gmail.com> wrote:
>
>
>
>
>
> > On Sep 3, 8:27=A0pm, kartikvashishta108 <kartik.u...@gmail.com> wrote:
> > > On Sep 3, 1:40=A0pm, Dariusz Dolecki <dariusz.dole...@gmail.com> wrot=
e:
>
> > > > John D Groenveld wrote:
> > > > > In article
> > > > > <2faedb75-9e58-4109-a259-f98a7291f...@l6g2000yqb.googlegroups.com=
>,
> > > > > Dariusz Dolecki =A0<dariusz.dole...@gmail.com> wrote:
> > > > > >-T PS -I postscript
>
> > > > > # lpadmin -P foobar -v /dev/null -m netstandard \
> > > > > -o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscri=
pt
> > > > > # /bin/enable foobar
> > > > > # /usr/sbin/accept foobar
>
> > > > > What is the output of this command:
> > > > > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> > > > > Does it print?
> > > > > If not, what is the output of this command:
> > > > > $ cat /etc/lp/printers/foobar/configuration
>
> > > > > John
> > > > > groenv...@acm.org
>
> > > > With the steps you showed me it worked. Thank you
>
> > > This is what worked for me:
>
> > > # lpadmin -P foobar -v /dev/null -m netstandard \
> > > -o dest=3DHP8100_IP_ADDR:9100 -o banner=3Dnever -T PS -I postscript
> > > # /bin/enable foobar
> > > # /usr/sbin/accept foobar
>
> > > What is the output of this command:
> > > $ /usr/sfw/bin/a2ps -r -P foobar /etc/passwd
>
> > The HP 5si printer was also configured by above method, it is however
> > printing two blank pages after the banner page, what is the way around
> > this?
> > I went to HP's site and downloaded the configuration file for that
> > printer, it is called: net_lj5x
>
> > I guess I can try to install the HP print utility and try to configure
> > the printer. Any ideas will be appreciated.
>
> If you turn off the banner page, does it still print the extra pages? =A0
> Is this relevant?
>
> http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=3D10..=
..
> 627+1283625855041+28353475&threadId=3D70161
>
> http://www.fixyourownprinter.com/forums/inkjet/15567
>
> I found these through a simple google search.
>
> You didn't specify if this was a plain 5si or the 5si MX (postscript) or
> the 5si NX w/ built-in Jetdirect card. =A0If in doubt, print a
> configuration page from the menu and post a link.
>
> http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl07288/bpl0...
> .pdf
>
> --
> DeeDee, don't press that button! =A0DeeDee! =A0NO! =A0Dee...
> [I filter all Goggle Groups posts, so any reply may be automatically igno=
red]- Hide quoted text -
>
> - Show quoted text -

..
0
Reply ACE 9/6/2010 6:30:28 AM

27 Replies
879 Views

(page loaded in 0.234 seconds)

Similiar Articles:


















7/21/2012 1:20:38 AM


Reply: