Changes between Version 8 and Version 9 of Computing/Printers
- Timestamp:
- 01/03/24 19:43:38 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Computing/Printers
v8 v9 10 10 ||Pupin 1027||firefly||b&w||Ricoh MP 4054 (copier/scanner/printer)||firefly.astro.columbia.edu|| 11 11 ||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|| 13 13 ||Pupin 1328||dragonfly||b&w||HP !LaserJet P3015||dragonfly.astro.columbia.edu|| 14 14 ||Pupin 1409||moth||b&w||HP !LaserJet Enterprise M608||moth.astro.columbia.edu|| … … 21 21 In 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. 22 22 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 26 24 * Click on the IP (globe) icon 27 25 * Enter the following information: … … 29 27 Address: [printername].astro.columbia.edu 30 28 }}} 31 for cricket , bee,and dragonfly:29 for cricket and dragonfly: 32 30 {{{ 33 31 Protocol: Internet Printing Protocol - IPP 34 32 }}} 35 for locust, monarch, and moth:33 for locust, monarch, bee, and moth: 36 34 {{{ 37 35 Protocol: AirPrint … … 43 41 Location: [printerlocation] 44 42 }}} 45 for cricket , bee,and dragonfly:43 for cricket and dragonfly: 46 44 {{{ 47 45 Use: Generic PostScript Printer (should appear automatically) 48 46 }}} 49 for locust, monarch, and moth:47 for locust, monarch, bee, and moth: 50 48 {{{ 51 49 Use: [Printer Model] (should appear automatically) 52 50 }}} 53 51 * Click the "Add" button 54 for cricket , bee,and dragonfly:52 for cricket and dragonfly: 55 53 {{{ 56 54 Duplex Printing Unit: (checked) … … 61 59 Note: 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. 62 60 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 63 Make sure that the package, hplip, is installed. To install it, run, for !Debian/Ubuntu: 66 64 {{{ 67 65 apt-get install hplip 66 }}} 67 or for !RedHat/Rocky/SuSE: 68 {{{ 69 dnf install hplip 68 70 }}} 69 71 In 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. … … 79 81 Then run the appropriate command (for the printer you are setting up) among the following to supply the correct options: 80 82 81 for cricket and bee:83 for cricket: 82 84 {{{ 83 85 lpadmin -p [printername] -o HPOption_Duplexer=True -o HPCollateSupported=True288 -o Duplex=DuplexNoTumble -o print-color-mode-default=color -o printer-is-shared=false … … 94 96 }}} 95 97 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 {{{ 108 sudo dpkg -i hll9430cdnpdrv-x.y.z-w.i386.deb 109 }}} 110 or for !RedHat, Rocky, or SuSE, install the .rpm package with: 111 {{{ 112 sudo 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 {{{ 116 lpadmin -x HLL9430CDN 117 }}} 118 * Finally, set up the printer: 119 {{{ 120 lpadmin -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 96 123 === For firefly === 97 124 … … 109 136 === Download the appropriate drivers === 110 137 111 For all printers other than firefly:138 For all printers other than bee and firefly: 112 139 113 140 * Go to https://www.hp.com/ … … 124 151 * Click on "Yes" or "Unzip" when it asks to extract the file, noting the directory where it extracts it (see the table below) 125 152 153 For 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 126 163 For firefly: 127 164 … … 137 174 138 175 ||= 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|| 140 178 ||locust, monarch, moth||C:\HP_LJM607-M608-M609|| 141 179 ||dragonfly||c:\HP Universal Print Driver\pcl6-c64-7.0.1.24923|| … … 159 197 * click "Next" 160 198 * In the "Install the printer driver" window, click on the "Have Disk..." button 161 * Click on "Browse", navigate to the download folder forthe appropriate driver using the table above as a guide199 * Click on "Browse", navigate to the folder with the appropriate driver using the table above as a guide 162 200 * If there are *.inf files in that folder, click "Open", and click "OK" (the exact filename in the box is not important) 163 201 * 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" 164 202 * 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 166 205 * for locust, monarch, or moth: HP !LaserJet M607 M608 M609 PCL-6 167 206 * for dragonfly: HP Universal Printing PCL 6