Skip to content

Instantly share code, notes, and snippets.

@sepastian
Last active April 27, 2022 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sepastian/d88d4bb9e37b7285d0f65cd5f3b5658f to your computer and use it in GitHub Desktop.
Save sepastian/d88d4bb9e37b7285d0f65cd5f3b5658f to your computer and use it in GitHub Desktop.
1. Download and install the official PPD files
See https://www.konicaminolta.de/de-de/support/download-center
Latest version at time of writting is `BH554ePPDLinux_300000000MU.zip`
2. Find out printer's IP address
On the printer, press
Menü > Bedienerprogramm > Geräteinformationen
3. Add printer in CUPS
Make sure current user is in the `cups` group;
if not: `usermod -aG cups $USER`
3a. Go to CUPS at http://localhost:631
3b. Administration > Add Printer
3c. Select "LPD/LPR Host or Printer" at the bottom of the list
3d. For "Connection", enter: lpd://PRINTER-IP/print and continue
For example lpd://132.231.141.68/print
3e. Choose name of printer
3f. Select printer make
Make: KONICA MINOLTA
3g. Select printer model
Model: KONICA MINOLTA 554eSeriesPS(P) BEU v1.5 (en, ...)
3h. Add Printer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment