Print from Macosx to remote cups server and IPP driverless queue

I am trying to use a remote printer that is working in a Linux cups server with a driver for Linux, but there is no driver for MacOS M1.


I tried with


$ lpadmin -p local_queue_name -E -v ipp://cups-server.local/printers/queue_name -m everywhere


but this fails returns the following error:


lpadmin: Unable to create PPD file: No such file or directory


That command can be found in previous responses to this same question, but it is no longer working.


How can I do this now?


MacBook Air 13″, macOS 15.3

Posted on Feb 13, 2025 4:54 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 14, 2025 11:58 AM

Yes, I know it is an old printer with no support for the M1 chip, and I have already checked and tried to download new drivers.


Finally, the following command worked, and I am now able to use the remote printer without needing to install macOS drivers:


sudo lpadmin -p local_queue_name -E -v ipp://cups-server.domain:631/printers/queue_name -m everywhere


Apparently, macOS does not use port 631 with ipp:// unless you specify it explicitly.

5 replies
Question marked as Top-ranking reply

Feb 14, 2025 11:58 AM in response to James Brickley

Yes, I know it is an old printer with no support for the M1 chip, and I have already checked and tried to download new drivers.


Finally, the following command worked, and I am now able to use the remote printer without needing to install macOS drivers:


sudo lpadmin -p local_queue_name -E -v ipp://cups-server.domain:631/printers/queue_name -m everywhere


Apparently, macOS does not use port 631 with ipp:// unless you specify it explicitly.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Print from Macosx to remote cups server and IPP driverless queue

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.