Hello guys, I solve the problem. The steps I follow was:
1. Clean all the installed packages (cups, cups-pdf, hplip, hplip-plugins) and update the system.
2. Reboot
3. Install cups and cups-pdf
Code:
sudo pacman -S cups cups-pdf
and enable and run the services:
Code:
sudo systemctl enable org.cups.cupsd.service
sudo systemctl start org.cups.cupsd.service
4. Reboot
5. Install foo2zjs-nightly (from AUR)
Code:
yay -S foo2zjs-nightly
6. Configure the printer with cups web browser option (running as root):
Code:
http://localhost:631/
Everything works fine. I print some pages with color, bw and the definition is excellent. But is capable to change the default options with CUPS.
Some points to be clear:
1. The foo2zjs-nightly package was updated in september 19 (AUR) and probably that solve the patch issue.
2. If someone have this printer model, my advice is forget the hplip and use foo2zjs-nightly package.
3. This is the way I solve it, I try and fail with hplip, but sure is because of my.
Thank you.
Ruy