I am using the Yocto Project and trying to interface a Canon LBP6030w printer via USB. I have added the necessary packages and dependencies to the Yocto build and successfully built the image. However, when I run the print command, I get the following message:
request id is canon-xx (1 file(s))
But the printer does not print anything.
I downloaded the .ppd file from the Canon official website, but the expected output is not coming.
Here are the packages I added to my Yocto image:
IMAGE_INSTALL:append = " cups cups-filters ghostscript libpng qpdf openjpeg colord"
IMAGE_INSTALL:append = " usbutils"