Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Info for Ubuntu Users #2

Open
roeslpa opened this issue Dec 6, 2022 · 0 comments
Open

Info for Ubuntu Users #2

roeslpa opened this issue Dec 6, 2022 · 0 comments

Comments

@roeslpa
Copy link

roeslpa commented Dec 6, 2022

I just installed and configured this printer on my Ubuntu laptop. For being able to configure the right Kostenstelle, the following websites were helpful [1,2]. Maybe this is helpful to others, too.

The basic steps are:

  1. Navigate to /etc/cups/ppd/: cd /etc/cups/ppd/
  2. Open the right PPD file: sudo nano UTAX-300ci-KPDL.ppd (in my case)
  3. Find the list of account numbers that looks like this:
*KmManagment MG00000000/00000000: "(00000000) statusdict /setmanagementnumber get exec"
*KmManagment MG00000001/00000001: "(00000001) statusdict /setmanagementnumber get exec"
*KmManagment MG00000002/00000002: "(00000002) statusdict /setmanagementnumber get exec"
[...]
*KmManagment MG00000030/00000030: "(00000030) statusdict /setmanagementnumber get exec"
*?KmManagment: ""
*End
  1. Add your Kostenstelle (which is a 4 digit number) as the last entry:
*KmManagment MG00000030/00000030: "(00000030) statusdict /setmanagementnumber get exec"
*KmManagment <Kostenstelle>/<Kostenstelle>: "(<Kostenstelle>) statusdict /setmanagementnumber get exec"
*?KmManagment: ""
*End
  1. Set this account as the default account in your printer configuration

[1] https://askubuntu.com/questions/514791/kyocera-job-accounting-and-document-box
[2] http://abaqueiro.blogspot.com/2011/07/set-up-kyocera-mita-1820-in-ubuntu-1004.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant