today I tried out the hp_photosmart driver that just came out on os4depot and along with rwo's beta usb dot4 printer driver (usbdot4.device)I finally got my HP LaserJet 1012 printer to work under OS4.1 via USB
to those that have asked, just go to Prefs-printers and use the new driver and choose usbdot4 as your device set to unit 0 as per the attached screenshot & here's the link to rwo's DOT4 driver on OS4depot.
I just tried the new photosmart driver & the DOT4 device but no responce : dead as before. Maybe it`s a totally different printer (host-based), though I`ve clicked the "Always init printer".
guys, things are shaping up nicely for terminillis and his AROS driver (gutenprint from Linux)over over at AW & aros-exec. I just now was able to print text & graphics for the 1st time on either AmigaOS4.x or Aros via USB on my HP LaserJet 1012 (DOT4) printer with his new driver on my netbook running AspireOS!
328gts wrote: guys, things are shaping up nicely for terminillis and his AROS driver (gutenprint from Linux)over over at AW & aros-exec. I just now was able to print text & graphics for the 1st time on either AmigaOS4.x or Aros via USB on my HP LaserJet 1012 (DOT4) printer with his new driver on my netbook running AspireOS!
As I've said elsewhere I'm trying to make gutenprint available on all of the Amigaoid platforms. once I make sure it doesn't use the arosc.library(I may have to make a few changes) I will test the 68k version on AOS 3.1. If it runs on 3.1 there is a good chance it will run on AOS4.
As of right now I've confirmed the Canon and PCL drivers are working.
If this is interfacing directly with USB (which it sounds like it is, if Dot4 is working), how are you achieving that? I think if you make it compatible with ANAIIS when you port it over to OS3.1 then it should automatically work on OS4.
If this is interfacing directly with USB (which it sounds like it is, if Dot4 is working), how are you achieving that? I think if you make it compatible with ANAIIS when you port it over to OS3.1 then it should automatically work on OS4.
actually in the case of the testprint I'm using the AROS copytopar program with the USB flag which uses usbparallel.device instead of parallel.device. The current state I'm at is proving that the drivers are creating the correct output for the printers.
in cass' case it seems the hp-lj_1015 should work.
However once it's complete it will be a matter of selecting Gutenprint just like you would in any other printer driver. I chose to go the ijs route because I could keep my driver(which in this case will be the ijs client) pretty generic. This way when I port the hplip drivers I can reuse most of the code.
OK, thanks. Unfortunately that means it doesn't give us automatic Dot4 support, although the fact AROS' usbparallel.device works might mean a port of that could provide it (but I have no idea how compatible - if at all - AROS' USB stack is with OS4's)
OK, thanks. Unfortunately that means it doesn't give us automatic Dot4 support, although the fact AROS' usbparallel.device works might mean a port of that could provide it (but I have no idea how compatible - if at all - AROS' USB stack is with OS4's)
It's just poseidon you may be able to try the version from AROS 68K to see if you even need to port it persay.
OK, thanks. Unfortunately that means it doesn't give us automatic Dot4 support, although the fact AROS' usbparallel.device works might mean a port of that could provide it (but I have no idea how compatible - if at all - AROS' USB stack is with OS4's)
It's just poseidon you may be able to try the version from AROS 68K to see if you even need to port it persay.
So I decided to implement a stand alone prefs system for gutenprint because at least on AROS the standard prefs don't have everything I need.
I'm not using any AROS only functions in it so it should be a simple compile to the other platforms. :)
I've just successfully printed something on my Dot4 printer under OS4!
I'll see if I can rework it into a standalone "dot4print" command for people to test (this will at least give the ability to use printtofile.device and then copy the output to the printer)
After that I will evaluate the possibility of making it into a dot4.device.
As the old saying goes, if you want something doing...
Sorry, I'm somewhat shocked after my printer fired up. I saw several hours' worth of error messages yesterday, changed a 1 to a 0 today, and it started working.