You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
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:
Navigate to /etc/cups/ppd/: cd /etc/cups/ppd/
Open the right PPD file: sudo nano UTAX-300ci-KPDL.ppd (in my case)
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
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
Set this account as the default account in your printer configuration
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:
cd /etc/cups/ppd/
sudo nano UTAX-300ci-KPDL.ppd
(in my case)[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
The text was updated successfully, but these errors were encountered: