There are two FMP printers in the School, the Fuji devices in rooms 728 and 533.
Note that FMP printing is not supported by the School CSOs: any issues please report to the ICT HelpDesk.
When connected on the internal network: you can use either CUPS (also
known as IPP), or use LPR (also known as LPD).
When connected via SSH: can use CUPS only, cannot use LPR.
For names and locations
of our printers, that you can use with LPR, see
www.maths.usyd.edu.au/loc/comp/alpha/printing.html;
for the subset you can use with CUPS, see
http://siv.maths.usyd.edu.au:631/printers
or
http://127.0.0.1:12631/printers.
See also notes about
cost saving, and note
that
print quotas are in
effect.
Some (Windows? Mac?) machines do not know about localhost, so we use
127.0.0.1 instead.
School printing from Linux
Simply add a line to your /etc/cups/client.conf file
(maybe creating that file):
to get access to all School printers.
ServerName siv
ServerName localhost:12631
NOTE however that this may "hide" any local printers.
Maybe add each printer separately, instead.
Curiously, the
System Settings, Printers, Add Printer
interface does not work (on Ubuntu 24.04), it only results in "Failed to add new
printer".
Use the CUPS management interface directly:
(or ../c0lw .../mslw etc)
ipp://siv/printers/r7lw
ipp://localhost:12631/printers/r7lw
lpd://siv/r7lw
School printing from Mac
siv.maths.usyd.edu.au:631
127.0.0.1:12631
Set up each printer by going to
School printing from Windows
Note for Windows10 (no need on Windows11, the MS driver works fine)
Below it says any PS driver: almost any, but certainly
not the Microsoft PS (PostScript) one. In the
driver selection menu, maybe click WindowsUpdate, and (after several
minutes!) see it populated with many drivers. Some that seem to work
well are HP LaserJet 2500 PS and
HP LaserJet 3050 Series PS, as well as the
"proper" Ricoh MP7500 PS and
Ricoh SP C420 PS drivers.
(or ../c0lw .../mslw etc)
http://siv.maths.usyd.edu.au:631/printers/r7lw
http://127.0.0.1:12631/printers/r7lw
Go to
Notes about ICT FMP printing from Linux
ICT KB article - How to print from a Linux computer
https://sydneyuni.service-now.com/sm?id=kb_article_view&sysparm_article=KB0011177
Installers
https://softserv.usyd.edu.au/data/Printer-Drivers/linux/papercut%20client/linux.zip
https://softserv.usyd.edu.au/data/Printer-Drivers/linux/papercut%20client/printers.zip
To install:
sudo bash(and enter your password) then as root:
apt install cups cups-client cups-daemon curl default-jre libcanberra-gtk-module mkdir -p /usr/local/etc/papercut/client/linux cd /usr/local/etc/papercut/client/linux unzip ~USER/Downloads/linux.zip chmod -R 755 . mkdir -p /usr/local/etc/followme cd /usr/local/etc/followme unzip ~USER/Downloads/printers.zip chmod -R 755 . ./Follow-Me-Print_Linux_FX.sh ./Follow-Me-Print_Linux_Samsung.shThen type "exit" to end root access (and/or just close window).
/usr/local/etc/papercut/client/linux/pc-client-linux.sh &(Maybe put that command into some startup file, to do at each login.)
Print (as "normal") to some printer.
You may get a PaperCut/SydPay login prompt for each print job
(or it may remember after first):
use your unikey credentials in the pop-up authentication window.
NOTE: prompt may take long after print request.
Paul Szabo psz@maths.usyd.edu.au 15 Nov 24