Changes between Version 8 and Version 9 of Computing/Printers


Ignore:
Timestamp:
01/03/24 19:43:38 (18 months ago)
Author:
secrest@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Computing/Printers

    v8 v9  
    1010||Pupin 1027||firefly||b&w||Ricoh MP 4054 (copier/scanner/printer)||firefly.astro.columbia.edu||
    1111||Pupin 1210||monarch||b&w||HP !LaserJet Enterprise M608||monarch.astro.columbia.edu||
    12 ||Pupin 1328||bee||color||HP Color !LaserJet CP4025dn||bee.astro.columbia.edu||
     12||Pupin 1328||bee||color||Brother HL-L9430CDN||bee.astro.columbia.edu||
    1313||Pupin 1328||dragonfly||b&w||HP !LaserJet P3015||dragonfly.astro.columbia.edu||
    1414||Pupin 1409||moth||b&w||HP !LaserJet Enterprise M608||moth.astro.columbia.edu||
     
    2121In the following directions, substitute the appropriate printer name and location from the table above for the printer you want to set up. For example, if you want to set up printing to cricket, substitute 'cricket' in for '[printername]' and 'Pupin 1027' in for '[printerlocation]' in the directions below.
    2222
    23 * Open "System Preference" and click on "Printers & Scanners"
    24 * for Ventura and later: Click on "Add Printer, Scanner, or Fax..."
    25 * for earlier versions of MacOS: Click on the '+' at the bottom of the list of printers to add a new printer
     23* for Ventura (version 13) and later: Open "System Settings", click on "Printers & Scanners", and click on "Add Printer, Scanner, or Fax..."; for earlier versions of MacOS: Open "System Preferences", click on "Printers & Scanners", and click on the '+' at the bottom of the list of printers to add a new printer
    2624* Click on the IP (globe) icon
    2725* Enter the following information:
     
    2927Address: [printername].astro.columbia.edu
    3028}}}
    31 for cricket, bee, and dragonfly:
     29for cricket and dragonfly:
    3230{{{
    3331Protocol: Internet Printing Protocol - IPP
    3432}}}
    35 for locust, monarch, and moth:
     33for locust, monarch, bee, and moth:
    3634{{{
    3735Protocol: AirPrint
     
    4341Location: [printerlocation]
    4442}}}
    45 for cricket, bee, and dragonfly:
     43for cricket and dragonfly:
    4644{{{
    4745Use: Generic PostScript Printer (should appear automatically)
    4846}}}
    49 for locust, monarch, and moth:
     47for locust, monarch, bee, and moth:
    5048{{{
    5149Use: [Printer Model] (should appear automatically)
    5250}}}
    5351* Click the "Add" button
    54 for cricket, bee, and dragonfly:
     52for cricket and dragonfly:
    5553{{{
    5654Duplex Printing Unit: (checked)
     
    6159Note: The following commands should all be run as root. Either add a 'sudo ' in front of them, or run 'sudo -s' to get a root shell before running them.
    6260
    63 === For printers other than firefly ===
    64 
    65 Make sure that the package, hplip, is installed. To install it, run (for debian/ubuntu):
     61=== For printers other than bee and firefly ===
     62
     63Make sure that the package, hplip, is installed. To install it, run, for !Debian/Ubuntu:
    6664{{{
    6765apt-get install hplip
     66}}}
     67or for !RedHat/Rocky/SuSE:
     68{{{
     69dnf install hplip
    6870}}}
    6971In the following directions, substitute the appropriate printer name and location from the table at the top of this page for the printer you want to set up. For example, if you want to set up printing to cricket, substitute 'cricket' in for '[printername]' and 'Pupin 1027' in for '[printerlocation]' in the directions below.
     
    7981Then run the appropriate command (for the printer you are setting up) among the following to supply the correct options:
    8082
    81 for cricket and bee:
     83for cricket:
    8284{{{
    8385lpadmin -p [printername] -o HPOption_Duplexer=True -o HPCollateSupported=True288 -o Duplex=DuplexNoTumble -o print-color-mode-default=color -o printer-is-shared=false
     
    9496}}}
    9597
     98=== For bee ===
     99
     100* In a web browser, go to https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll9430cdn_all
     101* Select "Linux" for the "OS Family"
     102* If you are using Debian or Ubuntu, select "linux (deb)", or if you are using !RedHat, Rocky, or Suse, select "linux (rpm)", for the "OS Version" and click "OK"
     103* Under "Printer Drivers", click on the link, "Linux printer driver (deb/rpm package)"
     104* Agree to the EULA and Download
     105* Save the hll9430cdnpdrv-x.y.z-w.i386.deb or hll9430cdnpdrv-x.y.z-w.i386.rpm file in a folder that you can remember
     106* Open a terminal, cd to that folder, and for Ubuntu or Debian, install the .deb package with (replacing the "x.y.z-w" part with the version numbers in the file you just downloaded):
     107{{{
     108sudo dpkg -i hll9430cdnpdrv-x.y.z-w.i386.deb
     109}}}
     110or for !RedHat, Rocky, or SuSE, install the .rpm package with:
     111{{{
     112sudo rpm -i hll9430cdnpdrv-x.y.z-w.i386.rpm
     113}}}
     114* Annoyingly, that automatically sets up a printer of that model connected through USB with the name, HLL9430CDN, so uninstall that:
     115{{{
     116lpadmin -x HLL9430CDN
     117}}}
     118* Finally, set up the printer:
     119{{{
     120lpadmin -p bee -v lpd://bee.astro.columbia.edu -P /opt/brother/Printers/hll9430cdn/cupswrapper/brother_hll9430cdn_printer_en.ppd -D 'Brother HL-L9430CDN' -L 'Pupin 1328' -E -o Duplex=DuplexNoTumble -o printer-is-shared=false
     121}}}
     122
    96123=== For firefly ===
    97124
     
    109136=== Download the appropriate drivers ===
    110137
    111 For all printers other than firefly:
     138For all printers other than bee and firefly:
    112139
    113140* Go to https://www.hp.com/
     
    124151* Click on "Yes" or "Unzip" when it asks to extract the file, noting the directory where it extracts it (see the table below)
    125152
     153For bee:
     154
     155* In a web browser, go to https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll9430cdn_all
     156* Select "Windows" for the "OS Family"
     157* Select the appropriate "OS Version" (which you can see if you go to Settings->System->About) and click "OK"
     158* Under "Drivers", click on the link, "Printer Driver"
     159* Agree to the EULA and Download
     160* Save the Y20D_C1-hostm-230.EXE file (as of this writing) in a folder that you can remember, like Downloads
     161* Open the File Explorer to that folder and double-click on the Y20D_C1-hostm-230.EXE file which will cause it to self-extract a subfolder named, gdi, in the same folder
     162
    126163For firefly:
    127164
     
    137174
    138175||= Printer =||= Driver file location =||
    139 ||cricket, bee||C:\HP_Color_Laserjet-CP4520_Series||
     176||cricket||C:\HP_Color_Laserjet-CP4520_Series||
     177||bee||Downloads\gdi||
    140178||locust, monarch, moth||C:\HP_LJM607-M608-M609||
    141179||dragonfly||c:\HP Universal Print Driver\pcl6-c64-7.0.1.24923||
     
    159197  * click "Next"
    160198* In the "Install the printer driver" window, click on the "Have Disk..." button
    161 * Click on "Browse", navigate to the download folder for the appropriate driver using the table above as a guide
     199* Click on "Browse", navigate to the folder with the appropriate driver using the table above as a guide
    162200* If there are *.inf files in that folder, click "Open", and click "OK" (the exact filename in the box is not important)
    163201* If there aren't any *.inf files in the folder, navigate to one of its subfolders that has *.inf files (for firefly, open subfolder, "disk1") and click "Open", and click "OK"
    164202* Select the printer driver:
    165   * for cricket or bee: HP Color !LaserJet CP4020 Series PCL
     203  * for cricket: HP Color !LaserJet CP4020 Series PCL
     204  * for bee: Brother HL-L9430CDN series
    166205  * for locust, monarch, or moth: HP !LaserJet M607 M608 M609 PCL-6
    167206  * for dragonfly: HP Universal Printing PCL 6