I'm trying to setup IPP printing on bizhub C224e and Linux PC.
- Account Track is enabled on the printer -> I have a User name + PIN
- IPP is enabled on the printer -> I know the IPP URI
- IPP authentication is enabled (method: request-user-name) - by selecting this option I expect that I can use the same credentials for IPP print as I'm using with Account Track
- I've added the printer to CUPS via the web interface, using URI found in the printer admin and PPD found on the support website
The problem is that when I'm printing, the job is sent to the printer, CUPS tells me that it's completed, but nothing is printed. When examining the Job history on the printer's lcd screen I can see that the job is there, but there's "group authentication error". It seems that CUPS is not sending the right authentication info. My question is: where do I put the PIN code I'm using for authentication? I've tried setting the printer's device URI in format ipps://username: password@printer_ip/ipp, but it didn't work - I suppose that would work with the IPP authentication set to "Basic"?
Thanks for any suggestions.
- Account Track is enabled on the printer -> I have a User name + PIN
- IPP is enabled on the printer -> I know the IPP URI
- IPP authentication is enabled (method: request-user-name) - by selecting this option I expect that I can use the same credentials for IPP print as I'm using with Account Track
- I've added the printer to CUPS via the web interface, using URI found in the printer admin and PPD found on the support website
The problem is that when I'm printing, the job is sent to the printer, CUPS tells me that it's completed, but nothing is printed. When examining the Job history on the printer's lcd screen I can see that the job is there, but there's "group authentication error". It seems that CUPS is not sending the right authentication info. My question is: where do I put the PIN code I'm using for authentication? I've tried setting the printer's device URI in format ipps://username: password@printer_ip/ipp, but it didn't work - I suppose that would work with the IPP authentication set to "Basic"?
Thanks for any suggestions.
Comment