Centrally managed machines and Sharp printers
Centrally managed machines can connect to printers using the lpd protocol, which we have found to be more reliable than SMB protocol for all printers except SharpHold, which is a hold and release print queue. For SharpHold, please see the section below, "Self managed machines, including laptops, and the SharpHold delayed print queue".
For setting up Sharp printers otherwise
- Click "System", "Administration", "Printing" or search for "Printing" and choose the settings for this. Do not use the "Printers" section of the system settings under Debian 12. This will not work. Install the "Print Settings" program and open it instead.
- In Ubuntu (18.04 and newer), choose "Additional Printer Settings...". This is a button right near the bottom of the Printing settings dialogue.
- Click "Add"
- Under "Network Printer", there should be the option "LPD/LPR Host or Printer"
- Enter the details
- For Sharp printers, set host to "pcounter2.physics.ox.ac.uk"
- Queue: Any valid Sharp printer (e.g. CLSharp171New, DWBSharpL6)
- Click "Forward"
- For the "choose driver" dialogue, Select "Provide a PPD file"
- For public printers, on managed systems the drivers for the printer model will already be available under /etc/cups/ppd/, eg for DWBSharpL6 select /etc/cups/ppd/Sharp-MX-5500N.ppd.
- For private or group printers, the appropriate printer drivers should be located and downloaded from the manufacturer website. See the section below.
- Once the PPD file is selected, Click "Forward"
- Be sure to set the paper type to A4
- Set options based on the settings from the page for the printer you are setting up. Here is a list of Sharps in Physics.
Debian 12: you may need to change the output tray a second time if you get a report of "conflicting settings" - Set "two-sided printing (long-edge)", and Image Quality > Colour profile > set to "black and white"
If you have trouble, skip to "Troubleshooting" at the end.
Centrally managed machines and other printers
You can add any printer to a Linux machine, but you will need the correct PPD (driver) file from the manufacturers website, connection and authentication details.
If IT have set the printer up, it may be available on either the "PCOUNTER2" server or on "printserverx64" server.
Self managed machines, including laptops, and the SharpHold delayed print queue
The details are nigh on identical to centrally managed machines. The only difference is that step 3 should be "SAMBA" and step 4 should be "pcounter2.physics.ox.ac.uk/SharpHold", for example.
On un-managed machines, you will also need to copy the PPD driver files into place yourself. These files are available from the links below.
The username should be your username in the form physics\username, and the password is your physics password.
There is also IPP, but that does not work well yet. /it-services/internet-printing-protocol-ipp... Use SMB or LPD for now.
Drivers and PPD files
Download the drivers and unpack in a suitable location.
| Printer name | Driver name | Windows driver | Linux PPD driver |
|---|---|---|---|
| AOPPSharp003 | SHARP MX-2610N PCL6 | MX_D25_PCL6_1505a.zip | ss1j.zip |
| AoppSharp305 | SHARP MX-2640N PCL6 | MX_D25_PCL6_1505a.zip | ss6j.zip |
| AoppSharpHooke | SHARP MX-3061 PCL6 | SH_D14_PCL6_2107b.zip | su2j1.zip |
| AOPPSHARPL2 | Sharp BP-60C31 PCL6 | ||
| BCSharpL1 | SHARP MX-3061S PCL6 | SH_D20_PCL6_2204a.zip | su2j1.zip |
| BCSharpL2 | SHARP MX-3061S PCL6 | SH_D20_PCL6_2204a.zip | su2j1.zip |
| BCSharpL3 | SHARP MX-3061S PCL6 | SH_D20_PCL6_2204a.zip | su2j1.zip |
| BCSharpL4 | SHARP MX-3061S PCL6 | SH_D20_PCL6_2204a.zip | su2j1.zip |
| CLSharp033 | SHARP MX-3061 PCL6 | SH_D14_PCL6_2107b.zip | su2j1.zip |
| CLSharp156 | Sharp BP70C45 PCL6 | ||
| CLSharp171 | SHARP MX-6580N PCL6 | MX_D54_PCL6_2103a.zip | su3j.zip |
| CLSharp244 | Sharp BP-60C31 PCL6 | ||
| CLSharp371 | SHARP MX-3061 PCL6 | SH_D14_PCL6_2107b.zip | su2j1.zip |
| CLSharpMail | Sharp BP-60C31 PCL6 | ||
| DWBSharpL1 | Sharp BP-60C31 PCL6 | ||
| DWBSharpL2 | Sharp BP-60C31 PCL6 | ||
| DWBSharpL4 | Sharp BP-60C31 PCL6 | ||
| DWBSharpL5 | Sharp BP-60C31 PCL6 | ||
| DWBSharpL6 | SHARP MX-6240N PCL6 | MX_D36_PCL6_1608b.zip | sp2j.zip |
| DWBSharpL7 | SHARP MX-4071 PCL6 | SH_D14_PCL6_2107b.zip | su2j5.zip |
| HookeSharpG20 | Sharp BP-60C31 PCL6 | ||
| HookeSharpS49 | Sharp BP-60C31 PCL6 | ||
| SharpHold | SHARP MX-6240N PCL6 | MX_D36_PCL6_1608b.zip | sp2j.zip |
Additional Linux PPD
Many PPD files are available Here
Troubleshooting
- For new(er) printer models, try searching for the printer model name at https://www.sharp.co.uk/
Then look for Linux PPDs in the "Drivers & Software" tab, as at, e.g., https://www.sharp.co.uk/node/42521 for the MX-3061. Drivers are often bundled, e.g. https://docs.aws.sharp.eu/Service_Information/Drivers/sharp-1.1-mx-c55-p... contains drivers for 31 models. - Check you are in the lpadmin group
- Check you are on the Physics_S WiFi or connected to the Physics network by Ethernet
- If you can't unlock the printer dialogue on Debian 12, update and reboot. Failing that, install the package cups-pk-helper, then alter the polkit file
/usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policychanging
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin_keep</allow_active>
to
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
| File | Heading | Date |
|---|---|---|
| 06-12-2024 10:32 | ||
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 | |
|
|
06-12-2024 10:36 |