staging.inyokaproject.org

Ricoh Aficio SG2100N Treiber nach Jammy importieren

Status: Ungelöst | Ubuntu-Version: Xubuntu 22.04 (Jammy Jellyfish)
Antworten |

Ubunturussel

Anmeldungsdatum:
28. Juli 2014

Beiträge: 72

Hallo!

Es wurde langsam Zeit für eine komplette Neuinstallation meines Xubunturechners. Leider funktioniert nun der Drucker nicht mehr den ich vor Jahren nach diesem Thread zum Laufen gebracht habe.

https://forum.ubuntuusers.de/topic/drucker-ricoh-aficio-sg2100n-installieren/

Beim Ablauf des Shellskriptes bereitet eine inzwischen veraltete libsnmp15 Schwierigkeiten (Zeile 4).

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!bin/sh
#wget ppd_patch
wget -c http://support.ricoh.com/w/bb/pub_j/dr_ut_d/4101022/4101022873/V441/5171950/ipsiosg_4.4.1-1_amd64.deb
wget -c http://security.ubuntu.com/ubuntu/pool/main/n/net-snmp/libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64.deb
dpkg-deb --raw-extract ipsiosg_4.4.1-1_amd64.deb  ipsiosg_4.4.1-1_amd64
dpkg-deb --raw-extract libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64.deb libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64
mv libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64/usr/lib/libsnmp.so.15* ipsiosg_4.4.1-1_amd64/usr/lib
cd ipsiosg_4.4.1-1_amd64/usr/share/ppd/ricoh
gunzip ri6162d3.ppd.gz 
patch  -u < ../../../../../ppd_patch 
gzip ri6162d3.ppd 
cd ../../../../DEBIAN
patch -u < ../../control_patch
rm md5sums
cd ..
find usr -type f -exec md5sum {} \;>> DEBIAN/md5sums
cd ..
dpkg-deb --build ipsiosg_4.4.1-1_amd64/ ipsiosnmp_4.4.1-1_amd64.deb
rm -r libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64
rm -r ipsiosg_4.4.1-1_amd64
rm libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64.deb
rm ipsiosg_4.4.1-1_amd64.deb#rm -r libsnmp15_5.4.3~dfsg-2.4ubuntu1.2_amd64
dpkg -i ipsiosnmp_4.4.1-1_amd64.deb
rm ipsiosnmp_4.4.1-1_amd64.deb

Ich habe noch einen anderen Lösungsweg gefunden der jedoch auch keine Früchte trug wegen Abhängigkeitsproblemen von Paketen.

https://debianforum.de/forum/viewtopic.php?t=171814

Ich komme nicht weiter.

Mir kam die Idee auf der Altinstallation den immernoch vorhandenen und funktionierenden Treiber unter 20.04. in das neue 22.04. zu transferieren, das klappt aber nicht nur mit kopieren und einfügen von Dateien fürchte ich, wenn ja wüsste ich auch nicht welche benötigt würden.

Bin für jeden Lösungsvorschlag offen.

Lg Christian

kB Team-Icon

Supporter, Wikiteam
Avatar von kB

Anmeldungsdatum:
4. Oktober 2007

Beiträge: 7816

Ubunturussel schrieb:

[…] Beim Ablauf des Shellskriptes bereitet eine inzwischen veraltete libsnmp15 Schwierigkeiten (Zeile 4).

Dann nimm doch ganz einfach die 6 Zeilen mit libsnmp aus dem Skript heraus. Die libsnmp installierst Du ohnehin besser über die normale Paketverwaltung, bei Ubuntu 22.04 ist das allerdings inzwischen libsnmp40. Wahrscheinlich ist dies ohnehin bereits installiert.

Ubunturussel

(Themenstarter)

Anmeldungsdatum:
28. Juli 2014

Beiträge: 72

Glaube ich muss doch noch mehr Informationen nachliefern.

So wie ich das sehe wird das mit wget heruntergeladenen ipsisg_4.4.1-1_amd64.deb erst gepatched und dann wieder zusammengebaut.

Ich habe die Stellen im Skript mit libsnmp15 nun auskommentiert und es ablaufen lassen.

