From: <pa...@rc...> - 2001-06-03 00:06:49
|
Joe Piolunek wrote: > While testing the new CVS today, my 600 locked up occasionally with the > "SYSTEM ERROR2252" message displayed. One time ( that I noticed) ptal-hp > returned this message: "ptalChannelRead returns 0! Broken pipe". All of the > lockups ( 3 times today ) happened while scanning at -res 150. That may be > because I made more scan attempts at that resolution. In total I made about > 35 scans, at least 5 at each resolution that the 600 supports. Sorry, I should have been more specific about the problem I was fixing, which involved getting the following error messages from ptal-mlcd: lookupChannel(port=0,psid=4,ssid=4): invalid! sendError(port=0,MLC): error=0x07. reverseDataReceived(pBdr=0x08068DC0): null TCD! exClose(reason=0x3007) I still need to look into those "system errors". Bob Paddock wrote: > I've got a OJ710, on the LPT1 parallel port. I was under the impression that > scanning didn't work yet so I never even tried. What do you want me to try? First run "cvs update" from the top-level hpoj directory to ensure you have the latest code and documentation, and rebuild if necessary. SCAN-HOWTO should cover what you need to know for scanning. In your case, you'll want to follow the "ptal-hp" section at the end, rather than the SANE section at the beginning. > Printing has been working fine for me. > > I just get confused at times because one program refers to the print que as > 'lpr', one as 'hpoj', one as 'default printer'. Use the wrong one with the > wrong program and you get nothing printed. Nothing really to do with th OJ > drivers per'se. Linux could learn a lot from windows in this area... When you say "program", are you referring to various application programs you're trying to print from? lpr is the command used to print something from the shell command line, and some applications force you to compose your own lpr line in their "print" dialog box. The queue name (lpr "-P" switch) is up to you, and the default printer (if no "-P<queue>" is specified) is normally the first entry in /etc/printcap. (I realize this isn't very intuitive.) David |