Jump to content

Drucker: Difference between revisions

From Parasol
Added RS64 Printer
Tag: visualeditor
No edit summary
Tag: visualeditor
Line 31: Line 31:
|DUS RS64 PSL Office
|DUS RS64 PSL Office
|DUS RS64 EG PSL Office
|DUS RS64 EG PSL Office
|192.168.11.211
|192.168.11.221
|OKI ES5473 - A4 MFP
|OKI ES5473 - A4 MFP
|[https://www.oki.com/de/printing/support/drivers-and-utilities/colour-multifunction/46357102/ Download]
|[https://www.oki.com/de/printing/support/drivers-and-utilities/colour-multifunction/46357102/ Download]

Revision as of 21:36, 27 November 2022

Verbrauchsmaterial

Alle Drucker mit Druckerpapier maximal füllen.

EPSON DIN A2 Drucker

Standort IP Modell Driver Name
Hof Another Slang 10.110.200.47 EPSON SureColor SC-P800 Download -

OKI Drucker

Standort Name IP Modell Druckertreiber Scannertreiber Papierfächer
DUS 1.OG Focus Space DUS FS75 FS 1OG A4 10.1.200.1 OKI ES5473 - A4 MFP Download Download Tray1 = Geschäftspapier
Tray2 = Normalpapier
DUS EG Bibliothek/IT DUS FS75 ITR EG A3 10.1.200.2 OKI ES8434 - A3 Printer Download
DUS EG Empfang DUS FS75 EG Empfang 10.1.200.3 OKI ES5473 - A4 MFP Download Download
DUS RS64 PSL Office DUS RS64 EG PSL Office 192.168.11.221 OKI ES5473 - A4 MFP Download Download
BER 1.OG Empfang  PSL | BER | RDS26 | HH | 1OG | Empfang 10.111.200.211 OKI ES5473 - A4 MFP Download
BER 1.OG Lager  PSL | BER | RDS26 | HH | 1OG | Lager 10.111.200.212 OKI ES8434 - A3 Printer downlaod

Schnell Installation für macOS
In der Terminal.app folgenden Code ausführen.

sudo bash < <(curl -s https://myapi3.parasol-island.com/driver/oki/install.12.text)

Wenn nach einem Kennwort gefragt wird handelt es sich um dein Computerkennwort. (!Achtung: Das Kennwort wird beim Tippen nicht angezeigt!)

Error creating thumbnail: File missing
Error creating thumbnail: File missing
Error creating thumbnail: File missing
Error creating thumbnail: File missing

Papierprofile für EPSON SureColor SC-P800

File:Epson Enhanced Matte_15.03.2018_1.icc.zip

IT: Seitenzähler auslesen

<syntaxhighlight lang="bash">

  1. !/bin/bash

ES5473=( 10.110.200.111 \

        10.110.200.121 \
        10.110.200.123 \
        10.110.200.131 )

ES8434=( 10.110.200.112 \

        10.111.200.212 )

for ip in "${ES5473[@]}" do

 echo "      IP:" $ip
 echo "  Serial:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.2.1.43.5.1.1.17.1 | sed 's/\"//g')
 echo "Location:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.2.1.1.6.0 | sed 's/\"//g')
 echo "   Color:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.4.1.2001.1.1.4.2.1.1.11.0 | sed 's/\"//g')
 echo "    Mono:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.4.1.2001.1.1.4.2.1.1.12.0 | sed 's/\"//g')
 echo "------------------------------------------------------"

done

for ip in "${ES8434[@]}" do

 echo "      IP:" $ip
 echo "  Serial:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.2.1.43.5.1.1.17.1 | sed 's/\"//g')
 echo "Location:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.2.1.1.6.0 | sed 's/\"//g')
 echo "   Color:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.4.1.2001.1.1.1.1.11.1.10.140.0 | sed 's/\"//g')
 echo "    Mono:" $(snmpget -Oqv -v1 -c public $ip .1.3.6.1.4.1.2001.1.1.1.1.11.1.10.130.0 | sed 's/\"//g')
 echo "------------------------------------------------------"

done

</syntaxhighlight>

M1 Probleme

https://discussions.apple.com/thread/252093470