@anverhousseini can you manually add the printer through Printers & Scanners and successfully print or do you get the same crashing problem? What is the make and model of the Samsung printer? I assume it's listed as a printer in the Apple package you linked to.
@mpermann If I manually add the printer, then it works. The model is SL-M3325ND. This series is listed on the apple support site.
@anverhousseini you might want to consider using the lpadmin
command to add the printer rather than using the Casper Admin application to capture it. I've had much better luck adding printers using that command than using the Casper Admin method. Below is an example of the command I use. The command is for an hp LaserJet 600 printer. You'll need to substitute some of your specific printer information to get this to work. I add this command to the Files and Processes payload. If you man lpadmin
you'll see all the different options available to you.
lpadmin -p 'My_Printer' -v 'lpd://10.0.1.5/' -D 'My Printer' -L 'My Office' -P '/Library/Printers/PPDs/Contents/Resources/HP LaserJet 600 M601 M602 M603.gz' -E -o printer-is-shared=false -o HPOption_Duplexer=True
I've recently added a couple of Samsung C2670 printers with success.
I downloaded the drivers from Samsung however, not Apple. I did use Casper Admin to add the printers to the JSS.
Thanks guys.
I had to remove the JobAccounting Bundle from the Apple installer. Now it works:
rm -rf "/Library/Printers/Samsung/PDEs/JobAccounting2.bundle"
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.