Printer Settings

From LUG
Revision as of 14:11, 16 November 2009 by MediaWiki default (talk | contribs) (New page: == Using the department printserver == Use samba when your print services have been moved to Win2K by WURNET. The easiest way is to use CUPS for printing. Install both Samba and CUPS on ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using the department printserver

Use samba when your print services have been moved to Win2K by WURNET.

The easiest way is to use CUPS for printing. Install both Samba and CUPS on your machine. Get the name of your printer and its hostname (same as used by Windows machines e.g. //sdep0005/psgp3032pcl)

You can test to see whether the printer is up with

 smbclient //sdep0005/psgp3032pcl -U annie001 -W WUR

login with your password and you should see a prompt - it means you have access to the printserver. Good.

Next step is to tell CUPS you want to print through SAMBA. See the short manual at http://mumford1.dyndns.org/~bs7452/linuxhelp/cups.html (basically you have to add a symbolic link so CUPS can find smbspool).

Restart CUPS and access the webinterface at

Add a printer with the URI

 smb://annie001:password@WUR/sdep0005/psgp3032pcl

And you should be able to print through lpr or cups_lpr!

Graphical interfaces

Yast: Open the printer module and push Add. Select the SMB-networkserver and fill-in the form:

  • Workgroup = WUR
  • Hostname = Name printserver (e.g. sdep0005)
  • Name externe wachtrij = Name of the printer (e.g. psgp3032pcl)
  • Username = Your login name (e.g. annie001)
  • Password = Your password

You can test the SMB-connection. When that is successful continue with filling in the next form (they are for your information only). Select the printer. Now you can test the printer (as well as entering more advanced configuration settings like restrictions). Your printer is ready to use!

Gnome: First install both Samba and CUPS on your system and check whether it is possible to connect to the printer with:

   smbclient //sdep0005/psgp3032pcl -U annie001 

Leave out the -W WUR setting. The Gnome GUI is not able to deal with workgroups. When you cannot reach the printer make sure your samba workgroup is set to WUR. Open the smb.conf file, and find the following lines:

# Change this to the workgroup/NT-domain name your Samba server will part of
 workgroup = WUR

Try it again and make sure that it is able to connect (exit with exit).

Install the printer:

  • System -> Administration -> Printing
  • New Printer
  • Network Printer [Windows Printer (SMB)]
  • Cancel the offered connections (this is really annoying)
  • Computer = sdep0005
  • Printer = psgp3032pcl
  • Username = annie001
  • Password = yourpassword
  • Select the printer model
  • Right click on the new printer -> make it the standard (then lpr will use it too!)
  • Right click on the printer -> properties, to select double-sided printing and to print a test page

Enjoy printing!

Getting a PPD for Postscript

https://portal.wur.nl/sites/Gebruik_Multifunctionals_Wageningen_UR/default.aspx

The Postscript Printer Description file NRMPC253.PPD is available on Windows systems in \WINDOWS\system32\spool\drivers\w32x86\3 on systems where this printer is installed.

Install the printer for Direct Printing (e.g. Ubuntu 7.10):

  • System -> Administration -> Printing
  • New Printer
  • Windows Printer via SAMBA
  • smb:// = /scomp0308/P0601300_PS_Color
  • Select Authentication required
  • Username = annie001
  • Password = yourpassword
  • Verify to make sure credentials are accepted -> Forward
  • Provide PPD File (NRMPC253.PPD) -> Forward
  • Leave Installed options as suggested (or adjust if you know options are available)
  • Printer Name, Description and Location -> Apply

At http://www.linuxprinting.org/printer_list.cgi?make=NRG you can check for other driver selections.