OKI MB260

Problémy a zkušenosti s hardwarem, perifériemi a jejich ovladači
Zpráva
Autor
viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

OKI MB260

#1 Příspěvek od viliam42 »

Zdravím všetkých. Mám starú tlačiareň OKI MB260, ktorá funguje na origo ovládačoch od výrobcu, ale iba v x86 systéme. Pozeral som sa po rôznych fórach, ale jedine na čo som natrafil je https://kubuntu-users.narkive.com/y8iZK ... d-lff-6050. Ovládače sú tie isté ako na OKI. Vie mi s tým niekto pomôcť?. Ako som už napísal na LINUX MINT 18 x86 to ide bez problémov . Ja ale používam Linux Mint 20 x64.

menom
Příspěvky: 2781
Registrován: 12 pro 2012, 15:10

Re: OKI MB260

#2 Příspěvek od menom »

.

32-bit programy sa daju pouzit na 64-bit systeme po doinstalovani podpory 32-bit :

Kód: Vybrat vše

sudo dpkg --add-architecture i386

Kód: Vybrat vše

sudo apt update

Potom vyskusat instalovat ten ovladac podobne ako na tom 18 x86, no ale jake bude potrebovat zavislosti a ci to bude fungovat
to je otazka.

.
.

viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

Re: OKI MB260

#3 Příspěvek od viliam42 »

Stále to nefunguje. Zajtra skúsim preinštalovať celý systém. Urobil som tam dosť zásahov ,že mam v tom teraz chaos. Skúšal som aj inštalovať cez PPD súbor ,aj ovládače iných tlačiarní na rovnakom princípe.

viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

Re: OKI MB260

#4 Příspěvek od viliam42 »

Napriek všetkým snahám sa mi nepodarilo ju rozbehnúť. Skúšal som aj PCL ovládač, ale nejde to. Navypíše mi chybové hlásenie, ale tlačiareň nič.
Ovládač som inštaloval cez skript a opravil som aj odkaz na c++ knižnicu. Vyskúšal som aj greenie KDE a tam to isté. V suse sa mi nepodarilo ani nainštalovať driver. Na nete som tiež nič nové nenašiel. Už mám taký pocit, že tento typ tlačiarne bol vyrobený v počte jeden kus a ja ju vlastním :lol:

menom
Příspěvky: 2781
Registrován: 12 pro 2012, 15:10

Re: OKI MB260

#5 Příspěvek od menom »

.
viliam42 píše:Ovládač som inštaloval cez skript

To je velmi siroky pojem, bez podrobnosti, presny ovladac, sposob instalacie tazko nieco k tomu pisat.
Mozes este kuknut ci je v systeme instalovana
libusb-0.1-4
a mozno aj
libusb-1.0-0
libgusb2

.
.

viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

Re: OKI MB260

#6 Příspěvek od viliam42 »

libusb-0.1-4 , libusb-1.0-0 , libgusb2 som hľadal cez príkaz find / , ale výsledok bol "Adresár alebo súbor neexistuje". V linuxe som na úrovni začiatočníka ,tak majte so mnou trpezlivosť. Tlačiareň je pripojená cez USB a pri pridávaní tlačiarne ju identifikuje a pridá generic ovládače. Čo sa týka skriptu:
Pri kúpe som dostal CD s ovládačami pre win a Linux a to distra debian , fedora , redhat , suse 10.0 ,10.2 a ubuntu. Sú tam ovládače PCL a raster.
V x86 funguje raster ubuntu ovládač. Po rozbalení archívu sú tam tieto súbory: LaserProLL2.install , LaserProLL2.remove , LaserProLL2.ss , LaserProLL2.sw , Licencia a setup pre grafickú inštaláciu. Ja som inštaloval z ubuntu cez terminál sudo ./LaserProll2.install. Po nainštalovaní som pridal tlačiareň v CUPS 2.3.1 a zvolil ovládač OKI LaserPro. Stále to nešlo a na jednom fóre - https://kubuntu-users.narkive.com/y8iZK ... d-lff-6050 - som našiel, že odkaz na knižnicu libstd++ 6.0.8 je neplatný a treba opraviť odkaz. Pretože táto knižnica sa nachádza v inom adresári , tak som cestu cez príkaz sudo ln -sf opravil a zmenil som aj zdroj na aktuálnu libstd++6.0.28.Tlačiareň však naďalej mlčí a dostávam len chybové hlasenia. V x86 som taký problém nemal. Tam som okrem inštalácie ovládača neurobil nič. Dokonca aj odkaz na knižnicu bol neplatný a tlačiareň tlačila.

viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

Re: OKI MB260

#7 Příspěvek od viliam42 »

LaserProLL2.install
To je ten skript
#!/bin/sh
# Installation script for Laser Pro LL2 version 1.0.
# Produced using ESP Package Manager v4.1; report problems to epm@easysw.com.
#%product Laser Pro LL2
#%vendor OEM
#%copyright 2008-07-23 OEM
#%version 1.0 1000000
#%description OEM
#%rootsize 65
#%usrsize 14600
#
PATH=/usr/xpg4/bin:/bin:/usr/bin:/usr/ucb:${PATH}
SHELL=/bin/sh
case "`uname`" in
Darwin*)
case "`id -un`" in
root)
;;
*)
echo Sorry, you must have administrative priviledges to install this software.
exit 1
;;
esac
;;
*)
case "`id`" in
uid=0*)
;;
*)
echo Sorry, you must be root to install this software.
exit 1
;;
esac
;;
esac
echo Copyright 2008-07-23\ OEM
# Reset umask for install...
umask 002
# Determine correct echo options...
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
ac_n=-n
ac_c=
else
ac_n=
ac_c='\c'
fi
# Determine correct extract options for the tar command...
if test `uname` = Darwin; then
ac_tar="tar -xpPf"
else if test "`tar --help 2>&1 | grep GNU`" = ""; then
ac_tar="tar -xpf"
else
ac_tar="tar -xpPf"
fi fi
if test "$*" = "now"; then
echo Software license silently accepted via command-line option.
else
echo ""
echo This installation script will install the Laser\ Pro\ LL2\
echo software version 1.0 on your system.
echo ""
while true ; do
echo $ac_n "Do you wish to continue? $ac_c"
read yesno
case "$yesno" in
y | yes | Y | Yes | YES)
break
;;
n | no | N | No | NO)
exit 1
;;
*)
echo Please enter yes or no.
;;
esac
done
more LaserProLL2.license
echo ""
while true ; do
echo $ac_n "Do you agree with the terms of this license? $ac_c"
read yesno
case "$yesno" in
y | yes | Y | Yes | YES)
break
;;
n | no | N | No | NO)
exit 1
;;
*)
echo Please enter yes or no.
;;
esac
done
fi
if test -x /etc/software/LaserProLL2.remove; then
echo Removing old versions of LaserProLL2 software...
/etc/software/LaserProLL2.remove now
fi
case `uname` in
AIX)
dfroot=`df -k / | tr '\n' ' '`
dfusr=`df -k /usr | tr '\n' ' '`
fsroot=`echo $dfroot | awk '{print $15}'`
sproot=`echo $dfroot | awk '{print $11}'`
fsusr=`echo $dfusr | awk '{print $15}'`
spusr=`echo $dfusr | awk '{print $11}'`
;;

HP-UX)
dfroot=`df -k / | tr '\n' ' '`
dfusr=`df -k /usr | tr '\n' ' '`
fsroot=`echo $dfroot | awk '{print $1}'`
sproot=`echo $dfroot | awk '{print $9}'`
fsusr=`echo $dfusr | awk '{print $1}'`
spusr=`echo $dfusr | awk '{print $9}'`
;;

IRIX*)
dfroot=`df -k / | tr '\n' ' '`
dfusr=`df -k /usr | tr '\n' ' '`
fsroot=`echo $dfroot | awk '{print $15}'`
sproot=`echo $dfroot | awk '{print $13}'`
fsusr=`echo $dfusr | awk '{print $15}'`
spusr=`echo $dfusr | awk '{print $13}'`
;;

SCO*)
dfroot=`df -k -B / | tr '\n' ' '`
dfusr=`df -k -B /usr | tr '\n' ' '`
fsroot=`echo $dfroot | awk '{print $13}'`
sproot=`echo $dfroot | awk '{print $11}'`
fsusr=`echo $dfusr | awk '{print $13}'`
spusr=`echo $dfusr | awk '{print $11}'`
;;

