Changes for page Printing
Last modified by Thomas Coelho (local) on 2025/05/07 11:30
From version 3.1
edited by Thomas Coelho
on 2023/02/27 14:35
on 2023/02/27 14:35
Change comment:
There is no comment for this version
To version 7.1
edited by Thomas Coelho (local)
on 2025/05/07 11:25
on 2025/05/07 11:25
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.coelho - Content
-
... ... @@ -3,23 +3,25 @@ 3 3 {{/box}} 4 4 5 5 6 += Available Printers = 7 + 6 6 The following common accessible printers are available: 7 7 8 8 |Name|Features|Type|Location 9 -| km1|duplex color A3|Konika-MinoltabizhubC224e|01.11711 +|canon1|duplex color A3|Canon iR-ADV C5840|01.117 10 10 |psBlack1|duplex|HP LaserJet M608|01.117 11 -|psColor1|duplex color| ECOSYSP7040cdn|01.11712 -| km2|duplex color A3|Konika-MinoltabizhubC224e|02.11313 +|psColor1|duplex color|HP Color LaserJet M652|01.117 14 +|canon2|duplex color A3|Canon iR-ADV C5840||02.113 13 13 |psBlack2|duplex|HP LaserJet M608|02.113 14 -|psColor2|duplex color| KyoceraP7035cdn|02.11316 +|psColor2|duplex color|HP Color LaserJet M652|02.113 15 15 16 16 **Note**: Other printers are meant for local use only. 17 17 18 -The most convenient way to print your files is via the program gtklp, a graphical front-end to the printing system that lets you choose the most suitable printing style. You may use it directly on a shell as20 +The most convenient way to print your files is via the program gtklp, a graphical front-end to the printing system that lets you choose the most suitable printing style. You may use it directly on a shell. 19 19 20 20 = Printing from private Linux = 21 21 22 - ~== Pre-condition ==24 +== Pre-condition == 23 23 24 24 To access our printers you have to be connected by cable to the outlets with the blue dots or by ~[~[VPN Access|VPN]]. 25 25 ... ... @@ -27,54 +27,27 @@ 27 27 28 28 The following is also valid for any other Linux machine connected to the blue outlets, e.g. self managed desktop computers. 29 29 30 - ~==Background==32 +== Scenarios == 31 31 32 - Usingthedefault cups configurationprovided with Ubuntumay have some cliches. One problem isahigh CPU load of cups. Then cups takes long to addthe printers provided by the cups-browsed andthe procedure is repeated. If youseethis, you should increase the timeouts in cups-browsed.34 +=== Self managed desktops === 33 33 34 -Open /etc/cups/cups-browsed.conf in your editor as root und search for the statements: 35 - 36 -HttpLocalTimeout 10 37 -HttpRemoteTimeout 50 38 - 39 -Uncomment this and set this to a higher value than the default, which is to short for some complex printers. 40 - 41 -~== Scenarios == 42 - 43 -~=== Self managed desktops === 44 - 45 45 This is a simple, but also the most radical way to connect to a printer. This will bypass your local cups server on the notebook and let your applications talk directly with the ITP print server. 46 46 47 47 You can change this system wide or only for the current user. System wide settings go to the file '''/etc/cups/client.conf'''. Personal changes go to '''~~/.cups/client.conf'''. 48 48 49 49 In most cases this file needs to be created. The man page tells you that this is deprecated. Currently this is only valid for MacOS and runs fine with Ubuntu 18.04. Add the following line to the file: 50 - 51 - ServerName print-itp:631 41 +\\ ServerName print-itp:631 52 52 53 53 With this setting you will not be able to print somewhere else. 54 54 55 55 If you are using this, you should disable cups-browsed or remove the package. Esp. if you encounter high a CPU load for cups. 56 56 57 -Printing from Windows 47 += Printing from Windows = 58 58 59 - Printingfrom Windows is only supportedwith IPP. Windows/Samba printershares are no longer available.Unfortunately this is not as smooth as in Linux or MacOS.49 +== Download driver archive == 60 60 61 -This means installing printers is a bit more complicated. Automatic downloading of drivers is not supported. Our preconfigured Windows 10 VMs come with preinstalled central printers (km1/2, psColor 1/2, psBlack1/2). Personal printers are handled in a different manner. 62 62 63 - ~==Downloaddriverarchive==52 +== Installing the drivers == 64 64 65 -Download the zip archive for the central printers here: [https:~/~/itp.uni-frankfurt.de/~~thw/printer/winprinter.zip]. Access is restricted to the campus LAN. 66 66 67 -~== Installing the drivers == 68 68 69 -# Unzip the downloaded file. 70 -# Open the "Printer & Scanner" management page from the system settings. 71 -# Click on Add printer. Due to network design the printers will not be found automatically. Click on "The printer is not listed" (this option is often not shown immediately, but after Windows searched for a few seconds). 72 -# Choose the "Select shared printer by name" and enter the URL http:~/~/print-itp:631/printers/PRINTERNAME. Hereby replace PRINTERNAME with one of our central printers: psBlack1, psBlack2, psColor1, psColor2, km1, km2. Then click continue. 73 -# Then you have to choose a driver. Click on "Datenträger" and locate the unziped files. 74 -# In the located directory search for the matching subdirectory and driver file. For the printers km1/2 this is the directory "kmX" and the file "KOAYTA_". For the printers psColor1/2 this is the directory "KyoClassicUniversalKPDL_v3.3" with the subdirectory "German" and there the file "OEMSETUP". For the printers psBlack1/2 this is the directory "HP" and one of the files there e.g. "hpbuio200l". 75 -# In the next window choose one of the two displayed drivers and continue. 76 -# Last you can choose a name for the printer. 77 - 78 -For the printers psColor1 and psColor2 you additionally need to activate color printing: In the printer properties of each of the printers go to the tab extended settings and switch to color there to be able to print in color. In the printer settings go to the tab Paper/Quality and set to color to get color as standard printing mode. 79 - 80 -