Get H-P psc 1200 printer running with PDQ in 2.02

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

Get H-P psc 1200 printer running with PDQ in 2.02

#1 Post by menno »

Maybe not so interesting , but a lot trial and error , I got my psc1210 running in puppy 1.0.9 and 2.0.2 . I realised that Gostscript uses ijsgimpprint which convert for epson and other also most of the PCL printers . The psc printer are bitscan printer and they need hpijs as converter program . I load hpijs_2.1.10 (deb) version crypt out of it the /bin/hpijs .
You also need libstdc++.so.6.0.3 (link naar libstdc++.so.6) ,libnetsnmp.so.9.0.0 (link naar libnetsnmp.so.9) . Beside of that you have to modprobe a usbprinter driver (2.0.2 usblp , I have in 1.0.9 a printer) . Than try in rxvt following :
gs -sDEVICE=ijs -sIjsServer=hpijs -dIjsUseOutputFD \ -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="psc 1200" \
-dNOPAUSE -dSAFER -sOutputFile=/dev/usb/lp0 /usr/share/ps-pdf/colorcir.ps
If it prints then oke , otherwise it will tel you if there are missing or incorrect version of lib's .
Scaling and all the other things are mostly done by hpijs , the -sDeviceModel should be a name hpijs knows (see hpijs_readme.html on internet) .
If this all work try to tell PDQ how to use it , created a printer with some pcl 5/6 code driver.
Then change the driver file (at the end ) is the call to GS and modify -sIjsServer and -sDeviceModel .
I hope this helps and maybe somebody can update the printerwizzerd so the HP printer can be accessed .

User avatar
jason.b.c
Posts: 755
Joined: Wed 08 Feb 2006, 05:32
Location: Marshfield,MO
Contact:

#2 Post by jason.b.c »

I hope this helps and maybe somebody can update the printer wizard so the HP printer can be accessed
Yea , I need to figure out how to get my HPC HP 1315 All-In-One printer to work , It currently isn't supported in the list...

How about the HP linux toolbox and hpijs driver ..? , Can those be installed in puppy..?
Puppy is Awesome..!!!!
[url=http://www.puppylinux.com/][img]http://www.browserloadofcoolness.com/sig.png[/img][/url]

User avatar
jason.b.c
Posts: 755
Joined: Wed 08 Feb 2006, 05:32
Location: Marshfield,MO
Contact:

#3 Post by jason.b.c »

Well here's the driver , Now i just need to know how to install it..
http://puppylinux.org/wikka/PrintersWor ... comments=1 :lol:
Puppy is Awesome..!!!!
[url=http://www.puppylinux.com/][img]http://www.browserloadofcoolness.com/sig.png[/img][/url]

menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

#4 Post by menno »

The psc 1315 belongs to the class psc 1310 series .
-sDeviceModel="psc 1310" should work . Otherwise try "psc 1310 series" .
For the link you give , you need to instal "CUPS" that includes hpijs .

User avatar
jason.b.c
Posts: 755
Joined: Wed 08 Feb 2006, 05:32
Location: Marshfield,MO
Contact:

#5 Post by jason.b.c »

menno wrote:The psc 1315 belongs to the class psc 1310 series .
-sDeviceModel="psc 1310" should work . Otherwise try "psc 1310 series" .
For the link you give , you need to instal "CUPS" that includes hpijs .
Anyone care to explain how to install the latest HP drivers..??? Thanks....
Puppy is Awesome..!!!!
[url=http://www.puppylinux.com/][img]http://www.browserloadofcoolness.com/sig.png[/img][/url]

Post Reply