*)
dfroot=`df -k / | tr '\n' ' '`
dfusr=`df -k /usr | tr '\n' ' '`
fsroot=`echo $dfroot | awk '{print $13}'`
sproot=`echo $dfroot | awk '{print $11}'`
fsusr=`echo $dfusr | awk '{print $13}'`
spusr=`echo $dfusr | awk '{print $11}'`
;;
esac

if test x$sproot = x -o x$spusr = x; then
echo WARNING: Unable to determine available disk space\; installing blindly...
else
if test x$fsroot = x$fsusr; then
if test 14665 -gt $sproot; then
echo Not enough free disk space for software:
echo You need 14665 kbytes but only have $sproot kbytes available.
exit 1
fi
else
if test 65 -gt $sproot; then
echo Not enough free disk space for software:
echo You need 65 kbytes in / but only have $sproot kbytes available.
exit 1
fi

if test 14600 -gt $spusr; then
echo Not enough free disk space for software:
echo You need 14600 kbytes in /usr but only have $spusr kbytes available.
exit 1
fi
fi
fi
#%requires /usr/lib/cups 0 2147483647
if test ! -r /usr/lib/cups -a ! -h /usr/lib/cups; then
echo Sorry, you must first install \'/usr/lib/cups\'!
exit 1
fi
echo Backing up old versions of non-shared files to be installed...
for file in /etc/customps; do
if test -d "$file" -o -f "$file" -o -h "$file"; then
mv -f "$file" "$file.O"
fi
done
if test -w /usr ; then
echo Backing up old versions of shared files to be installed...
for file in /usr/bin/qtcups /usr/lib/cups/filter/InstructionPage/A4Long /usr/lib/cups/filter/InstructionPage/A4Short \
/usr/lib/cups/filter/InstructionPage/A5Long /usr/lib/cups/filter/InstructionPage/A5Short \
/usr/lib/cups/filter/InstructionPage/A5_LEFLong /usr/lib/cups/filter/InstructionPage/A5_LEFShort \
/usr/lib/cups/filter/InstructionPage/B5_ISOLong /usr/lib/cups/filter/InstructionPage/B5_ISOShort \
/usr/lib/cups/filter/InstructionPage/ExecutiveLong /usr/lib/cups/filter/InstructionPage/ExecutiveShort \
/usr/lib/cups/filter/InstructionPage/Folio_legal_13Long /usr/lib/cups/filter/InstructionPage/Folio_legal_13Short \
/usr/lib/cups/filter/InstructionPage/JIS_B5Long /usr/lib/cups/filter/InstructionPage/JIS_B5Short \
/usr/lib/cups/filter/InstructionPage/LegalLong /usr/lib/cups/filter/InstructionPage/LegalShort \
/usr/lib/cups/filter/InstructionPage/LetterLong /usr/lib/cups/filter/InstructionPage/LetterShort \
/usr/lib/cups/filter/InstructionPage/OfficioLong /usr/lib/cups/filter/InstructionPage/OfficioShort \
/usr/lib/cups/filter/InstructionPage/Statement_half_LetterLong /usr/lib/cups/filter/InstructionPage/Statement_half_LetterShort \
/usr/lib/cups/filter/rastertoprinter /usr/lib/cups/filter/rastertoprinterbin /usr/lib/cups/filter/watermarkfilter \
/usr/local/bin/qtcups /usr/share/ppd/openprinting/Laser_Pro_LL2.ppd; do
if test -d "$file" -o -f "$file" -o -h "$file"; then
mv -f "$file" "$file.O"
fi
done
fi
echo Creating installation directories...
if test ! -d /usr/lib/cups/filter/InstructionPage -a ! -f /usr/lib/cups/filter/InstructionPage -a ! -h /usr/lib/cups/filter/InstructionPage; then
mkdir -p /usr/lib/cups/filter/InstructionPage
else
if test -f /usr/lib/cups/filter/InstructionPage; then
echo Error: /usr/lib/cups/filter/InstructionPage already exists as a regular file!
exit 1
fi
fi
chown root /usr/lib/cups/filter/InstructionPage
chgrp root /usr/lib/cups/filter/InstructionPage
chmod 755 /usr/lib/cups/filter/InstructionPage
echo Installing software...
gzip -dc LaserProLL2.sw | $ac_tar -
if echo Write Test >/usr/.writetest 2>/dev/null; then
gzip -dc LaserProLL2.ss | $ac_tar -
fi
if test -d /etc/software; then
rm -f /etc/software/LaserProLL2.remove
else
mkdir -p /etc/software
fi
cp LaserProLL2.remove /etc/software
chmod 544 /etc/software/LaserProLL2.remove
echo Updating file permissions...
if test -f /usr/.writetest; then
rm -f /usr/.writetest
fi
echo Running post-install commands...
ln -sf /usr/lib/libstdc++.so.6.0.8 /usr/lib/libstdc++.so.5
echo Installation is complete.

