]> sipb.mit.edu Git - wiki.git/blobdiff - doc/CupsOnMac
(no commit message)
[wiki.git] / doc / CupsOnMac
index d6044319c7d2620607112f75346981c82adeb218..caabb5de73701dc1cf44413e50dddaad5dd47c7c 100644 (file)
@@ -1,8 +1,13 @@
 CupsMitEdu is a server using the CommonUnixPrintingSystem, the native printing system on Apple and Ubuntu (in fact, Apple bought out CUPS, Inc. recently...). MIT uses LPRng, which is an older printing system, but SIPB runs a CUPS server to make it easier to print from Mac OS and Linux.
 
-To make your Mac (10.5, at least) print to cups.mit.edu, run the following commands at a Terminal: {{{
+To make your Mac print to cups.mit.edu, run the following commands at a Terminal:
+{{{
 echo BrowsePoll cups.mit.edu | sudo tee -a /etc/cups/cupsd.conf
-sudo SystemStarter restart PrintingServices
+sudo launchctl stop org.cups.cupsd && sudo launchctl start org.cups.cupsd
 }}}
 
-You need to do this from an administrator account. Provide your login password when asked.
\ No newline at end of file
+You need to do this from an administrator account. Provide your login password when asked.
+
+If you're using Mac OS X 10.4 Tiger, when you go to a print dialog, "Shared Printers" will pop out and list all the public cluster and dorm printers at MIT.
+
+If you're using Mac OS X 10.5 Leopard, print queues aren't added automatically. If you go to System Preferences, choose Print & Fax, and select the "+" icon to add a new printer, all cluster and dorm printers on campus are listed under the "Default" tab at the top.
\ No newline at end of file