sudo sh 7126538-ipsiosnmp.sh 
patching file ri6162d3.ppd
patching file control
dpkg-deb: Paket »ipsiosnmp« wird in »ipsiosnmp_4.4.1-1_amd64.deb« gebaut.
(Lese Datenbank ... 215701 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von ipsiosnmp_4.4.1-1_amd64.deb ...
Entpacken von ipsiosnmp (4.4.1-1) ...
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von ipsiosnmp:
 ipsiosnmp hängt ab von libssl1.0.0 (>= 1.0.0); aber:
  Paket libssl1.0.0 ist nicht installiert.

dpkg: Fehler beim Bearbeiten des Paketes ipsiosnmp (--install):
 Abhängigkeitsprobleme - verbleibt unkonfiguriert
Fehler traten auf beim Bearbeiten von:
 ipsiosnmp

die Controldatei:

--- control	2013-12-03 08:49:26.000000000 +0100
+++ control	2013-12-03 08:49:26.000000000 +0100
@@ -1,12 +1,12 @@
-Package: ipsiosg
+Package: ipsiosnmp
 Version: 4.4.1-1
 Architecture: amd64
 Maintainer: Yoshinari Chigusa <yoshinari.chigusa@nts.ricoh.co.jp>
-Installed-Size: 2496
-Depends: libc6 (>= 2.7), libcups2 (>= 1.3.4) | libcupsys2 (>= 1.3.4), libcupsimage2 (>= 1.3.0), libsnmp15 (>= 5.4.1~dfsg)
+Installed-Size: 3116
+Depends: libc6 (>= 2.7), libcups2 (>= 1.3.4) | libcupsys2 (>= 1.3.4), libcupsimage2 (>= 1.3.0), libssl1.0.0 (>= 1.0.0)
 Section: misc
 Priority: optional
-Description: RICOH IPSiO SG series printer driver
+Description: RICOH IPSiO SG series printer driver with the required part only of libsnmp15
  This package provides CUPS filters and PPDs for:
    - RICOH IPSiO SG 2010L
    - RICOH IPSiO SG 2100

die Patchdatei

--- ri6162d3.ppd	2013-12-03 08:49:14.000000000 +0100
+++ ri6162d3.ppd	2013-12-03 08:49:14.000000000 +0100
@@ -9,11 +9,11 @@
 *LanguageVersion: English
 *LanguageEncoding: ISOLatin1
 *PCFileName: "RI6162D3.PPD"
-*Product: "(IPSiO SG 2010L)"
+*Product: "(RICOH AficioSG2100N)"
 *Manufacturer: "Ricoh"
-*ModelName: "Ricoh IPSiO SG 2010L"
-*ShortNickName: "Ricoh IPSiO SG 2010L"
-*NickName: "Ricoh IPSiO SG 2010L, 4.2.0"
+*ModelName: "RICOH AficioSG2100N"
+*ShortNickName: "RICOH AficioSG2100N"
+*NickName: "RICOH AficioSG2100N, 4.2.0"
 *PSVersion: "(3010) 81501"
 *PSVersion: "(3010) 550"
 *LanguageLevel: "3"
@@ -28,7 +28,7 @@
 *RequiresPageRegion All: True
 *cupsCommands: "AutoConfigure Clean PrintSelfTestPage ReportLevels"
 *cupsSNMPSupplies: False
-*1284DeviceID: "MFG:RICOH;MDL:IPSiO SG 2010L"
+*1284DeviceID: "MFG:RICOH;MDL:AficioSG2100N"
 *RIMachineID: "0x04010001"
 *RIProfileName: "/usr/share/ricoh/rpcr/RCSPC03C050.Dat"
 *RIGMFileName: "/usr/share/ricoh/rpcr/RC03C170.dat"

Versuch libssl1.0.0 nachzuinstallieren:

sudo apt install libssl1.0.0
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Paket libssl1.0.0 ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.

E: Für Paket »libssl1.0.0« existiert kein Installationskandidat.

Hmmm... jetzt fällt mir auf dass die Controldatei ja Abhängigkeiten aufruft:

+Depends: libc6 (>= 2.7), libcups2 (>= 1.3.4) | libcupsys2 (>= 1.3.4), libcupsimage2 (>= 1.3.0), libssl1.0.0 (>= 1.0.0)
+Description: RICOH IPSiO SG series printer driver with the required part only of libsnmp15

darum läuft es wohl nicht durch.

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 7756

Der ist ein GDI-Drucker, damit ausschließlich für Windows gedacht. Lange Zeit hat es für GDI-Drucker prinzipbedingt keine Linux- und OSX-Treiber gegeben. Sowas kauft man als Linux-User nicht. Auch, wenn es mittlerweile Lösungen gibt, solltest Du dies im Hinterkopf behalten.

Sowas wie libcupsys2 ist hornalt, seit an die 10 Jahre nicht mehr in Ubuntu. Eine versuchte Installation eines solchen Pakets wird immer fehlschlagen. Das ist hier damals schon Thema gewesen (auch bei Canon, z.B., genauso verpennt).

Du kannst http://support.ricoh.com/w/bb/pub_j/dr_ut_d/4101026/4101026792/V450/5178602/ipsiosg_4.5.0-1_amd64.deb ziehen, aber nicht installieren, sondern entpacken. Enthalten ist auch "/usr/share/ppd/ricoh/ri6163d3.ppd.gz", dies entpackst Du wiederum. ri6163d3.ppd wählst Du nach der Erkennung des Ricoh Aficio SG2100N aus - mehr nicht.

Du Du freilich das oder ein anderes .deb-File bereits hast installieren wollen, mußt Du das entfernen, damit die Paketverwaltung wieder sauber arbeiten kann.

Ubunturussel

(Themenstarter)

Anmeldungsdatum:
28. Juli 2014

Beiträge: 72

Danke für die Antwort von.wert.

Der Drucker lief seit 8 Jahren unter Ubuntu (und tut es auch jetzt noch unter 20.04. der Altinstallation). Er wurde später automatisch erkannt und ich hatte keine Probleme damit. Als ich mir den Drucker damals zugelegt habe, habe ich nicht zwingend darauf geachtet ob er von Linux unterstützt wird, es war ein Anfängerfehler von mir.

Die Paketverwaltung habe ich wieder sauber gemacht.

Der Drucker wird erkannt, die ri6163d3.pdd habe ich gewählt (wo soll ich die ablegen?).

Es wurden noch nach 2 Dateien verlangt (commandtorpcr / rastertorpcr2h30) die ich von ipsiosg_4.5.0-1_amd64/usr/lib/cups/filter nach /usr/lib/filter kopiert habe. Beide Dateien habe ich noch mittels chown root zugeteilt.

Die Druckausgabe hängt nun bei

Server exportiert keine Drucker.

Muss nun leider auf Arbeit, bin morgen wieder da. ☺

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 7756

Ubunturussel schrieb:

ri6163d3.pdd habe ich gewählt (wo soll ich die ablegen?).

"/usr/share/ppd/cupsfilters/"

Der Ricoh Aficio SG2100N steht nicht direkt in printer-driver-gutenprint, trotzdem solltest Du das Paket installieren (und auch gleich noch gimp-gutenprint, wenn Du gimp nutzt):

1
sudo apt install printer-driver-gutenprint gimp-gutenprint

Es ist nicht unwahrscheinlich, daß es mit einem dann daraus ausgewähltem anderem Modell funktioniert. Aficio SG* gibt es nur Aficio SG3110DN. Damit würde ich es zuerst versuchen.

Ubunturussel

(Themenstarter)

Anmeldungsdatum:
28. Juli 2014

Beiträge: 72

Entschuldigt die verspätete Antwort, ich war aber bestimmt nicht faul. ☺

Das Nachinstallieren der vorgeschlagenen Pakete und Auswählen des Druckers SG3110DN, was ich instinktiv gleich zu Beginn probiert habe als mein Drucker nicht in der Auswahl aufgetaucht ist, hat leider keinen Erfolg gebracht.

Ich habe nun zwei Troubleshootdateien mittels diff miteinander verglichen um der Sache auf die Spur zu kommen

--- troubleshootworksnot.txt	2022-11-17 10:26:28.636001000 +0100
+++ troubleshootworks.txt	2022-11-17 09:37:40.279385566 +0100
@@ -1,11 +1,13 @@
-Page 1 (<troubleshoot.SchedulerNotRunning.SchedulerNotRunning object at 0x7f101e4d1450>):
+Page 1 (<troubleshoot.SchedulerNotRunning.SchedulerNotRunning object at 0x7fe9500b26d0>):
 {'cups_connection_failure': False}
-Page 2 (<troubleshoot.ChoosePrinter.ChoosePrinter object at 0x7f100c665660>):
-{'cups_dest': <cups.Dest RICOH-AficioSG2100N (default)>,
+Page 2 (<troubleshoot.CheckLocalServerPublishing.CheckLocalServerPublishing object at 0x7fe9500b2be0>):
+{'local_server_exporting_printers': False}
+Page 3 (<troubleshoot.ChoosePrinter.ChoosePrinter object at 0x7fe9500b2ee0>):
+{'cups_dest': <cups.Dest AficioSG2100N (default)>,
  'cups_instance': None,
- 'cups_queue': 'RICOH-AficioSG2100N',
+ 'cups_queue': 'AficioSG2100N',
  'cups_queue_listed': True}
-Page 3 (<troubleshoot.CheckPrinterSanity.CheckPrinterSanity object at 0x7f100c6656f0>):
+Page 4 (<troubleshoot.CheckPrinterSanity.CheckPrinterSanity object at 0x7fe9500b2fa0>):
 {'cups_device_uri_scheme': 'usb',
  'cups_printer_dict': {'device-uri': 'usb://RICOH/AficioSG2100N?serial=R6000000000',
                        'printer-info': 'RICOH AficioSG2100N',
@@ -13,10 +15,10 @@
                        'printer-location': 'RedCeltic',
                        'printer-make-and-model': 'RICOH AficioSG2100N, 4.2.0',
                        'printer-state': 3,
-                       'printer-state-message': 'Sende Daten zum Drucker.',
+                       'printer-state-message': '',
                        'printer-state-reasons': ['none'],
                        'printer-type': 8556556,
-                       'printer-uri-supported': 'ipp://localhost/printers/RICOH-AficioSG2100N'},
+                       'printer-uri-supported': 'ipp://localhost/printers/AficioSG2100N'},
  'cups_printer_remote': False,
  'is_cups_class': False,
  'local_cups_queue_attributes': {'charset-configured': 'utf-8',
@@ -25,10 +27,9 @@
                                  'compression-supported': ['none', 'gzip'],
                                  'copies-default': 1,
                                  'copies-supported': (1, 9999),
-                                 'cups-version': '2.4.1',
+                                 'cups-version': '2.3.1',
                                  'device-uri': 'usb://RICOH/AficioSG2100N?serial=R6000000000',
                                  'document-format-default': 'application/octet-stream',
-                                 'document-format-preferred': 'application/pdf',
                                  'document-format-supported': ['application/octet-stream',
                                                                'application/pdf',
                                                                'application/postscript',
@@ -107,7 +108,7 @@
                                                               'weekend'],
                                  'job-ids-supported': True,
                                  'job-k-limit': 0,
-                                 'job-k-octets-supported': (0, 477507968),
+                                 'job-k-octets-supported': (0, 226533452),
                                  'job-page-limit': 0,
                                  'job-priority-default': 50,
                                  'job-priority-supported': [100],
@@ -137,10 +138,22 @@
                                                           'standard',
                                                           'topsecret',
                                                           'unclassified'],
-                                 'jpeg-k-octets-supported': (0, 477507968),
+                                 'jpeg-k-octets-supported': (0, 226533452),
                                  'jpeg-x-dimension-supported': (0, 65535),
                                  'jpeg-y-dimension-supported': (1, 65535),
-                                 'marker-change-time': 0,
+                                 'marker-change-time': 1668501334,
+                                 'marker-colors': ['#000000',
+                                                   '#00ffff',
+                                                   '#ff00ff',
+                                                   '#ffff00',
+                                                   'none'],
+                                 'marker-levels': [59, 34, 40, 43, 78],
+                                 'marker-names': ['0', '1', '2', '3', '4'],
+                                 'marker-types': ['ink',
+                                                  'ink',
+                                                  'ink',
+                                                  'ink',
+                                                  'wasteInk'],
                                  'media-bottom-margin-supported': [508,
                                                                    411,
                                                                    339,
@@ -148,14 +161,6 @@
                                                                    3802],
                                  'media-col-default': '(unknown IPP value tag '
                                                       '0x34)',
-                                 'media-col-ready': ['(unknown IPP value tag '
-                                                     '0x34)',
-                                                     '(unknown IPP value tag '
-                                                     '0x34)',
-                                                     '(unknown IPP value tag '
-                                                     '0x34)',
-                                                     '(unknown IPP value tag '
-                                                     '0x34)'],
                                  'media-col-supported': ['media-bottom-margin',
                                                          'media-left-margin',
                                                          'media-right-margin',
@@ -165,10 +170,6 @@
                                                          'media-type'],
                                  'media-default': 'iso_a4_210x297mm',
                                  'media-left-margin-supported': [508, 423],
-                                 'media-ready': ['iso_a4_210x297mm',
-                                                 'iso_a5_148x210mm',
-                                                 'iso_a6_105x148mm',
-                                                 'iso_dl_110x220mm'],
                                  'media-right-margin-supported': [508,
                                                                   682,
                                                                   605,
@@ -249,7 +250,6 @@
                                                      'custom_min_88x139.7mm',
                                                      'custom_max_216x356mm'],
                                  'media-top-margin-supported': [508, 423, 796],
-                                 'mopria-certified': '1.3',
                                  'multiple-document-handling-supported': ['separate-documents-uncollated-copies',
                                                                           'separate-documents-collated-copies'],
                                  'multiple-document-jobs-supported': True,
@@ -358,7 +358,7 @@
                                  'page-ranges-supported': True,
                                  'pages-per-minute': 29,
                                  'pages-per-minute-color': 29,
-                                 'pdf-k-octets-supported': (0, 477507968),
+                                 'pdf-k-octets-supported': (0, 226533452),
                                  'pdf-versions-supported': ['adobe-1.2',
                                                             'adobe-1.3',
                                                             'adobe-1.4',
@@ -386,11 +386,10 @@
                                                       'PrintSelfTestPage',
                                                       'ReportLevels'],
                                  'printer-config-change-date-time': '(IPP_TAG_DATE)',
-                                 'printer-config-change-time': 1668676505,
+                                 'printer-config-change-time': 1621254183,
                                  'printer-current-time': '(IPP_TAG_DATE)',
                                  'printer-device-id': 'MFG:RICOH;MDL:AficioSG2100N',
-                                 'printer-dns-sd-name': 'RICOH AficioSG2100N @ '
-                                                        'RedCeltic',
+                                 'printer-dns-sd-name': None,
                                  'printer-error-policy': 'retry-job',
                                  'printer-error-policy-supported': ['abort-job',
                                                                     'retry-current-job',
@@ -399,8 +398,8 @@
                                  'printer-geo-location': '(unknown IPP value '
                                                          'tag 0x12)',
                                  'printer-get-attributes-supported': ['document-format'],
-                                 'printer-icons': 'http://localhost/icons/RICOH-AficioSG2100N.png',
-                                 'printer-id': 23,
+                                 'printer-icons': 'http://localhost/icons/AficioSG2100N.png',
+                                 'printer-id': 1,
                                  'printer-info': 'RICOH AficioSG2100N',
                                  'printer-is-accepting-jobs': True,
                                  'printer-is-shared': True,
@@ -409,8 +408,8 @@
                                  'printer-make-and-model': 'RICOH '
                                                            'AficioSG2100N, '
                                                            '4.2.0',
-                                 'printer-more-info': 'http://localhost/printers/RICOH-AficioSG2100N',
-                                 'printer-name': 'RICOH-AficioSG2100N',
+                                 'printer-more-info': 'http://localhost/printers/AficioSG2100N',
+                                 'printer-name': 'AficioSG2100N',
                                  'printer-op-policy': 'default',
                                  'printer-op-policy-supported': ['authenticated',
                                                                  'default',
@@ -428,32 +427,24 @@
                                                                            'printer-organizational-unit'],
                                  'printer-state': 3,
                                  'printer-state-change-date-time': '(IPP_TAG_DATE)',
-                                 'printer-state-change-time': 1668676929,
-                                 'printer-state-message': 'Sende Daten zum '
-                                                          'Drucker.',
+                                 'printer-state-change-time': 1668501347,
+                                 'printer-state-message': '',
                                  'printer-state-reasons': ['none'],
-                                 'printer-strings-uri': 'http://localhost/strings/RICOH-AficioSG2100N.strings',
+                                 'printer-strings-uri': 'http://localhost/strings/AficioSG2100N.strings',
                                  'printer-type': 8556556,
-                                 'printer-up-time': 1668676951,
-                                 'printer-uri-supported': ['ipp://localhost/printers/RICOH-AficioSG2100N'],
-                                 'printer-uuid': 'urn:uuid:25f07b10-b911-307b-44c1-efd52e7451f4',
+                                 'printer-up-time': 1668673566,
+                                 'printer-uri-supported': ['ipp://localhost/printers/AficioSG2100N'],
+                                 'printer-uuid': 'urn:uuid:8653b32c-c326-3e23-7614-b87adb96b661',
                                  'pwg-raster-document-resolution-supported': [(300,
                                                                                300,
                                                                                3)],
                                  'pwg-raster-document-type-supported': ['black_1',
                                                                         'sgray_8',
                                                                         'srgb_8'],
-                                 'queued-job-count': 1,
-                                 'server-is-sharing-printers': True,
+                                 'queued-job-count': 0,
+                                 'server-is-sharing-printers': False,
                                  'sides-default': 'one-sided',
                                  'sides-supported': ['one-sided'],
-                                 'urf-supported': ['V1.4',
-                                                   'CP1',
-                                                   'W8',
-                                                   'PQ4',
-                                                   'SRGB24',
-                                                   'RS300',
-                                                   'FN3'],
                                  'uri-authentication-supported': ['requesting-user-name'],
                                  'uri-security-supported': ['none'],
                                  'which-jobs-supported': ['completed',
@@ -465,7 +456,7 @@
                                                           'pending-held',
                                                           'processing',
                                                           'processing-stopped']}}
-Page 4 (<troubleshoot.CheckPPDSanity.CheckPPDSanity object at 0x7f100c6655a0>):
+Page 5 (<troubleshoot.CheckPPDSanity.CheckPPDSanity object at 0x7fe95003d7c0>):
 {'cups_printer_ppd_defaults': {'AdjustColorDensity': {'RIBlack': '5',
                                                       'RICyan': '5',
                                                       'RIMagenta': '5',
@@ -483,82 +474,76 @@
                                                         'RIQuickPaperFeed': 'True'}},
  'cups_printer_ppd_valid': True,
  'missing_pkgs_and_exes': ([], [])}
-Page 5 (<troubleshoot.LocalOrRemote.LocalOrRemote object at 0x7f100c6655d0>):
+Page 6 (<troubleshoot.LocalOrRemote.LocalOrRemote object at 0x7fe95003db80>):
 {'printer_is_remote': False}
-Page 6 (<troubleshoot.DeviceListed.DeviceListed object at 0x7f100c6657b0>):
+Page 7 (<troubleshoot.DeviceListed.DeviceListed object at 0x7fe95003dd90>):
 {'cups_device_dict': {'device-class': 'direct',
-                      'device-id': 'MFG:RICOH;CMD:PJL,ICP;MDL:AficioSG2100N;STS:10033/10073,0;CLS:PRINTER;DES:RICOH '
-                                   'AficioSG2100N;CID:;RIJ:3030/48,16,40,43;REX:17;MIB:100;',
+                      'device-id': 'MFG:RICOH;CMD:PJL,ICP;MDL:AficioSG2100N;STS:10001,0;CLS:PRINTER;DES:RICOH '
+                                   'AficioSG2100N;CID:;RIJ:3021/59,34,40,43;REX:22;MIB:100;',
                       'device-info': 'RICOH AficioSG2100N',
                       'device-make-and-model': 'RICOH AficioSG2100N'}}
-Page 7 (<troubleshoot.PrinterStateReasons.PrinterStateReasons object at 0x7f100c665a50>):
-{'printer-state-message': 'Sende Daten zum Drucker.',
- 'printer-state-reasons': ['none']}
-Page 8 (<troubleshoot.ErrorLogCheckpoint.ErrorLogCheckpoint object at 0x7f100c665d50>):
+Page 8 (<troubleshoot.ErrorLogCheckpoint.ErrorLogCheckpoint object at 0x7fe95006e190>):
 {'cups_server_settings': {'BrowseLocalProtocols': 'dnssd',
                           'DefaultAuthType': 'Basic',
-                          'ErrorPolicy': 'retry-job',
-                          'IdleExitTimeout': '60',
                           'JobPrivateAccess': 'default',
                           'JobPrivateValues': 'default',
                           'MaxLogSize': '0',
                           'PageLogFormat': '',
-                          'PreserveJobFiles': 'No',
                           'SubscriptionPrivateAccess': 'default',
                           'SubscriptionPrivateValues': 'default',
                           'WebInterface': 'Yes',
                           '_debug_logging': '0',
                           '_remote_admin': '0',
                           '_remote_any': '0',
-                          '_share_printers': '1',
+                          '_share_printers': '0',
                           '_user_cancel_any': '0'},
- 'error_log_checkpoint': 2234583,
- 'error_log_cursor': 's=adc59b5a87ef407b95c7829388d9fc1b;i=5b02a;b=9545c716752447bdb264c0d32e01303d;m=250b0265;t=5eda7232e13d1;x=432632954248d842',
+ 'error_log_checkpoint': 42111,
+ 'error_log_cursor': 's=ba10308b74d44f39ad559fa99435fe21;i=eb34f;b=903860be27f04680a763e4dd57a88037;m=104e06f4;t=5eda658bdfad4;x=e8e8bef0830194b3',
  'error_log_debug_logging_set': True,
- 'error_log_timestamp': '2022-11-17 10:23:09'}
-Page 9 (<troubleshoot.PrintTestPage.PrintTestPage object at 0x7f100c665f00>):
-{'test_page_job_status': [(True,
-                           28,
-                           'RICOH-AficioSG2100N',
+ 'error_log_timestamp': '2022-11-17 09:26:33'}
+Page 9 (<troubleshoot.PrintTestPage.PrintTestPage object at 0x7fe950061730>):
+{'test_page_attempted': '17/Nov/2022:09:31:59 +0100',
+ 'test_page_completions': [(1392, 'Job completed.')],
+ 'test_page_job_id': [1392],
+ 'test_page_job_status': [(True,
+                           1392,
+                           'AficioSG2100N',
                            'Test Page',
-                           'Angehalten',
+                           'Abgeschlossen',
                            {'attributes-charset': 'utf-8',
                             'attributes-natural-language': 'de-de',
-                            'date-time-at-completed': None,
+                            'date-time-at-completed': '(IPP_TAG_DATE)',
                             'date-time-at-creation': '(IPP_TAG_DATE)',
                             'date-time-at-processing': '(IPP_TAG_DATE)',
                             'document-format': 'application/vnd.cups-pdf-banner',
                             'document-format-detected': 'application/vnd.cups-pdf-banner',
                             'job-hold-until': 'no-hold',
-                            'job-id': 28,
-                            'job-impressions-completed': 0,
+                            'job-id': 1392,
+                            'job-impressions-completed': 1,
                             'job-k-octets': 1,
                             'job-media-progress': 0,
-                            'job-media-sheets-completed': 0,
-                            'job-more-info': 'http://localhost/jobs/28',
-                            'job-name': 'Test Page',
-                            'job-originating-host-name': 'localhost',
-                            'job-originating-user-name': 'christian',
+                            'job-media-sheets-completed': 1,
+                            'job-more-info': 'http://localhost/jobs/1392',
                             'job-preserved': True,
-                            'job-printer-state-message': 'Filter failed',
-                            'job-printer-state-reasons': ['none'],
-                            'job-printer-up-time': 1668677014,
-                            'job-printer-uri': 'ipp://localhost/printers/RICOH-AficioSG2100N',
+                            'job-printer-state-message': '',
+                            'job-printer-state-reasons': ['com.ricoh.10033-report'],
+                            'job-printer-up-time': 1668674193,
+                            'job-printer-uri': 'ipp://localhost/printers/AficioSG2100N',
                             'job-priority': 50,
                             'job-sheets': ['none', 'none'],
-                            'job-state': 6,
-                            'job-state-reasons': 'job-completed-with-errors',
-                            'job-uri': 'ipp://localhost/jobs/28',
-                            'job-uuid': 'urn:uuid:f022a679-8919-32cc-4802-7876d708f957',
+                            'job-state': 9,
+                            'job-state-reasons': 'processing-to-stop-point',
+                            'job-uri': 'ipp://localhost/jobs/1392',
+                            'job-uuid': 'urn:uuid:34b15631-53ef-3604-59de-1b969fb97613',
                             'number-of-documents': 1,
-                            'printer-uri': 'ipp://localhost/printers/RICOH-AficioSG2100N',
-                            'time-at-completed': None,
-                            'time-at-creation': 1668676718,
-                            'time-at-processing': 1668676921})],
+                            'printer-uri': 'ipp://localhost/printers/AficioSG2100N',
+                            'time-at-completed': 1668673933,
+                            'time-at-creation': 1668673919,
+                            'time-at-processing': 1668673919})],
  'test_page_successful': True}
