Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Dann mal sudo apt-get install --reinstall hplip hplip-data libsane-hpaio Danach wenn keine Fehlermeldung sudo /etc/init.d/cups restart Dann hp-setup -i bin mal gespannt 😉
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: Zähle...
|
Ergiebt folgende Fehlermeldung: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25 | sudo apt-get install --reinstall hplip hplip-data libsane-hpaio
[sudo] Passwort für kai:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
0 aktualisiert, 0 neu installiert, 3 erneut installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 121 kB von 7.547 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Holen:1 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 libsane-hpaio amd64 3.17.10+repack0-5 [121 kB]
Es wurden 121 kB in 0 s geholt (926 kB/s).
(Lese Datenbank ... 177346 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libsane-hpaio_3.17.10+repack0-5_amd64.deb ...
Entpacken von libsane-hpaio:amd64 (3.17.10+repack0-5) über (3.17.10+repack0-5) ...
Vorbereitung zum Entpacken von .../hplip_3.17.10+repack0-5_amd64.deb ...
Entpacken von hplip (3.17.10+repack0-5) über (3.17.10+repack0-5) ...
Vorbereitung zum Entpacken von .../hplip-data_3.17.10+repack0-5_all.deb ...
Entpacken von hplip-data (3.17.10+repack0-5) über (3.17.10+repack0-5) ...
hplip-data (3.17.10+repack0-5) wird eingerichtet ...
Trigger für man-db (2.8.3-2) werden verarbeitet ...
Trigger für dbus (1.12.2-1ubuntu1) werden verarbeitet ...
libsane-hpaio:amd64 (3.17.10+repack0-5) wird eingerichtet ...
hplip (3.17.10+repack0-5) wird eingerichtet ...
Creating/updating hplip user account...
Can't open /etc/hp/hplip.conf: Datei oder Verzeichnis nicht gefunden.
Can't open /etc/hp/hplip.conf: Datei oder Verzeichnis nicht gefunden.
|
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Hmm Can't open /etc/hp/hplip.conf: Datei oder Verzeichnis nicht gefunden. die wird eigentlich bei der Install generiert # hplip.conf. Generated from hplip.conf.in by configure. Wir müssen ganz von vorne anfangen. sudo purge hplip hplip-data libsane-hpaio Leider Stück für Stück.
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
So, habe den Befehl um apt-get ergänzt und dann sudo apt-get install --reinstall hplip hplip-data libsane-hpaio, sudo /etc/init.d/cups restart , hp-setup -i durch laufen lassen. Immerhin fehlerfrei. Leider ist es wie am Anfang, er druckt nicht ☹
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
Hp-check liefert: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258 | hp-check[12178]: info: :
hp-check[12178]: info: :HP Linux Imaging and Printing System (ver. 3.17.10)
hp-check[12178]: info: :Dependency/Version Check Utility ver. 15.1
hp-check[12178]: info: :
hp-check[12178]: info: :Copyright (c) 2001-15 HP Development Company, LP
hp-check[12178]: info: :This software comes with ABSOLUTELY NO WARRANTY.
hp-check[12178]: info: :This is free software, and you are welcome to distribute it
hp-check[12178]: info: :under certain conditions. See COPYING file for more details.
hp-check[12178]: info: :
hp-check[12178]: info: :Note: hp-check can be run in three modes:
hp-check[12178]: info: :1. Compile-time check mode (-c or --compile): Use this mode before compiling the
hp-check[12178]: info: :HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
hp-check[12178]: info: :are installed to successfully compile HPLIP.
hp-check[12178]: info: :2. Run-time check mode (-r or --run): Use this mode to determine if a distro
hp-check[12178]: info: :supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball
hp-check[12178]: info: :has the proper dependencies installed to successfully run.
hp-check[12178]: info: :3. Both compile- and run-time check mode (-b or --both) (Default): This mode
hp-check[12178]: info: :will check both of the above cases (both compile- and run-time dependencies).
hp-check[12178]: info: :
hp-check[12178]: info: :Check types:
hp-check[12178]: info: :a. EXTERNALDEP - External Dependencies
hp-check[12178]: info: :b. GENERALDEP - General Dependencies (required both at compile and run time)
hp-check[12178]: info: :c. COMPILEDEP - Compile time Dependencies
hp-check[12178]: info: :d. [All are run-time checks]
hp-check[12178]: info: :PYEXT SCANCONF QUEUES PERMISSION
hp-check[12178]: info: :
hp-check[12178]: info: :Status Types:
hp-check[12178]: info: : OK
hp-check[12178]: info: : MISSING - Missing Dependency or Permission or Plug-in
hp-check[12178]: info: : INCOMPAT - Incompatible dependency-version or Plugin-version
hp-check[12178]: info: :
warning: 12-18.04 version is not supported. Using 12-17.04 versions dependencies to verify and install...
hp-check[12178]: info: :
hp-check[12178]: info: :---------------
hp-check[12178]: info: :| SYSTEM INFO |
hp-check[12178]: info: :---------------
hp-check[12178]: info: :
hp-check[12178]: info: : Kernel: 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 GNU/Linux
Host: kai-ThinkPad-T530
Proc: 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 GNU/Linux
Distribution: 12 18.04
hp-check[12178]: info: : Bitness: 64 bit
hp-check[12178]: info: :
hp-check[12178]: info: :-----------------------
hp-check[12178]: info: :| HPLIP CONFIGURATION |
hp-check[12178]: info: :-----------------------
hp-check[12178]: info: :
hp-check[12178]: info: :HPLIP-Version: HPLIP 3.17.10
hp-check[12178]: info: :HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for 12 distro 18.04 version
hp-check[12178]: info: :
hp-check[12178]: info: :Current contents of '/etc/hp/hplip.conf' file:
hp-check[12178]: info: :# hplip.conf. Generated from hplip.conf.in by configure.
[hplip]
version=3.17.10
[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip
html=/usr/share/doc/hplip-doc
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin
apparmor=/etc/apparmor.d
# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
hpijs-install=yes
foomatic-drv-install=yes
foomatic-ppd-install=yes
foomatic-rip-hplip-install=no
hpcups-install=yes
cups-drv-install=yes
cups-ppd-install=no
internal-tag=3.17.10
restricted-build=no
ui-toolkit=qt5
qt3=no
qt4=no
qt5=yes
policy-kit=yes
lite-build=no
udev_sysfs_rules=no
hpcups-only-build=no
hpijs-only-build=no
apparmor_build=no
hp-check[12178]: info: :
hp-check[12178]: info: :Current contents of '/var/lib/hp/hplip.state' file:
hp-check[12178]: info: :[plugin]
installed = 1
eula = 1
version = 3.17.10
hp-check[12178]: info: :
hp-check[12178]: info: :Current contents of '~/.hplip/hplip.conf' file:
hp-check[12178]: info: :[commands]
scan = /usr/bin/xsane -V %SANE_URI%
[fax]
email_address =
voice_phone =
[installation]
date_time = 08/26/18 17:45:17
version = 3.17.10
[last_used]
device_uri = "hp:/net/HP_LaserJet_Professional_M1212nf_MFP?ip=192.168.178.201"
printer_name = HP_LaserJet_Professional_M1212nf_MFP
working_dir = .
[polling]
device_list =
enable = false
interval = 5
[refresh]
enable = false
rate = 30
type = 1
[settings]
systray_messages = 0
systray_visible = 0
[upgrade]
last_upgraded_time = 1535209924
latest_available_version = 3.17.10
notify_upgrade = false
pending_upgrade_time = 0
hp-check[12178]: info: : <Package-name> <Package-Desc> <Required/Optional> <Min-Version> <Installed-Version> <Status> <Comment>
hp-check[12178]: info: :
hp-check[12178]: info: :-------------------------
hp-check[12178]: info: :| External Dependencies |
hp-check[12178]: info: :-------------------------
hp-check[12178]: info: :
hp-check[12178]: info: : cups CUPS - Common Unix Printing System REQUIRED 1.1 2.2.7 OK 'CUPS Scheduler is running'
hp-check[12178]: info: : gs GhostScript - PostScript and PDF language interpreter and previewer REQUIRED 7.05 9.22 OK -
hp-check[12178]: info: : xsane xsane - Graphical scanner frontend for SANE OPTIONAL 0.9 0.999 OK -
hp-check[12178]: info: : scanimage scanimage - Shell scanning program OPTIONAL 1.0 1.0.27 OK -
hp-check[12178]: info: : dbus DBus - Message bus system REQUIRED - 1.12.2 OK -
hp-check[12178]: info: : policykit PolicyKit - Administrative policy framework OPTIONAL - 0.105 OK -
hp-check[12178]: info: : network network -wget OPTIONAL - 1.19.4 OK -
hp-check[12178]: info: : avahi-utils avahi-utils OPTIONAL - 0.7 OK -
hp-check[12178]: info: :
hp-check[12178]: info: :------------------------
hp-check[12178]: info: :| General Dependencies |
hp-check[12178]: info: :------------------------
hp-check[12178]: info: :
hp-check[12178]: info: : libjpeg libjpeg - JPEG library REQUIRED - - OK -
hp-check[12178]: info: : cups-devel CUPS devel- Common Unix Printing System development files REQUIRED - 2.2.7 OK -
hp-check[12178]: info: : cups-image CUPS image - CUPS image development files REQUIRED - 2.2.7 OK -
hp-check[12178]: info: : libpthread libpthread - POSIX threads library REQUIRED - b'2.27' OK -
hp-check[12178]: info: : libusb libusb - USB library REQUIRED - 1.0 OK -
hp-check[12178]: info: : sane SANE - Scanning library REQUIRED - - OK -
hp-check[12178]: info: : sane-devel SANE - Scanning library development files REQUIRED - - OK -
hp-check[12178]: info: : libnetsnmp-devel libnetsnmp-devel - SNMP networking library development files REQUIRED 5.0.9 5.7.3 OK -
hp-check[12178]: info: : libcrypto libcrypto - OpenSSL cryptographic library REQUIRED - 1.1.0 OK -
hp-check[12178]: info: : python3X Python 2.2 or greater - Python programming language REQUIRED 2.2 3.6.5 OK -
hp-check[12178]: info: : python3-notify2 Python libnotify - Python bindings for the libnotify Desktop notifications OPTIONAL - - OK -
hp-check[12178]: info: : python3-pyqt4-dbus PyQt 4 DBus - DBus Support for PyQt4 OPTIONAL 4.0 4.12.1 OK -
hp-check[12178]: info: : python3-pyqt4 PyQt 4- Qt interface for Python (for Qt version 4.x) REQUIRED 4.0 4.12.1 OK -
hp-check[12178]: info: : python3-dbus Python DBus - Python bindings for DBus REQUIRED 0.80.0 1.2.6 OK -
hp-check[12178]: info: : python3-xml Python XML libraries REQUIRED - 2.2.5 OK -
hp-check[12178]: info: : python3-devel Python devel - Python development files REQUIRED 2.2 3.6.5 OK -
hp-check[12178]: info: : python3-pil PIL - Python Imaging Library (required for commandline scanning with hp-scan) OPTIONAL - 1.1.7 OK -
hp-check[12178]: info: : python3-reportlab Reportlab - PDF library for Python OPTIONAL 2.0 3.4.0 OK -
hp-check[12178]: info: :
hp-check[12178]: info: :--------------
hp-check[12178]: info: :| COMPILEDEP |
hp-check[12178]: info: :--------------
hp-check[12178]: info: :
hp-check[12178]: info: : libtool libtool - Library building support services REQUIRED - 2.4.6 OK -
hp-check[12178]: info: : gcc gcc - GNU Project C and C++ Compiler REQUIRED - 7.3.0 OK -
hp-check[12178]: info: : make make - GNU make utility to maintain groups of programs REQUIRED 3.0 4.1 OK -
hp-check[12178]: info: :
hp-check[12178]: info: :---------------------
hp-check[12178]: info: :| Python Extentions |
hp-check[12178]: info: :---------------------
hp-check[12178]: info: :
hp-check[12178]: info: : cupsext CUPS-Extension REQUIRED - 3.17.10 OK -
hp-check[12178]: info: : hpmudext IO-Extension REQUIRED - 3.17.10 OK -
hp-check[12178]: info: :
hp-check[12178]: info: :----------------------
hp-check[12178]: info: :| Scan Configuration |
hp-check[12178]: info: :----------------------
hp-check[12178]: info: :
hp-check[12178]: info: : hpaio HPLIP-SANE-Backend REQUIRED - 3.17.10 OK 'hpaio found in /etc/sane.d/dll.conf'
hp-check[12178]: info: : scanext Scan-SANE-Extension REQUIRED - 3.17.10 OK -
hp-check[12178]: info: :
hp-check[12178]: info: :------------------------------
hp-check[12178]: info: :| DISCOVERED SCANNER DEVICES |
hp-check[12178]: info: :------------------------------
hp-check[12178]: info: :
hp-check[12178]: info: :device `hpaio:/net/HP_LaserJet_Professional_M1212nf_MFP?ip=192.168.178.201' is a Hewlett-Packard HP_LaserJet_Professional_M1212nf_MFP all-in-one
hp-check[12178]: info: :
hp-check[12178]: info: :--------------------------
hp-check[12178]: info: :| DISCOVERED USB DEVICES |
hp-check[12178]: info: :--------------------------
hp-check[12178]: info: :
hp-check[12178]: info: :No devices found.
hp-check[12178]: info: :
hp-check[12178]: info: :---------------------------------
hp-check[12178]: info: :| INSTALLED CUPS PRINTER QUEUES |
hp-check[12178]: info: :---------------------------------
hp-check[12178]: info: :
hp-check[12178]: info: :
hp-check[12178]: info: :HP_LaserJet_Professional_M1212nf_MFP
hp-check[12178]: info: :------------------------------------
hp-check[12178]: info: :Type: Printer
hp-check[12178]: info: :Device URI: hp:/net/HP_LaserJet_Professional_M1212nf_MFP?ip=192.168.178.201
hp-check[12178]: info: :PPD: /etc/cups/ppd/HP_LaserJet_Professional_M1212nf_MFP.ppd
hp-check[12178]: info: :PPD Description: HP LaserJet Professional m1212nf MFP, hpcups 3.17.10, requires proprietary plugin
hp-check[12178]: info: :Printer status: Drucker HP_LaserJet_Professional_M1212nf_MFP ist deaktiviert seit Sa 25 Aug 2018 19:04:13 CEST
Datei "/usr/lib/cups/filter/hpcups" nicht verfügbar: No such file or directory
hp-check[12178]: info: :Required plug-in status: Installed
hp-check[12178]: info: :Communication status: Good
hp-check[12178]: info: :
hp-check[12178]: info: :HP_LaserJet_Professional_M1212nf_MFP_fax
hp-check[12178]: info: :----------------------------------------
hp-check[12178]: info: :Type: Fax
hp-check[12178]: info: :Device URI: hpfax:/net/HP_LaserJet_Professional_M1212nf_MFP?ip=192.168.178.201
hp-check[12178]: info: :PPD: /etc/cups/ppd/HP_LaserJet_Professional_M1212nf_MFP_fax.ppd
hp-check[12178]: info: :PPD Description: HP Fax3 hpcups
hp-check[12178]: info: :Printer status: Drucker HP_LaserJet_Professional_M1212nf_MFP_fax ist deaktiviert seit Sa 25 Aug 2018 18:30:43 CEST
Datei "/usr/lib/cups/filter/hpcupsfax" nicht verfügbar: No such file or directory
hp-check[12178]: info: :Required plug-in status: Installed
hp-check[12178]: info: :Communication status: Good
hp-check[12178]: info: :
hp-check[12178]: info: :
hp-check[12178]: info: :--------------
hp-check[12178]: info: :| PERMISSION |
hp-check[12178]: info: :--------------
hp-check[12178]: info: :
hp-check[12178]: info: :No errors or warnings.
hp-check[12178]: info: :
hp-check[12178]: info: :Done.
|
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Bis dahin dauert es noch etwas 😬 warp schrieb: So, habe den Befehl um apt-get ergänzt
Upps ☺ Zeige nun dpkg -l hplip-* hplip libsane-hpaio
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Das solltest du noch gar nicht 😢 Datei "/usr/lib/cups/filter/hpcups" nicht verfügbar: No such file or directory
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
Ergiebt:
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | dpkg -l hplip-* hplip libsane-hpaio
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-==============-============-============-=================================
ii hplip 3.17.10+repa amd64 HP Linux Printing and Imaging Sys
un hplip-cups <keine> <keine> (keine Beschreibung vorhanden)
ii hplip-data 3.17.10+repa all HP Linux Printing and Imaging - d
un hplip-doc <keine> <keine> (keine Beschreibung vorhanden)
ii hplip-gui 3.17.10+repa all HP Linux Printing and Imaging - G
un hplip-ppds <keine> <keine> (keine Beschreibung vorhanden)
ii libsane-hpaio: 3.17.10+repa amd64 HP SANE backend for multi-functio
|
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Ob es dir gefällt oder nicht 🤓 sudo purge hplip hplip-data libsane-hpaio Ich schrieb bereits nach einander-– das hat einen Grund.
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
Entschuldigung...
O.kay, erledigt.
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
Ok,zeige nun dpkg -l hplip-* hplip libsane-hpaio Führe aus nacheinander aus sudo rm -r /etc/hp
sudo rm /etc/cups/ppd/HP*
sudo rm -r /var/lib/hp
sudo rm -r /usr/share/hplip
rm -r ~/.hplip Danach sudo updatedb Zeige dann sudo locate hplip
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
Ich habe jetzt nur Deine erste Zeil ausgeführt, bin ja jetzt erfahren ☺, ergiebt: 1
2
3
4
5
6
7
8
9
10
11
12 | dpkg -l hplip-* hplip libsane-hpaio
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-==============-============-============-=================================
un hplip <keine> <keine> (keine Beschreibung vorhanden)
un hplip-cups <keine> <keine> (keine Beschreibung vorhanden)
un hplip-doc <keine> <keine> (keine Beschreibung vorhanden)
un hplip-ppds <keine> <keine> (keine Beschreibung vorhanden)
dpkg-query: Kein Paket gefunden, das auf libsane-hpaio passt
|
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
😬 Sieht so aus wie erwartet,jetzt weiter 👍
|
warp
(Themenstarter)
Anmeldungsdatum: 27. März 2007
Beiträge: 71
|
Oh nein sudo rm -r /etc/hp ergiebt: | sudo rm -r /etc/hp
[sudo] Passwort für kai:
rm: das Entfernen von '/etc/hp' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
|
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19527
|
|