menom
Příspěvky: 2781
Registrován: 12 pro 2012, 15:10

Re: OKI MB260

#8 Příspěvek od menom »

.

Ci su instalovane kniznice libusb-0.1-4 , libusb-1.0-0 , libgusb2
sa da skontrolovat cez program Synaptic package manager

Pri tej instalacii by asi bolo zaujimave si porovnat ako to prebehlo v starom a novom linuxe.

.
.

viliam42
Příspěvky: 21
Registrován: 10 říj 2020, 17:41

Re: OKI MB260

#9 Příspěvek od viliam42 »

libusb-0.1-4 nebol nainštalovaný. Ostatné sú. Našiel som ešte libusb-1.0-0-dev. Po nainštalovaní znovu chyba.


Page 1 (<troubleshoot.SchedulerNotRunning.SchedulerNotRunning object at 0x7fe4ec3b3340>):
{'cups_connection_failure': False}
Page 2 (<troubleshoot.CheckLocalServerPublishing.CheckLocalServerPublishing object at 0x7fe4ec3b3880>):
{'local_server_exporting_printers': False}
Page 3 (<troubleshoot.ChoosePrinter.ChoosePrinter object at 0x7fe4ec3b3b80>):
{'cups_dest': <cups.Dest OKI-MB260 (default)>,
'cups_instance': None,
'cups_queue': 'OKI-MB260',
'cups_queue_listed': True}
Page 4 (<troubleshoot.CheckPrinterSanity.CheckPrinterSanity object at 0x7fe4ec3b3c40>):
{'cups_device_uri_scheme': 'usb',
'cups_printer_dict': {'device-uri': 'usb://OKI/MB260?serial=L510016LA220242',
'printer-info': 'OKI MB260',
'printer-is-shared': True,
'printer-location': 'viliam-PC',
'printer-make-and-model': 'Laser Pro LL2',
'printer-state': 3,
'printer-state-message': 'Rendering completed',
'printer-state-reasons': ['none'],
'printer-type': 167940,
'printer-uri-supported': 'ipp://localhost/printers/OKI-MB260'},
'cups_printer_remote': False,
'is_cups_class': False,
'local_cups_queue_attributes': {'charset-configured': 'utf-8',
'charset-supported': ['us-ascii', 'utf-8'],
'color-supported': False,
'compression-supported': ['none', 'gzip'],
'copies-default': 1,
'copies-supported': (1, 9999),
'cups-version': '2.3.1',
'device-uri': 'usb://OKI/MB260?serial=L510016LA220242',
'document-format-default': 'application/octet-stream',
'document-format-supported': ['application/octet-stream',
'application/pdf',
'application/postscript',
'application/vnd.adobe-reader-postscript',
'application/vnd.cups-pdf',
'application/vnd.cups-pdf-banner',
'application/vnd.cups-postscript',
'application/vnd.cups-raster',
'application/vnd.cups-raw',
'application/x-cshell',
'application/x-csource',
'application/x-perl',
'application/x-shell',
'image/gif',
'image/jpeg',
'image/png',
'image/pwg-raster',
'image/tiff',
'image/urf',
'image/x-bitmap',
'image/x-photocd',
'image/x-portable-anymap',
'image/x-portable-bitmap',
'image/x-portable-graymap',
'image/x-portable-pixmap',
'image/x-sgi-rgb',
'image/x-sun-raster',
'image/x-xbitmap',
'image/x-xpixmap',
'image/x-xwindowdump',
'text/css',
'text/html',
'text/plain'],
'finishings-default': 3,
'finishings-supported': [3],
'generated-natural-language-supported': ['sk-sk'],
'ipp-features-supported': ['subscription-object'],
'ipp-versions-supported': ['1.0',
'1.1',
'2.0',
'2.1'],
'ippget-event-life': 15,
'job-cancel-after-default': 10800,
'job-cancel-after-supported': (0, 2147483647),
'job-creation-attributes-supported': ['copies',
'finishings',
'finishings-col',
'ipp-attribute-fidelity',
'job-hold-until',
'job-name',
'job-priority',
'job-sheets',
'media',
'media-col',
'multiple-document-handling',
'number-up',
'number-up-layout',
'orientation-requested',
'output-bin',
'page-delivery',
'page-ranges',
'print-color-mode',
'print-quality',
'print-scaling',
'printer-resolution',
'sides'],
'job-hold-until-default': 'no-hold',
'job-hold-until-supported': ['no-hold',
'indefinite',
'day-time',
'evening',
'night',
'second-shift',
'third-shift',
'weekend'],
'job-ids-supported': True,
'job-k-limit': 0,
'job-k-octets-supported': (0, 80297312),
'job-page-limit': 0,
'job-priority-default': 50,
'job-priority-supported': [100],
'job-quota-period': 0,
'job-settable-attributes-supported': ['copies',
'finishings',
'job-hold-until',
'job-name',
'job-priority',
'media',
'media-col',
'multiple-document-handling',
'number-up',
'output-bin',
'orientation-requested',
'page-ranges',
'print-color-mode',
'print-quality',
'printer-resolution',
'sides'],
'job-sheets-default': ('none', 'none'),
'job-sheets-supported': ['none',
'classified',
'confidential',
'form',
'secret',
'standard',
'topsecret',
'unclassified'],
'jpeg-k-octets-supported': (0, 80297312),
'jpeg-x-dimension-supported': (0, 65535),
'jpeg-y-dimension-supported': (1, 65535),
'marker-change-time': 0,
'media-bottom-margin-supported': [423],
'media-col-default': '(unknown IPP value tag '
'0x34)',
'media-col-supported': ['media-bottom-margin',
'media-left-margin',
'media-right-margin',
'media-size',
'media-source',
'media-top-margin',
'media-type'],
'media-default': 'iso_a4_210x297mm',
'media-left-margin-supported': [423],
'media-right-margin-supported': [408,
432,
398,
485,
341,
399,
397,
584,
563,
423,
411,
-175,
425,
415,
413],
'media-size-supported': ['(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)',
'(unknown IPP value '
'tag 0x34)'],
'media-source-supported': ['auto',
'tray-1',
'manual'],
'media-supported': ['iso_a4_210x297mm',
'iso_a5_148x210mm',
'custom_209.9x148.17mm_209.9x148.17mm',
'iso_a6_105x148mm',
'custom_182.74x256.47mm_182.74x256.47mm',
'custom_127.71x182.74mm_127.71x182.74mm',
'jpn_hagaki_100x148mm',
'custom_147.81x99.84mm_147.81x99.84mm',
'jpn_oufuku_148x200mm',
'custom_200.03x148.17mm_200.03x148.17mm',
'na_letter_8.5x11in',
'na_legal_8.5x14in',
'na_monarch_3.875x7.5in',
'om_folio_210x330mm',
'na_executive_7.25x10.5in',
'iso_b5_176x250mm',
'na_invoice_5.5x8.5in',
'iso_b6_125x176mm',
'na_number-10_4.125x9.5in',
'na_number-9_3.875x8.875in',
'iso_c5_162x229mm',
'custom_113.95x160.51mm_113.95x160.51mm',
'iso_dl_110x220mm',
'custom_215.9x341.49mm_215.9x341.49mm',
'custom_min_89.96x147.81mm',
'custom_max_215.9x355.95mm'],
'media-top-margin-supported': [587,
560,
584,
518,
638,
549,
552,
411,
432,
576,
540,
594,
577,
563,
422,
593],
'media-type-supported': ['normal', 'thick'],
'multiple-document-handling-supported': ['separate-documents-uncollated-copies',
'separate-documents-collated-copies'],
'multiple-document-jobs-supported': True,
'multiple-operation-time-out': 900,
'multiple-operation-time-out-action': 'process-job',
'natural-language-configured': 'sk-sk',
'notify-attributes-supported': ['printer-state-change-time',
'notify-lease-expiration-time',
'notify-subscriber-user-name'],
'notify-events-default': ['job-completed'],
'notify-events-supported': ['job-completed',
'job-config-changed',
'job-created',
'job-progress',
'job-state-changed',
'job-stopped',
'printer-added',
'printer-changed',
'printer-config-changed',
'printer-deleted',
'printer-finishings-changed',
'printer-media-changed',
'printer-modified',
'printer-restarted',
'printer-shutdown',
'printer-state-changed',
'printer-stopped',
'server-audit',
'server-restarted',
'server-started',
'server-stopped'],
'notify-lease-duration-default': 86400,
'notify-lease-duration-supported': (0,
2147483647),
'notify-max-events-supported': [100],
'notify-pull-method-supported': ['ippget'],
'notify-schemes-supported': ['dbus',
'mailto',
'rss'],
'number-up-default': 1,
'number-up-layout-supported': ['btlr',
'btrl',
'lrbt',
'lrtb',
'rlbt',
'rltb',
'tblr',
'tbrl'],
'number-up-supported': [1, 2, 4, 6, 9, 16],
'operations-supported': [2,
4,
5,
6,
8,
9,
10,
11,
12,
13,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
34,
35,
37,
38,
56,
57,
59,
16385,
16386,
16387,
16388,
16389,
16390,
16391,
16392,
16393,
16394,
16395,
16396,
16397,
16398,
16399,
16423,
14],
'orientation-requested-default': None,
'orientation-requested-supported': [3,
4,
5,
6],
'output-bin-default': 'face-down',
'output-bin-supported': ['face-down'],
'page-delivery-supported': ['reverse-order',
'same-order'],
'page-ranges-supported': True,
'pages-per-minute': 8,
'pdf-k-octets-supported': (0, 80297312),
'pdf-versions-supported': ['adobe-1.2',
'adobe-1.3',
'adobe-1.4',
'adobe-1.5',
'adobe-1.6',
'adobe-1.7',
'iso-19005-1_2005',
'iso-32000-1_2008',
'pwg-5102.3'],
'pdl-override-supported': ['attempted'],
'port-monitor': 'none',
'port-monitor-supported': ['none'],
'print-color-mode-default': 'monochrome',
'print-color-mode-supported': ['monochrome'],
'print-quality-default': 4,
'print-quality-supported': [4],
'print-scaling-supported': ['auto',
'auto-fit',
'fill',
'fit',
'none'],
'printer-commands': 'none',
'printer-config-change-date-time': '(IPP_TAG_DATE)',
'printer-config-change-time': 1602483886,
'printer-current-time': '(IPP_TAG_DATE)',
'printer-dns-sd-name': None,
'printer-error-policy': 'retry-job',
'printer-error-policy-supported': ['abort-job',
'retry-current-job',
'retry-job',
'stop-printer'],
'printer-geo-location': '(unknown IPP value '
'tag 0x12)',
'printer-get-attributes-supported': ['document-format'],
'printer-icons': 'http://localhost/icons/OKI-MB260.png',
'printer-id': 6,
'printer-info': 'OKI MB260',
'printer-is-accepting-jobs': True,
'printer-is-shared': True,
'printer-is-temporary': False,
'printer-location': 'viliam-PC',
'printer-make-and-model': 'Laser Pro LL2',
'printer-more-info': 'http://localhost/printers/OKI-MB260',
'printer-name': 'OKI-MB260',
'printer-op-policy': 'default',
'printer-op-policy-supported': ['authenticated',
'default',
'kerberos'],
'printer-organization': '',
'printer-organizational-unit': '',
'printer-resolution-default': (600, 600, 3),
'printer-resolution-supported': [(600,
600,
3)],
'printer-settable-attributes-supported': ['printer-geo-location',
'printer-info',
'printer-location',
'printer-organization',
'printer-organizational-unit'],
'printer-state': 3,
'printer-state-change-date-time': '(IPP_TAG_DATE)',
'printer-state-change-time': 1602483897,
'printer-state-message': 'Rendering completed',
'printer-state-reasons': ['none'],
'printer-strings-uri': 'http://localhost/strings/OKI-MB260.strings',
'printer-type': 167940,
'printer-up-time': 1602483910,
'printer-uri-supported': ['ipp://localhost/printers/OKI-MB260'],
'printer-uuid': 'urn:uuid:eaf1552e-d9bd-38a5-6c12-3e5de5c41150',
'pwg-raster-document-resolution-supported': [(600,
600,
3)],
'pwg-raster-document-type-supported': ['black_1',
'sgray_8'],
'queued-job-count': 1,
'server-is-sharing-printers': False,
'sides-default': 'one-sided',
'sides-supported': ['one-sided'],
'uri-authentication-supported': ['requesting-user-name'],
'uri-security-supported': ['none'],
'which-jobs-supported': ['completed',
'not-completed',
'aborted',
'all',
'canceled',
'pending',
'pending-held',
'processing',
'processing-stopped']}}
Page 5 (<troubleshoot.CheckPPDSanity.CheckPPDSanity object at 0x7fe4ec3c1460>):
{'cups_printer_ppd_defaults': {'General': {'Booklet': 'Off',
'EcoTonerMode': 'Off',
'InputSlot': 'AutoSelect',
'InstructionPage': 'Off',
'MediaType': 'NORMAL',
'PageRegion': 'A4',
'PageSize': 'A4',
'Resolution': '600dpi',
'RightBinding': 'Off',
'SimplexBinding': 'Long'}},
'cups_printer_ppd_valid': True,
'missing_pkgs_and_exes': ([], [])}
Page 6 (<troubleshoot.LocalOrRemote.LocalOrRemote object at 0x7fe4ec3c1820>):
{'printer_is_remote': False}
Page 7 (<troubleshoot.DeviceListed.DeviceListed object at 0x7fe4ec3c1a30>):
{'cups_device_dict': {'device-class': 'direct',
'device-id': 'MFG:OKI;MDL: '
'MB260;CMD:AUTOMATIC,PJL,GDI_RL;DES:OKI '
'MB260;CLS:PRINTER;VER:v2.05f '
';NS:L510016LA220242;',
'device-info': 'OKI MB260',
'device-make-and-model': 'OKI MB260'}}
Page 8 (<troubleshoot.PrinterStateReasons.PrinterStateReasons object at 0x7fe4ec3d9d90>):
{'printer-state-message': 'Rendering completed',
'printer-state-reasons': ['none']}
Page 9 (<troubleshoot.ErrorLogCheckpoint.ErrorLogCheckpoint object at 0x7fe4e44ca160>):
{'cups_server_settings': {'BrowseLocalProtocols': 'dnssd',
'DefaultAuthType': 'Basic',
'JobPrivateAccess': 'default',
'JobPrivateValues': 'default',
'MaxLogSize': '0',
'PageLogFormat': '',
'SubscriptionPrivateAccess': 'default',
'SubscriptionPrivateValues': 'default',
'WebInterface': 'Yes',
'_debug_logging': '0',
'_remote_admin': '0',
'_remote_any': '0',
'_share_printers': '0',
'_user_cancel_any': '0'},
'error_log_checkpoint': 140616,
'error_log_cursor': 's=64c7e8579fda422d9f12d1cec21ca4de;i=2bdc;b=c87a1cd7353f47c49b732cddd1451265;m=2a6f566c;t=5b173608071d3;x=6f706f8b619f9e51',
'error_log_debug_logging_set': True,
'error_log_timestamp': '2020-10-12 08:26:21'}
Page 10 (<troubleshoot.ErrorLogFetch.ErrorLogFetch object at 0x7fe4e44ca220>):
{'error_log_debug_logging_unset': True, 'journal': []}
Page 11 (<troubleshoot.Locale.Locale object at 0x7fe4e44ecbb0>):
{'printer_page_size': 'A4',
'system_locale_lang': None,
'user_locale_ctype': 'sk_SK',
'user_locale_messages': 'sk_SK'}

menom
Příspěvky: 2781
Registrován: 12 pro 2012, 15:10

Re: OKI MB260

#10 Příspěvek od menom »

.

Mohol by si este vyskusat aktualizovat:

Kód: Vybrat vše

sudo apt upgrade


A potom v prehliadaci zadat adresu

Kód: Vybrat vše

localhost:631

Co tam napise ...
Na karte Printers vidno OKI ?
na karte Jobs ?
Error _?

.
.

Zamčeno