Posted on 03-30-2023 01:05 AM
I am new to Jamf school and Apple Macbook. We recently upgraded our printers to Xerox Altalink C8155. I have downloaded the driver from the xerox website and uploaded the pkg to Jamf school. I can see that the app got installed. But the printers are still taking the generic printer driver and this resulted in users not getting the option to print back to back or some other useful features by xerox. Can some one please guide me on how to install the drivers correctly. Thanks
Solved! Go to Solution.
Posted on 04-03-2023 09:11 AM
I just recently wanted to remotely install printers using Jamf School to my faculty MacBooks, and called Jamf support to help me walk through the process. I did exactly what you did, pushed the drivers out as a package then I followed this guide they helped me with.
https://docs.google.com/document/d/1ijg2JHCFLiY1YxiXHfKnIXRad5KPJhrwxxud3PWxxv4/edit?usp=sharing
Posted on 03-30-2023 04:39 AM
After installing the printer driver, did you delete the printer/s on the Mac and re-add it? Should see more options for drivers after deleting and re-adding the printers.
Posted on 03-30-2023 04:55 AM
After pushing the printer driver through Jamf, I have done 'reset printers' in my macbook and then pushed the printers through jamf profile. The printers are getting listed , but still with generic printer.
Posted on 03-30-2023 05:07 AM
You may have to redo the printers through Jamf. Can you delete the printer and re-add it with the correct driver on a Mac, then capture that in your Jamf?
Posted on 03-30-2023 05:16 AM
Sorry, what do you mean by 'then capture that in your jamf?
Posted on 03-30-2023 05:18 AM
Did you push the printers through Jamf Profile? You may need to redo this part to reflect the changes with the driver.
Posted on 03-30-2023 05:25 AM
Yes, pushed the printers thrugh a profile and installed the driver through apps .
Posted on 03-30-2023 07:04 AM
Is there an article available on how to package print drivers in jamf?
Posted on 03-30-2023 09:05 AM
We use the scripting Module to install printers. It works OK.
#!/bin/bash
lpadmin -p <printername> -E -v lpd://<sever>/<printername> -P /Library/Printers/PPDs/Contents/Resources/Xerox\ Altalink\ B8145.gz -o auth-info-required=negotiate -o XRTrays=FiveTraysHCTT -o XRFinisher=OF -o XRJobStorage=True
This is using Windows printer queues with LPD.
Posted on 04-03-2023 09:11 AM
I just recently wanted to remotely install printers using Jamf School to my faculty MacBooks, and called Jamf support to help me walk through the process. I did exactly what you did, pushed the drivers out as a package then I followed this guide they helped me with.
https://docs.google.com/document/d/1ijg2JHCFLiY1YxiXHfKnIXRad5KPJhrwxxud3PWxxv4/edit?usp=sharing