- This is tested on Ubuntu 22.04 LTS. It should work on other Linux distributions as well.
- Thanks to Yumin Zhong for a live demo of installing printers using graphical interface.
For those who prefer a quick setup:
- Download and run the script: Printer_Fall_2024.sh
- Output of the scripts: Screenshot.
- IP: 131.204.45.176
-
Download Driver for Linux:
- Official website to download from COSAM IT: https://onyxweb.mykonicaminolta.com/OneStopProductSupport?appMode=public&productId=2451&categoryId=1&subCategoryId=ft0
- Alternatively, the driver can be downloaded the zip file here.
- After download the zip file, unzip it and choose the right language you want.
- If you prefer English setup, here is the single ipp file that you need: here
Open a terminal and run the following commands:
-
Install CUPS (if it's not already installed):
sudo apt update && sudo apt install cups
-
Download the driver:
wget http://webhome.auburn.edu/~lzc0091/KO950iUX.ppd -O ~/KO950iUX.ppd
-
Add the printer with lapadmin:
sudo lpadmin -p Parker220 -E -v ipp://131.204.45.176/ipp/print -P ~/KO950iUX.ppd
-
Verify the printer:
lpstat -p Parker220
-
Optionally,
-
Set the printer as default:
lpoptions -d Parker220
-
You can print the test page:
lp -d Parker220 /etc/nsswitch.conf
-
Remove the driver to leave no footprint:
rm ~/KO950iUX.ppd
-
Set the printer as default:
Note: The printer is named as Parker220
. You can choose a different name by modifying the above command.
Similar to the Parker 220, but with a different IP address.
- IP: 131.204.212.107
- Driver is the same as Printer at Parker 220.