From: <pa...@rc...> - 2001-03-24 12:32:16
|
Daniel Gun wrote: > I checked out and compiled the hpoj cvs code of about March 13 or 14. > Everything compiled and installed just fine. I have the redhat 2.2.17-14 > kernel and am using a PSC500 on the parallel port. > > I was able to scan using sane 1.0.4 and ptal-connect directly. I scanned a > few MB images and also a 48MB image, and had no problems. I was also able > to print using ptal-connect, though I haven't tried ptal-printd. Hi, Daniel. Thanks for the success report. I'm glad it works well for you. > Thanks to David for getting this working! You're quite welcome. Of course some of the credit should go to my management for being supportive of my involvement with this project (given that I don't actually work for the all-in-one division) and for agreeing to GPL the code that went into ptal-mlcd. > As soon as version 1.0 gets > released, I can start recommending HP all-in-ones to my linux friends. That's certainly my goal. :-) What constitutes "version 1.0" to you? I expect I will be making incremental improvements to the software for quite some time, so I wasn't planning on bumping the version number to 1.0 any time soon. Hopefully you'll recommend based on the functionality rather than the version number. :-) > An interesting problem, though... when I tried "scanimage --test", the test > appeared to pass without problem, but the scanner hung and ptal-mlcd died. > This is a repeatable problem for me. Thanks for noticing that. I guess I forgot to test with "scanimage --test". :-) I think I know what the problem is (a race condition between closing the scan connection due to the aborted scan and data that's still moving around in the daemon). I'll let you know when I check in a fix, which should be sometime this weekend. > (The beauty of a user-mode driver is > that I just restarted it and reset the PSC500 and everything worked fine > again.) That's one of several reasons I chose to rewrite the driver in user mode. It's also much easier for me to debug and maintain. > I haven't tried running it with debugging turned on, but want to > know if anyone else has seen this problem. Interestingly enough, I was able to reproduce this problem with a parallel- connected R80 but not a USB-connected PSC750, so it makes sense that this problem would be a race condition, given that USB and parallel have different timing. The exit is due to an unhandled signal (SIGPIPE), although since you downloaded the code I added a handler for this signal for an unrelated reason, so in my case I saw a bunch of error messages and debug console resets without the exit (although the scanner still got stuck). David |
From: <pa...@rc...> - 2001-03-25 10:12:49
|
Michael Prix wrote: > I didn't see it with the 0.7 drivers working here. But another - not re= ally - = > problem is that afer a printout the LCD shows "Printing in progress" - = or = > something like this, I'm using the german language, and the quality-LED= is = > constantly blinking. The G85 is still useable, so it is only annoying. Hi, Michael. How did you set up printing? If you print through ptal-pri= ntd (i.e. /dev/ptal-printd/mlc_mlcpp0), then this problem shouldn't happen. On the other hand, if you print directly to /dev/lp0, then I wouldn't be surprised to see this problem, and you also run the risk of conflicts bet= ween the standard kernel lp driver and the ieee12844*.o drivers provided with hpoj-0.7. David |
From: <mic...@t-...> - 2001-03-25 17:50:51
|
Am Sonntag, 25. März 2001 12:11 schrieben Sie: > Michael Prix wrote: > > I didn't see it with the 0.7 drivers working here. But another - not > > really - problem is that afer a printout the LCD shows "Printing in > > progress" - or something like this, I'm using the german language, and > > the quality-LED is constantly blinking. The G85 is still useable, so it > > is only annoying. > > Hi, Michael. How did you set up printing? If you print through > ptal-printd (i.e. /dev/ptal-printd/mlc_mlcpp0), then this problem shouldn't > happen. On the other hand, if you print directly to /dev/lp0, then I > wouldn't be surprised to see this problem, and you also run the risk of > conflicts between the standard kernel lp driver and the ieee12844*.o > drivers provided with hpoj-0.7. This might be the problem. Hrrmmm - let's see if it is easy to cange in an SAMBA-apsfilter system. [...] Yes it is ;-)) Thanks for the comment. -- Michael Prix backup: mount volume 19 on /dev/rmt0 and press enter to continue ... backup: I/O error: write protected media backup: replace media and re-run the backup $ -- AIX 2.2.1 |
From: DG <dg...@um...> - 2001-03-31 08:35:57
|
From: mic...@t-... (Michael Prix) >Am Mittwoch, 21. M=E4rz 2001 02:49 schrieben Sie: >> Thanks to David for getting this working! As soon as version 1.0 gets >> released, I can start recommending HP all-in-ones to my linux friends. [snip] >2.) Why not recommend them now? The drivers work like a charm. Two reasons: 1) the ptal driver is still difficult to set up, so not everyone has success, and 2) the print quality is not nearly as good as it is under windows. I'll be trying the new drivers from hp soon, so that problem may be answered. I'm sure David and friends will have the first problem worked out by 1.0 if not before then. -- Daniel ZZZ-dgun-ZZZ-@-ZZZ-umpire.com-ZZZ (Remove the Z-'s to reply) ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=3Dsignup |
From: DG <dg...@um...> - 2001-03-31 08:41:50
|
From: pa...@rc... (David Paschal) >> As soon as version 1.0 gets >> released, I can start recommending HP all-in-ones to my linux friends. >That's certainly my goal. :-) What constitutes "version 1.0" to you? >I expect I will be making incremental improvements to the software for >quite some time, so I wasn't planning on bumping the version number to 1.0 >any time soon. Hopefully you'll recommend based on the functionality rather >than the version number. :-) You're right about the functionality. The functionality I'm looking for is at a minimum, a "make" process that will put everything in appropriate directories and configure the system so that things will work "out-of-the-box" (with only a few minor manual changes like print spooler and sane configuration). Above that, having init scripts and binary packages for major distributions. -- Daniel ZZZ-dgun-ZZZ-@-ZZZ-umpire.com-ZZZ (Remove the Z-'s to reply) ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup |