On Wed, 26 Jan 2005 14:07:46 -0800, Marek Williams <>
wrote:
>On Sat, 22 Jan 2005 01:15:42 +0100, jova-ns <> dijo:
>
>>Meanwhile, I got hard disk for the printer (not original, than 2,5"
>>disk taken out from an old notebook comp), and connected it using two
>
>First, my 5Si has never had a hard disk, so I am unfamiliar with how
>one would install it. I did purchase a 2 Gb hard disk for my 8000, so
>I know something about it.
>
>As far as I can recall, when I installed the hard disk in the 8000,
>the printer initialized the hard disk all by itself as soon as I
>turned the printer on. I do not believe I had to use JetAdmin to
>initialize it.
--------------
snipped
________
>The long and the short of it is that downloading the fonts to the hard
>disk was pointless. And since you can't save print jobs to the hard
>disk and you can't use fonts from the hard disk, the whole hard disk
>is totally useless and a waste of money.
>
>>Why I'm trying to do this without upgrade kit or original Mopier
>collated. Everything that I have read about these printers indicates
>that it is impossible on the original 5Si. If you do manage to figure
>out how to do it, please post back, because I sure would like to be
>able to do so with my old 5Si.
I think this is possible using PJL language. Using routine I found in
PJL manual I initialized the disk so no more error 30.1.1. For future
use and help people with similar problem, I'll live this routine here:
%-12345X@PJL
@PJL FSINIT VOLUME = "0:\"
@PJL FSMKDIR NAME = "0:\pcl\"
@PJL FSMKDIR NAME = "0:\pcl\macros\"
@PJL FSMKDIR NAME = "0:\fonts\"
@PJL FSDOWNLOAD FORMAT:BINARZ SIZE = 0 NAME =
"0:\pcl\macros\pclResourceFile"
@PJL ENTER LANGUAGE = PCL
&n16W4pclResourceFile%-12345X
You can find this on HP site too:
http://h20000.www2.hp.com/bizsupport...5&locale=en_US
with explanation how to send these lines to the printer.
There are a lot routines in PCL/PJL Technical Reference Manual so I
hope that will find some for Multiple copies collating. I'll post
results I achieve.