Printer fix for Leopard

The only major problem I had with Leopard is that it won’t see my Brother HL-1440 laser printer, which is connected to my Linux box and shared via CUPS (which I had reported as a bug).

It turns out that Leopard only uses Bonjour to discover shared printers by default. However, CUPS browsing can be easily enabled.

Edit /etc/cups/cupsd.conf and look for the following lines:


# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all

Add the following line after it:


BrowseProtocols all

To activate the change, restart cupsd (sudo killall -HUP cupsd). You should now see any shared CUPS printers and be able to add them.

16 thoughts on “Printer fix for Leopard”

  1. Pingback: iiegn's blog
  2. Pingback: noattentionspan
  3. Pingback: Critical Exponent
  4. Thank you for posting this. I understand Apple's reasons for disabling this functionality but it really puts on the hurt when sharing printers from other unix-like machines to OSX. It just goes to show that Apple are big enough to do their own thing and are more than happy to show up the deficiencies in other operating systems.

    Reply
  5. thnx dude,
    i had excactly the same problem.

    smart thinking to activate cups.
    (feel stupid cause i had not thought of that first 😉

    Reply

Leave a Comment