You are not logged in.

#1 2016-12-01 22:43:08

LunaKiraiZarus
Member
Registered: 2016-11-18
Posts: 8

[Help] Konika Minolta C552 | User Account Track | CUPS

Hello,
I am having issues with installing my work printer, I have found a way to get it to actually see it however it will not see the User Account Track.
I have followed many guides for "Konika Printers"

I have the following installed:
cups, cups-pdf (was not testing with pdf), gtk3-print-backends, foomatic-db-engine, foomatic-db, foomatic-db-ppds, foomatic-db-nonfree-ppds, foomatic-db-gutenprint-ppds, gutenprint, ghostscript, gsfonts
CUPS is enabled being as I can login to the web interface using root.
The printer is setup using ipp and the printer is set up to accept ipp

Please note that I'm not glued to CUPS, if something will work easier please do recommend it.

From which I have ended up with this:

/etc/cups/ppd/KONICA_MINOLTA_C652_Series.ppd

Cut

*FormatVersion: "4.3"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*FileVersion: "10000.0000"

*cupsFilter: "application/vnd.cups-raw 0 minolta"
*cupsFilter: "application/vnd.cups-command 0 commandtops"
*cupsFilter: "application/vnd.cups-postscript 0 minolta"

/Cut

/usr/lib/cups/filter/minolta

#!/bin/bash

source /etc/cups/ppd/${PRINTER}.km

echo -en "\033%-12345X"
echo -en "@PJL JOB\015\012"
echo -en "@PJL SET KMUSERNAME = \"${ACCOUNT_NAME}\"\015\012"
echo -en "@PJL SET KMUSERKEY2 = \"${ACCOUNT_PASSWORD}\"\015\012"
echo -en "@PJL SET KMCOETYPE = ${ACCOUNT_COETYPE}\015\012"
echo -en "@PJL ENTER LANGUAGE = POSTSCRIPT\015\012"

cat -

echo -en "\004\033%-12345X\015\012@PJL EOJ\015\012"
echo -en "\033%-12345X"

/etc/cups/ppd/KONICA_MINOLTA_C652_Series.km
UAT Doesn't need ACCOUNT_PASSWORD being as the printer only uses ACCOUNT_NAME to verify.... Supposedly.

ACCOUNT_NAME="123456"
ACCOUNT_PASSWORD=""
ACCOUNT_COETYPE="0"

Yet Despite all of this it still does not see that I even put an account on there since when I walk over to the printer it shows that the process was declined and says "Group Authen Err"

Thanks for any assistance.

Offline

Board footer

Powered by FluxBB