This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
it_services:mf:printing [2014/03/31 09:08] florido [HP Laserjet 600 M601 black and white] |
it_services:mf:printing [2018/04/03 13:47] (current) florido [About the available printers] |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ^ Printer Name ^ Duplex ^ Colour ^ Paper size ^ Location ^ Notes ^ hostname ^ | ^ Printer Name ^ Duplex ^ Colour ^ Paper size ^ Location ^ Notes ^ hostname ^ | ||
| ^ printer | Yes | No | A4 | Matfys printer room | Can only be used from ethernet cable | printer.matfys.lth.se | | ^ printer | Yes | No | A4 | Matfys printer room | Can only be used from ethernet cable | printer.matfys.lth.se | | ||
| - | ^ maria | ::: | ::: | ::: | ::: | ::: | maria.matfys.lth.se | | ||
| - | ^ newprinter | Yes | Yes | A4 | Matfys printer room | Canon model in testing. | newprinter.matfys.lth.se | | ||
| ^ copy-n | Yes | Yes | A4/A3 | Matfys copy room | Should only be used by N-fak members | copy.matfys.lth.se | | ^ copy-n | Yes | Yes | A4/A3 | Matfys copy room | Should only be used by N-fak members | copy.matfys.lth.se | | ||
| ^ copy-t | Yes | Yes | A4/A3 | Matfys copy room | Should only be used by LTH members | copy.matfys.lth.se | | ^ copy-t | Yes | Yes | A4/A3 | Matfys copy room | Should only be used by LTH members | copy.matfys.lth.se | | ||
| - | The printer ''printer'', also called ''maria'' is the **default** printer. It will be used if no printer is specified. | + | The printer ''printer'' is the **default** printer. It will be used if no printer is specified. |
| Line 135: | Line 133: | ||
| ==== To print to the Copier Canon C5255i ==== | ==== To print to the Copier Canon C5255i ==== | ||
| - | The copier can only operate with codes. There are two codes depending on the faculty you belong. | + | :!: The copier can only operate with **codes**. The codes depend on the faculty you belong. |
| - | Please do not switch queues. | + | Please use only the one that you're given by Katarina. |
| - | + | ||
| - | **If the queue you're using doesn't work. please contact me.** | + | |
| If you don't know the code, contact Katarina. | If you don't know the code, contact Katarina. | ||
| === Linux Workstations and Clusters === | === Linux Workstations and Clusters === | ||
| + | |||
| + | If you're sitting in a workstation or using cluster, **you do not need the code**. | ||
| + | |||
| + | Simply select the print queue according to this table: | ||
| The following copier queues should be used on **workstations**: | The following copier queues should be used on **workstations**: | ||
| Line 149: | Line 149: | ||
| | **copy-n** | N-fak | | | **copy-n** | N-fak | | ||
| | **copy-t** | LTH | | | **copy-t** | LTH | | ||
| + | |||
| + | |:!:| **If the queue you're using doesn't work, please contact me. You are kindly requested not | ||
| + | to use a queue you're not supposed to.** |:!:| | ||
| + | |||
| - | If you experience problems printing from KDE or command line, follow these instructions: | + | FIXME If you experience problems printing from KDE or command line, follow these instructions: |
| == Kde: == | == Kde: == | ||
| + | For some reason KDE incorrectly writes the options for this printer. This is a KDE bug against Canon drivers. | ||
| - | - Go to //Print// | + | - Edit the following file: <code>~/.cups/lpoptions</code> |
| - | - select the copy machine (either //copy-n// or //copy-t// depending which faculty you are) | + | - If there is a line regarding ''copy-t'' or ''copy-n'', remove that line. Sample correct file is as follows:<file> |
| - | - choose //Properties -> Advanced// | + | Default printer |
| - | - Scroll the menu until you find <code>User Password (max ...) | + | </file> |
| - | User ID (max)</code> and set both to ''None'' | + | - If you want to specify custom options for the printer, set them in KDE, but then check the content of ''lpotions'' again, it should be something like:<file> |
| + | Dest copy-n UserID=None UserPassword=None | ||
| + | Dest copy-t ColourModel=Colour UserID=None UserPassword=None | ||
| + | Default printer | ||
| + | </file> | ||
| == Commandline: == | == Commandline: == | ||
| Line 211: | Line 220: | ||
| e.g. | e.g. | ||
| - | ipp://cups.matfys.lth.se:631/printers/maria | + | ipp://cups.matfys.lth.se:631/printers/printer |
| | | ||
| Repeat the above for each printer you want to add. | Repeat the above for each printer you want to add. | ||
| Line 262: | Line 271: | ||
| e.g. | e.g. | ||
| - | socket://maria.matfys.lth.se:9100 | + | socket://printer.matfys.lth.se:9100 |
| - | http://maria.matfys.lth.se | + | http://printer.matfys.lth.se |
| === Windows === | === Windows === | ||
| Line 271: | Line 280: | ||
| - Go to Printers and Faxes and add a new printer | - Go to Printers and Faxes and add a new printer | ||
| - When asked for a new printer, select network printer (TCP/IP) | - When asked for a new printer, select network printer (TCP/IP) | ||
| - | - Add the printer this way: <code>http://cups.matfys.lth.se:631/printers/printername</code> e.g. <code>http://cups.matfys.lth.se:631/printers/maria</code> | + | - Add the printer this way: <code>http://cups.matfys.lth.se:631/printers/printername</code> e.g. <code>http://cups.matfys.lth.se:631/printers/printer</code> |
| - You will be asked for drivers. If you're lucky, they're on Windows Update, if you're not, find them yourself by looking at the vendor's website. | - You will be asked for drivers. If you're lucky, they're on Windows Update, if you're not, find them yourself by looking at the vendor's website. | ||
| - When the drivers have been installed, you should be able to use the printer. | - When the drivers have been installed, you should be able to use the printer. | ||
| Line 295: | Line 304: | ||
| This may vary depending on the printer vendor, and Linux may or may not have the drivers. | This may vary depending on the printer vendor, and Linux may or may not have the drivers. | ||
| - | A list of tested working drivers is provided [[#|here]] | + | A list of tested working drivers is provided [[#Drivers|here]] |
| All you need to do is to provide the hostname of the printer. In most cases it will work if you use | All you need to do is to provide the hostname of the printer. In most cases it will work if you use | ||
| Line 315: | Line 324: | ||
| ==== HP Laserjet 600 M601 black and white ==== | ==== HP Laserjet 600 M601 black and white ==== | ||
| - | Hostnames: ''printer.matfys.lth.se'';''maria.matfys.lth.se'' | + | Hostnames: ''printer.matfys.lth.se'' |
| :!: NOTE: This printer can ONLY work if connected to the **cable** network. :!: | :!: NOTE: This printer can ONLY work if connected to the **cable** network. :!: | ||
| Line 321: | Line 330: | ||
| * For **MS Windows**: [[http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5036601&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dlj_98928_2%257CswEnvOID%253D4063%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken|HP page]], click the "Download" button. | * For **MS Windows**: [[http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5036601&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dlj_98928_2%257CswEnvOID%253D4063%257CitemLocale%253D%257CswLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken|HP page]], click the "Download" button. | ||
| * For **GNU/Linux**: Drivers should be in the distribution repositories, but if not, follow the instructions here: [[http://hplipopensource.com/hplip-web/gethplip.html|HPLIP driver]] | * For **GNU/Linux**: Drivers should be in the distribution repositories, but if not, follow the instructions here: [[http://hplipopensource.com/hplip-web/gethplip.html|HPLIP driver]] | ||
| - | * Mac OS X [[http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5036601&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dlj_126116_2%257CswEnvOID%253D4159%257CitemLocale%253D%257CswLang%253D8%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken|HP page]] | + | * For **Mac OS X** [[http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?sp4ts.oid=5036601&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Didx%253D%257CswItem%253Dlj_126116_2%257CswEnvOID%253D4159%257CitemLocale%253D%257CswLang%253D8%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken|HP page]] |
| ==== Copier Canon C5255i ==== | ==== Copier Canon C5255i ==== | ||
| + | |||
| + | :!: Note: you can only print on this printer if you have a code. Read more [[#to_print_to_the_copier_canon_c5255i|here]] :!: | ||
| Hostname: ''copy.matfys.lth.se'' | Hostname: ''copy.matfys.lth.se'' | ||
| Line 330: | Line 341: | ||
| * For **MS Windows**: http://files.canon-europe.com/files/soft44716/software/o141h1en_w_pcl2110_32_64.exe | * For **MS Windows**: http://files.canon-europe.com/files/soft44716/software/o141h1en_w_pcl2110_32_64.exe | ||
| - | * For **GNU/Linux**: CQue driver version 2.0.6, should be in your distribution repositories. If not, get if from [[http://software.canon-europe.com/software/0044596.asp?model= | Canon website]] | + | * For **GNU/Linux**: CQue driver version 2.0.6, should be in your distribution repositories. If not, get if from [[http://software.canon-europe.com/products/0011101.asp | Canon website]] |
| * For **Mac OS X**: | * For **Mac OS X**: | ||
| - | * Canon UFR proprietary driver, should suit most of needs: | + | * Canon UFR II proprietary driver, should suit most of needs: |
| * http://software.canon-europe.com/software/0044814.asp?model= | * http://software.canon-europe.com/software/0044814.asp?model= | ||
| - | * Fax: http://software.canon-europe.com/software/0044789_0011101.asp?model= | + | * These other drivers you might want to try if unsuccessful with the above or willing to install some other specific functionality: |
| - | * PS driver: http://software.canon-europe.com/software/0044055_0011101.asp?model= | + | * Fax: http://software.canon-europe.com/software/0044789_0011101.asp?model= |
| - | * PS driver (office): http://software.canon-europe.com/software/0044800_0011101.asp?model= Not sure how this one differs from the above. | + | * PS driver: http://software.canon-europe.com/software/0044055_0011101.asp?model= |
| + | * PS driver (office): http://software.canon-europe.com/software/0044800_0011101.asp?model= Not sure how this one differs from the above. | ||
| ==== Multifunction Canon iSENSYS MFC 8540C ==== | ==== Multifunction Canon iSENSYS MFC 8540C ==== | ||