For the life of me I simply cannot get our Windows Virtual Print queues with Papercut working on MacOS (currently for us 15.6.1).
I get the dreaded ‘unable to connect to printer’ error. and then its just stuck waiting.
Here is what I’m doing.
- I set up the printer locally using the advanced tab and add it as smb://print.domain.local/printer-queuename
- I select the universal “Mac Printer” driver I downloaded from Fuji Xerox site (currently v 2.6).
- I do a test print. It works. But only once. It never works again. If I now add a second printer queue using the same method it doesn’t work. if I then go and delete the initial printer I added and re-add the steps I cannot print again that also doesn’t work.
I’ve also added the following script in the hopes that kerberos will play nice. No joy.
lpstat -p | awk '{print $2}' | while read printer; do
echo "Setting Kerberos on ${printer}"
lpadmin -p "${printer}" -o auth-info-required=negotiate
done
Has anyone else experienced this?
I am at a complete loss on how to proceed and it’s going to become a huge pinpoint if I roll out anymore Macs. Who would have thought printers would be the end of me.