Comment 25 for bug 138986

Revision history for this message
Flabdablet (flabdablet) wrote :

I also did this:

scp inkjet.sh testpage.ps my.x86.gutsy.server:/home/stephen/foo
ssh my.x86.gutsy.server
sudo apt-get update
sudo apt-get install hplip
sudo apt-get install hpijs
cd foo
sh inkjet.sh testpage.ps
logout
scp my.x86.gutsy.server:/home/stephen/foo/testpage.pcl .
lpr -o raw testpage.pcl

and the page printed as it should. The testpage.pcl file generated on x86 Gutsy is also *much* bigger (1039616 bytes) than the one from ppc Gutsy (73401 bytes). I am starting to think that the current ppc hpijs is just horribly broken.