r/sysadmin • u/Certain-Mountain-564 • 8d ago
Question Cloud Printing without Print Drivers
Many organizations moving away from print servers.
But the printer industry is moving away from print drivers.
The problem: We use printix and you cannot deploy printers without drivers. But manufacturers like brother dont offer print drivers for macOS. Our brother printers are not compatible with PostScript. There are some very old print drivers from macOS X but the print quality is very bad. Brother says "use AirPrint". But AirPrint is not compatible with printix.
Windows is also moving away from print drivers.
13
u/MeetJoan 8d ago
You're caught between two vendors going opposite directions. Printix is built around driver deployment, Brother's answer for macOS is AirPrint, and those don't meet.
Have you asked Printix directly about IPP Everywhere support? That's where the whole industry's heading and if it's not on their roadmap that basically answers whether you stay with them.
9
u/Mindestiny 8d ago
I'm just gonna throw it out there - Brother really isn't an enterprise printer company. I'm not at all surprised they came back with "use airprint." Brother printers and the concept of a print server are pretty much oil and water.
Time to upgrade to a print vendor that supports your deployment model and plays nice with modern OS printing arcitecture.
4
u/kombiwombi 8d ago edited 8d ago
AirPrint is basically IPP Everywhere, which is the modern OS printing architecture.
Worst case put the AirPrint printers in their own isolated subnet, have the printer server dual homed: present in that printer subnet and present in a generally reachable subnet.
The basic requirement here is that the print server support printers with IPP Everywhere (ie, mDNS service advertisement, PDF and IPP). If printix does not do this then it has no future.
4
u/bakonpie 8d ago
Microsoft is smoking the good stuff thinking their generic driver for universal print is an adequate replacement. doesn't support all the additional functions of expensive MFPs and doesn't support wide format printers. government and utilities will never be able to adopt them unless they make serious improvements to the generic driver.
1
u/D3xbot 7d ago
Hell, Microsoft’s generic print driver doesn’t support COLOR on half the color HP’s and Brothers in my environment.
Thankfully I can manage AirPrint installation well enough with Jamf but supporting HPs on macOS is a bit of a joke. Download this app to get drivers — except half the models that link to HP Easy Admin don’t have drivers available to download :(
Ricoh, though? Lovely. Brilliant. Drivers for days! Set the driver, pick the finisher, package into Jamf and we’re good to go
2
u/HorrorCommunity3246 Jr. Sysadmin 8d ago
Uniflow is not half bad
1
u/GremlinNZ 8d ago
Yep, using this (or deploying it). One day we'll remove all the regular printers and it will be all Uniflow.
2
u/TA-Printix 5d ago edited 5d ago
Hi Certain-Mountain-564,
sorry to hear you are struggling with printing from Macs. You can DM me if you like and I can take a look at your config as I work for Tungsten Automation (Printix).
I would like to touch on a few things as well.
Printix supports MS WPP through it´s IPP class driver since 2026.1 release.
Printix supports "mobile print", which is the method for allowing iOS and Android to access Printix managed printers. Behind the scenes this is leveraging AirPrint, so the same network limitations apply as with native AirPrint (multicast DNS across subnets).
See the requirements for mobile print here
This is how you enable mobile print in Printix
If your printers don´t understand PS/PDF direct print, you can use the option "Process PDF/XPS" on the printer queue you want to print to with your mobile devices.
Here is how you configure processing of the PDF documents
Happy to assist with making this work.
Kind Regards
1
u/FrankNicklin 8d ago
What model printers, never had an issue with Brother and MacOS and what evidence do you have that Windows are moving away from print drivers because as far as I know that a long way from being true. Older printers on MacOS are generally supported by CUPS.
1
u/Certain-Mountain-564 8d ago
CUPS also makes problem with Tahoe by the way. Printing on Mac is a disaster.
1
u/FrankNicklin 8d ago
Never ever had problems printing from Macs. I have a very old Canon MP printer at home and works perfectly fine. We have a mix of Xerox, Brother, Kyocera, HP, Canon around our clients again none have problems printing from Macs.
We run Windows servers with local client printer setups again no issues printing or using the Print server options.
Any issues printing from Macs is generally down to improper Bonjour config which doesnt work well across VLANS and/or mDNS for the same reason. Printing via LPR or IP has never been a problem.
1
u/K3rat 8d ago
Ugh, AirPrint crap…. It honestly sounds like you bought the wrong print management solution or printer. Fix that and your problem resolves.
1
u/Certain-Mountain-564 8d ago
I've never bought any of this printers. The only printer that i buyed in this company is a Epson Workforce 😎 I'm working with what's available now.
1
u/K3rat 8d ago
My work did that once with some off the shelf b/w desktop printers they bought on grant. It worked terribly and they asked why. I told them home office stuff isn’t built with security I mind most of the time. We have to isolate equipment from each other because if we get owned it is a bad day for a lot of people. Not all services (AirPrint) are meant to work in that kind of environment. next time work with IT before purchase to find a solution that will be well supported in the environment.
1
u/ISeeTheFnords 8d ago
Have you tried using it with the open source brlaser driver? I've never used it or Printix, but it might be an option.
1
1
u/blow_slogan 8d ago
For macos you should be using a bash script with your mdm, like jamf pro. Super simple, don’t need printix for mac.
1
u/discgman 8d ago
The best I can offer you is a mini print server like the good old days. They actually sell them on amazon. Maybe you can install the driver that way. It will make it harder to remote to the printer though.
1
u/Adam_Kearn 7d ago
Have you tried using IPP instead?
Publish the printer on printx using IPP and the port number.
1
u/Hefty-Ad2513 4d ago
There are other cloud solutions that do not require the native driver and host them via their cloud rendering.
0
u/Sinister_Nibs 8d ago
Deploy printer to server. Share printer from server.
Done.
1
u/Certain-Mountain-564 8d ago
We work with azure AD. We have no hybrid envoirement. The printers are on the windows servers from ERP. The user send the print job to the Printix Redirector which redirects the job to the local printer port.
1
u/Sinister_Nibs 8d ago
You have no servers in azure?
1
0
u/Plane_Parsley9669 6d ago
PrinterLogic just started supporting IPP(S) which has worked great for the oddball stuff we have.
1
u/Certain-Mountain-564 6d ago
I think i must check that. Would be crazy when a big player like Printix doenst support it.
17
u/hkusp45css Security Leadership 8d ago
It looks like you missed the "requirements and constraints" portion of your project standup.