Printing: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
Line 9: Line 9:
== MathSoc Printer (new) ==
== MathSoc Printer (new) ==


The new MathSoc Printer is an HP LaserJet Pro MFP M476dn, and requires the HPLIP v3.14.4 drivers. This model is not supported by the default version of HPLIP in Ubuntu 14.04 (3.14.3); therefore, you will need to run the installation scripts.
# Go to [http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9970CDW the Brother site] and grab the cupswrapper and lpr drivers.
# Install the drivers with <tt>dpkg</tt>. You may need to use <tt>--force architecture</tt> on a 64-bit machine; don't worry, the package is actually arch-independent. <pre>sudo dpkg --force-architecture -i mfc9970*.deb</pre>
# On a 64-bit machine, install <tt>ia32-libs</tt>
# Printer Connection: <pre>ipp://lp-mc3038.mathsoc.uwaterloo.ca/ipp</pre>
# Name: MathSoc
# Description: The colour printer in MathSoc. Printing is 10 cents per double-sided black and white sheet, and 30 cents per colour side.
# Location: MC 3038
# Brand: Brother
# Make: MFC 9770CDW
# Default options: make sure that Color is set to Mono and Two-sided printing is set to Long-edge.



# Go to [http://hplipopensource.com/hplip-web/install/install/index.html the HP Linux Imaging and Printing site] and download hplip, version >= 3.14.4.
# Follow the installation walkthrough; make sure you put the run script in <tt>/tmp</tt> to avoid NFS permissions problems. Then execute <pre>sh hplip-x.xx.x.run</pre>
#* This will take a while and install all your dependencies.
# Now you should be able to add the printer through the Ubuntu GUI: <pre>gksudo /usr/share/system-config-printer/system-config-printer.py</pre> Follow the wizard step-by-step:
## URI: <pre>ipp://lp-mc3038.mathsoc.uwaterloo.ca/ipp</pre>
## Choose "Select Printer from Database", and select details:
##* Brand: HP
##* Make: Color LaserJet Pro MFP m476dn
## Fill in printer info:
##* Name: MathSoc
##* Description: The colour printer in MathSoc. Printing is 10 cents per double-sided black and white sheet, and 35 cents per colour side.
##* Location: MC 3038
## Set default options: make sure that Job Options > print-color-mode: is set to '''monochrome''' and Printer Options > Two-sided: is set to '''Long-Edge Binding'''.


== MathSoc Printer (old) ==
== MathSoc Printer (old) ==

Revision as of 13:28, 23 September 2014

Setting up CUPS, the printing subsystem

  1. Install cups.
  2. Go to http://localhost:631/. Go to 'Add Printer'. You may need to supply the root username/password.
  3. Click 'Internet Printing Protocol (ipp)'. CSC doesn't have any local printers, chances are all printers are connected via LAN. If it is LAN, then it is ipp.
  4. Enter connection, name, and description of the printer.

If there is a machine with printing already properly set up, you may copy the file /etc/cups/printers.conf to the corresponding location on machines that aren't set up. Ensure that you stop CUPS (sudo service cups stop) on the fresh machine before copying over printers.conf (and don't forget to start it again afterward).

MathSoc Printer (new)

The new MathSoc Printer is an HP LaserJet Pro MFP M476dn, and requires the HPLIP v3.14.4 drivers. This model is not supported by the default version of HPLIP in Ubuntu 14.04 (3.14.3); therefore, you will need to run the installation scripts.

  1. Go to the HP Linux Imaging and Printing site and download hplip, version >= 3.14.4.
  2. Follow the installation walkthrough; make sure you put the run script in /tmp to avoid NFS permissions problems. Then execute
    sh hplip-x.xx.x.run
    • This will take a while and install all your dependencies.
  3. Now you should be able to add the printer through the Ubuntu GUI:
    gksudo /usr/share/system-config-printer/system-config-printer.py
    Follow the wizard step-by-step:
    1. URI:
      ipp://lp-mc3038.mathsoc.uwaterloo.ca/ipp
    2. Choose "Select Printer from Database", and select details:
      • Brand: HP
      • Make: Color LaserJet Pro MFP m476dn
    3. Fill in printer info:
      • Name: MathSoc
      • Description: The colour printer in MathSoc. Printing is 10 cents per double-sided black and white sheet, and 35 cents per colour side.
      • Location: MC 3038
    4. Set default options: make sure that Job Options > print-color-mode: is set to monochrome and Printer Options > Two-sided: is set to Long-Edge Binding.

MathSoc Printer (old)

  1. Go to the Brother site and grab the cupswrapper and lpr drivers.
  2. Install the drivers with dpkg. You may need to use --force architecture on a 64-bit machine; don't worry, the package is actually arch-independent.
    sudo dpkg --force-architecture -i mfc9970*.deb
  3. On a 64-bit machine, install ia32-libs
  4. Printer Connection:
    ipp://lp-mc3038.mathsoc.uwaterloo.ca/ipp
  5. Name: MathSoc
  6. Description: The colour printer in MathSoc. Printing is 10 cents per double-sided black and white sheet, and 30 cents per colour side.
  7. Location: MC 3038
  8. Brand: Brother
  9. Make: MFC 9770CDW
  10. Default options: make sure that Color is set to Mono and Two-sided printing is set to Long-edge.

ljp_3016 printer

  1. Printer Connection:
    ipp://print.cs.uwaterloo.ca/printers/ljp_3016
  2. Name: ljp_3016
  3. Description: Main Math Printers
  4. Location: MC 3016
  5. Brand: HP
  6. Make: LaserJet 4250 Foomatic/Postscript
  7. Default options: make sure that two-sided printing is set to long-edge

NOTE: If the brand/make is not available for selection, don't download any third-party drivers. These drivers are available in apt. Find them there.

Print quota is done via IST's XAS system, which can be accessed here: [1] or [2]