Under development, service is under test and can be withdrawn or changed significantly.
Access restricted to members of Physics including undergraduates. When requested sign in with your Physics credentials without adding any domain to your username i.e. JBlack.
Public printers in the Physics Department are set up via print servers. To allow users to print from their own devices on eduroam and other BYOD networks we have setup a Internet Printing Protocol (IPP) print service on https://platen.physics.ox.ac.uk:631/printers
Add the printer driver if requested Select the printer driver i.e SHARP MX-2640N PCL6 or Click on Have Disk button
In the Install from disk Windows click on Browse button.
In the find window browse to where the driver has been unpacked locate and select the inf file there should only be one inf file for example ss0emenu.inf.
Select the inf file and click on Open button
Back in the Install from disk Windows click on OK button.
Select printer driver
Click OK
Alternatively select Generic Text only.
Click Next
Optionally click Print a test page button to print a test page
Click Finish button to close window
If you have had an error when adding printers in the past and have not been able to add any network printers or get a error 0xc000000d when adding a IPP printer remove the Sharp queue(s) and driver(s)already installed. You may be requested to enter Administrator credentials.
Remove existing drivers
Press the Windows and R key's or right click on the start menu and select Run.
In the dialogue box enter printui.exe /s /t2 and click OK
Administrator credentials if requested i.e. .\LocalAdmin
Select the Sharp drivers and Click Remove
Click OK or Cancel to close the windows
RPC authentication error
With a privileged account i.e. .\LocalAdmin open Registry Editor
Windows 10.
Navigate path to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print
Add or modify the DWord value RpcAuthnLevelPrivacyEnabled set to 0
Windows 11.
Navigate keyname path to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\RPC
Add or modify the DWord value RpcAuthentication set to 2
Add or modify the DWord value RpcUseNamedPipeProtocol set to 1
How to add Linux IPP Printer
Open a console
Download the appropriate PPD file and unpack, copy the ppd file to /usr/share/cups/model. example In the console sudo cp SU3J.PPD /usr/share/cups/model/su3j.ppd
Add any options installed on the printer this can be done via GUI, by opening settings and navigate to Printers. Alternatively by the console sudo /usr/sbin/lpadmin -p "Printer Name" -o "PPD options". example sudo /usr/sbin/lpadmin -p CLSharp171 -o Option1=Finisher -o OutputBin=Option4 This adds the finisher and sets the output to finisher upper tray.
Hints: List printer options lpoptions -p "Printer Queue" -l will list all options. example lpoptions -p CLSharp171 -l Also you may need to check ppd file for appropriate options example cat su3j.ppd | grep -i "OutputBin Output"
MacOS IPP Printing
Unable to print using the IPP service at this time. Apple do not support IPP authentication.
Drivers
Download the drivers and unpack in a suitable location.