-Page 10 (<troubleshoot.ErrorLogFetch.ErrorLogFetch object at 0x7f100c665e10>):
+Page 10 (<troubleshoot.ErrorLogFetch.ErrorLogFetch object at 0x7fe95006e250>):
 {'error_log_debug_logging_unset': True, 'journal': []}
-Page 11 (<troubleshoot.Locale.Locale object at 0x7f100c665ea0>):
+Page 11 (<troubleshoot.Locale.Locale object at 0x7fe942303b50>):
 {'printer_page_size': 'A4',
  'system_locale_lang': None,
  'user_locale_ctype': 'de_DE',

Aufgefallen ist mir 'job-printer-state-message': 'Filter failed'

Blick in /var/log/cups/error_log

E [18/Nov/2022:10:04:03 +0100] Unknown directive JobPrivateAccess on line 126 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:04:03 +0100] Unknown directive JobPrivateValues on line 127 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:04:03 +0100] Unknown directive SubscriptionPrivateAccess on line 128 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:04:03 +0100] Unknown directive SubscriptionPrivateValues on line 129 of /etc/cups/cupsd.conf.
W [18/Nov/2022:10:04:03 +0100] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
E [18/Nov/2022:10:51:06 +0100] Unknown directive JobPrivateAccess on line 126 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:51:06 +0100] Unknown directive JobPrivateValues on line 127 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:51:06 +0100] Unknown directive SubscriptionPrivateAccess on line 128 of /etc/cups/cupsd.conf.
E [18/Nov/2022:10:51:06 +0100] Unknown directive SubscriptionPrivateValues on line 129 of /etc/cups/cupsd.conf.
W [18/Nov/2022:10:51:06 +0100] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
E [18/Nov/2022:11:21:01 +0100] [Job 30] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [18/Nov/2022:11:21:01 +0100] [Job 30] The following messages were recorded from 11:20:53 to 11:21:01
D [18/Nov/2022:11:21:01 +0100] [Job 30] Applying default options...
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding default job-cancel-after=10800
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding default media=0
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding default output-bin=0
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding default print-color-mode=color
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding default print-quality=5
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding start banner page "none".
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding end banner page "none".
D [18/Nov/2022:11:21:01 +0100] [Job 30] File of type application/vnd.cups-pdf-banner queued by "christian".
D [18/Nov/2022:11:21:01 +0100] [Job 30] hold_until=0
D [18/Nov/2022:11:21:01 +0100] [Job 30] Queued on "RICOH-AficioSG2100" by "christian".
D [18/Nov/2022:11:21:01 +0100] [Job 30] time-at-processing=1668766853
D [18/Nov/2022:11:21:01 +0100] [Job 30] 4 filters for job:
D [18/Nov/2022:11:21:01 +0100] [Job 30] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [18/Nov/2022:11:21:01 +0100] [Job 30] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [18/Nov/2022:11:21:01 +0100] [Job 30] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [18/Nov/2022:11:21:01 +0100] [Job 30] rastertorpcr2h30 (application/vnd.cups-raster to printer/RICOH-AficioSG2100, cost 0)
D [18/Nov/2022:11:21:01 +0100] [Job 30] job-sheets=none,none
D [18/Nov/2022:11:21:01 +0100] [Job 30] print-color-mode=color, print-quality=high
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding preset option ColorModel=RGB
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding preset option RIHalftone=Photographic
D [18/Nov/2022:11:21:01 +0100] [Job 30] Adding preset option RIPrintQuality=Glossy.High
D [18/Nov/2022:11:21:01 +0100] [Job 30] Mapping print-quality=5 to cupsPrintQuality=High
D [18/Nov/2022:11:21:01 +0100] [Job 30] After mapping finishings ColorModel=RGB
D [18/Nov/2022:11:21:01 +0100] [Job 30] After mapping finishings cupsPrintQuality=High
D [18/Nov/2022:11:21:01 +0100] [Job 30] After mapping finishings RIHalftone=Photographic
D [18/Nov/2022:11:21:01 +0100] [Job 30] After mapping finishings RIPrintQuality=Glossy.High
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[0]="RICOH-AficioSG2100"
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[1]="30"
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[2]="christian"
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[3]="Test Page"
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[4]="1"
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[5]="job-uuid=urn:uuid:2ae4f0ea-6216-34a5-4160-44e1cd5099f6 media=0 output-bin=0 print-color-mode=color print-quality=5 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=166876>
D [18/Nov/2022:11:21:01 +0100] [Job 30] argv[6]="/var/spool/cups/d00030-001"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[3]="CUPS_REQUESTROOT=/var/spool/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[4]="CUPS_SERVERBIN=/usr/lib/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[5]="CUPS_SERVERROOT=/etc/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[6]="CUPS_STATEDIR=/run/cups"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[7]="HOME=/var/spool/cups/tmp"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[8]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[9]="SERVER_ADMIN=root@RedCeltic"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[10]="SOFTWARE=CUPS/2.4.1"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[12]="USER=root"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[13]="CUPS_MAX_MESSAGE=2047"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[14]="CUPS_SERVER=/run/cups/cups.sock"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[15]="CUPS_ENCRYPTION=IfRequested"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[16]="IPP_PORT=631"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[17]="CHARSET=utf-8"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[18]="LANG=de_DE.UTF-8"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[19]="PPD=/etc/cups/ppd/RICOH-AficioSG2100.ppd"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[20]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[21]="DEVICE_URI=usb://RICOH/AficioSG2100N?serial=R6000000000"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[22]="PRINTER_INFO=RICOH AficioSG2100N"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[23]="PRINTER_LOCATION=RedCeltic"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[24]="PRINTER=RICOH-AficioSG2100"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[25]="PRINTER_STATE_REASONS=none"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[26]="CUPS_FILETYPE=document"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[27]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [18/Nov/2022:11:21:01 +0100] [Job 30] envp[28]="AUTH_I****"
D [18/Nov/2022:11:21:01 +0100] [Job 30] Started filter /usr/lib/cups/filter/bannertopdf (PID 4497)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Started filter /usr/lib/cups/filter/pdftopdf (PID 4498)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Started filter /usr/lib/cups/filter/gstoraster (PID 4499)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Started filter /usr/lib/cups/filter/rastertorpcr2h30 (PID 4500)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Started backend /usr/lib/cups/backend/usb (PID 4501)
D [18/Nov/2022:11:21:01 +0100] [Job 30] RICOH-AficioSG2100: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [18/Nov/2022:11:21:01 +0100] [Job 30] PID 4497 (/usr/lib/cups/filter/bannertopdf) stopped with status 127 (File too large)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Hint: Try setting the LogLevel to "debug" to find out more.
D [18/Nov/2022:11:21:01 +0100] [Job 30] RICOH-AficioSG2100: error while loading shared libraries: libsnmp.so.30: cannot open shared object file: No such file or directory
D [18/Nov/2022:11:21:01 +0100] [Job 30] RICOH-AficioSG2100: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [18/Nov/2022:11:21:01 +0100] [Job 30] PID 4500 (/usr/lib/cups/filter/rastertorpcr2h30) stopped with status 127 (File too large)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Hint: Try setting the LogLevel to "debug" to find out more.
D [18/Nov/2022:11:21:01 +0100] [Job 30] PID 4498 (/usr/lib/cups/filter/pdftopdf) stopped with status 127 (File too large)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Hint: Try setting the LogLevel to "debug" to find out more.
D [18/Nov/2022:11:21:01 +0100] [Job 30] RICOH-AficioSG2100: error while loading shared libraries: libqpdf.so.26: cannot open shared object file: No such file or directory
D [18/Nov/2022:11:21:01 +0100] [Job 30] PID 4499 (/usr/lib/cups/filter/gstoraster) stopped with status 127 (File too large)
D [18/Nov/2022:11:21:01 +0100] [Job 30] Hint: Try setting the LogLevel to "debug" to find out more.
D [18/Nov/2022:11:21:01 +0100] [Job 30] Loading USB quirks from \"/usr/share/cups/usb\".
D [18/Nov/2022:11:21:01 +0100] [Job 30] Loaded 118 quirks.
D [18/Nov/2022:11:21:01 +0100] [Job 30] Printing on printer with URI: usb://RICOH/AficioSG2100N?serial=R6000000000
D [18/Nov/2022:11:21:01 +0100] [Job 30] libusb_get_device_list=17
D [18/Nov/2022:11:21:01 +0100] [Job 30] STATE: +connecting-to-device
D [18/Nov/2022:11:21:01 +0100] [Job 30] STATE: -connecting-to-device
D [18/Nov/2022:11:21:01 +0100] [Job 30] iSerialNumber=\"R6000000000\"
D [18/Nov/2022:11:21:01 +0100] [Job 30] Printer found with device ID: MFG:RICOH;CMD:PJL,ICP;MDL:AficioSG2100N;STS:10073/10001,0;CLS:PRINTER;DES:RICOH AficioSG2100N;CID:;RIJ:3044/48,16,40,43;REX:17;MIB:100; Device URI: usb://RICOH/AficioSG2100N?serial=R6000000000
D [18/Nov/2022:11:21:01 +0100] [Job 30] Device protocol: 2
D [18/Nov/2022:11:21:01 +0100] [Job 30] Sende Daten zum Drucker.
D [18/Nov/2022:11:21:01 +0100] [Job 30] Sent 0 bytes...
D [18/Nov/2022:11:21:01 +0100] [Job 30] Waiting for read thread to exit..
D [18/Nov/2022:11:21:01 +0100] [Job 30] Read thread still active, aborting the pending read...
D [18/Nov/2022:11:21:01 +0100] [Job 30] PID 4501 (/usr/lib/cups/backend/usb) exited with no errors.
D [18/Nov/2022:11:21:01 +0100] [Job 30] End of messages
D [18/Nov/2022:11:21:01 +0100] [Job 30] printer-state=3(idle)
D [18/Nov/2022:11:21:01 +0100] [Job 30] printer-state-message="Sende Daten zum Drucker."
D [18/Nov/2022:11:21:01 +0100] [Job 30] printer-state-reasons=none

Verflixt, muss schon wieder zur Schicht...

Lg

Antworten |