Bill,

We've found a workaround for your printing problem.

Edit the file /usr/share/hplip/prnt/hpijs/dj9xxvip.h

change:

     inline virtual BOOL SupportSeparateBlack (PrintMode *pCurrentMode)
     {
         if (pCurrentMode->medium == mediaAuto ||
             pCurrentMode->medium == mediaPlain)
         {
             return TRUE;
         }
         return FALSE;
to:

     inline virtual BOOL SupportSeparateBlack (PrintMode *pCurrentMode)
     {
#        if (pCurrentMode->medium == mediaAuto ||
#            pCurrentMode->medium == mediaPlain)
#        {
#            return TRUE;
         }
         return FALSE;

Restart HPLIP. Let me know if you have any other problems.

Aaron

Bill wrote:
> Aaron J Albright <aaron.albright <at> hp.com> writes:
> 
>> Bill,
>>
>> Sorry for my previous assessment, it appears that there may be an issue, 
>> we are investigating--however I don't have any ETA on an update.
>>
>> Sorry for the inconvenience.
>>
>> Aaron
>>
> 
> No problem -- thanks for the taking the time to check it out!  Let me know if 
> I
> can provide more information.
> 
> Bill



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to