ubuntuusers.de

HP LaserJet MFP M130nw Drucken u. Scannen über Wlan

Status: Ungelöst | Ubuntu-Version: Ubuntu 17.10 (Artful Aardvark)
Antworten |

sokka0

Anmeldungsdatum:
12. März 2017

Beiträge: Zähle...

Hallo

Habe den HP LaserJet MFP M130nw als Drucker eingerichtet.

Drucken USB 👍

Drucken WLAN 👍

Scannen USB 👍

Scannen WLAN ❗

wurde über HPLIP eingerichtet. Hatte es aber schon mal am laufen das der 'Drucker' über Wlan gescannt hat, weiß nur nicht mehr wie ich das geschafft habe. Könnt ihr mir Helfen ?

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Zur Zeit ist Scannen mit 17.10 etwas "Fehlerbehaftet" Zeige mal

export SANE_DEBUG_HPAIO=20 && scanimage -L

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
doro@doro-E6222:~$ export SANE_DEBUG_HPAIO=20 && scanimage -L
[sanei_debug] Setting debug level of hpaio to 20.
[hpaio] sane_hpaio_init(): scan/sane/hpaio.c 323
[hpaio] sane_hpaio_get_devices(local=0): scan/sane/hpaio.c 342
[hpaio] unsupported scantype=0 hp:/net/laserjet_mfp_m129-m134?ip=192.168.2.106&queue=false

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
[hpaio] sane_hpaio_exit(): scan/sane/hpaio.c 336

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

hmm

[hpaio] unsupported scantype=0 hp:/net/laserjet_mfp_m129-m134?ip=192.168.2.106&queue=false

Welche Version benutzt du?

dpkg -l | grep hplip

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

1
2
3
4
doro@doro-E6222:~$ dpkg -l | grep hplip
ii  hplip                                      3.17.7+repack0-3                            amd64        HP Linux Printing and Imaging System (HPLIP)
ii  hplip-data                                 3.17.7+repack0-3                            all          HP Linux Printing and Imaging - data files
ii  hplip-gui                                  3.17.7+repack0-3                            all          HP Linux Printing and Imaging - GUI utilities (Qt-based)

😀 3.17, aber es hat ja mal funktioniert.

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Hau noch mal zwei Ausgaben raus

sudo sane-find-scanner

scanimage >~/Test.pnm

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
doro@doro-E6222:~$ sudo sane-find-scanner
[sudo] Passwort für doro: 

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

  # No USB scanners found. If you expected something different, make sure that
  # you have loaded a kernel driver for your USB host controller and have setup
  # the USB system correctly. See man sane-usb for details.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
1
2
3
4
5
6
7
8
doro@doro-E6222:~$ scanimage >~/Test.pnm
[sanei_debug] Setting debug level of hpaio to 20.
[hpaio] sane_hpaio_init(): scan/sane/hpaio.c 323
[hpaio] sane_hpaio_get_devices(local=0): scan/sane/hpaio.c 342
[hpaio] unsupported scantype=0 hp:/net/laserjet_mfp_m129-m134?ip=192.168.2.106&queue=false
scanimage: no SANE devices found
[hpaio] sane_hpaio_exit(): scan/sane/hpaio.c 336
doro@doro-E6222:~$ 

Installiere mal von HP die Version 3.17.10

 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
INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
note: Installation of dependencies requires an active internet connection.
warning: Missing REQUIRED dependency: libcrypto (libcrypto - OpenSSL cryptographic library)


CHECKING FOR NETWORK CONNECTION
-------------------------------
Network connection present.


RUNNING PRE-PACKAGE COMMANDS
----------------------------
sudo dpkg --configure -a (Pre-depend step 1)
sudo apt-get install --yes --force-yes -f (Pre-depend step 2)
sudo apt-get update (Pre-depend step 3)
OK


DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'sudo apt-get install --assume-yes openssl'
Please wait, this may take several minutes...
\/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
error: A required dependency 'libcrypto (libcrypto - OpenSSL cryptographic library)' is still missing.


RUNNING POST-PACKAGE COMMANDS
-----------------------------
OK


RE-CHECKING DEPENDENCIES
------------------------
\/usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
error: A required dependency 'libcrypto (libcrypto - OpenSSL cryptographic library)' is still missing.
error: Installation cannot continue without this dependency.
error: Please manually install this dependency and re-run this installer.

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Mach mal.Was mich Wundert

queue=false

zeige danach mal

sudo systemctl status avahi-daemon.service

dpkg -l | grep -i "libcrypto\|cups"

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
doro@doro-E6222:~$ sudo systemctl status avahi-daemon.service
● avahi-daemon.service - Avahi mDNS/DNS-SD Stack
   Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2017-11-17 20:25:04 CET; 1h 41min ago
 Main PID: 686 (avahi-daemon)
   Status: "avahi-daemon 0.6.32 starting up."
    Tasks: 2 (limit: 4915)
   CGroup: /system.slice/avahi-daemon.service
           ├─686 avahi-daemon: running [doro-E6222.local]
           └─700 avahi-daemon: chroot helper

Nov 17 21:32:50 doro-E6222 avahi-daemon[686]: New relevant interface wlp2s0.IPv4 for mDNS.
Nov 17 21:32:50 doro-E6222 avahi-daemon[686]: Registering new address record for 192.168.2.107 on wlp2s0.IPv4.
Nov 17 21:32:51 doro-E6222 avahi-daemon[686]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address fe80::a290:5896:b6ce:7716.
Nov 17 21:32:51 doro-E6222 avahi-daemon[686]: New relevant interface wlp2s0.IPv6 for mDNS.
Nov 17 21:32:51 doro-E6222 avahi-daemon[686]: Registering new address record for fe80::a290:5896:b6ce:7716 on wlp2s0.*.
Nov 17 21:32:57 doro-E6222 avahi-daemon[686]: Leaving mDNS multicast group on interface wlp2s0.IPv6 with address fe80::a290:5896:b6ce:7716.
Nov 17 21:32:57 doro-E6222 avahi-daemon[686]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address 2003:4c:ed4b:c305:5b21:639d:6
Nov 17 21:32:57 doro-E6222 avahi-daemon[686]: Registering new address record for 2003:4c:ed4b:c305:5b21:639d:6cd7:e71d on wlp2s0.*.
Nov 17 21:32:57 doro-E6222 avahi-daemon[686]: Withdrawing address record for fe80::a290:5896:b6ce:7716 on wlp2s0.
Nov 17 21:32:57 doro-E6222 avahi-daemon[686]: Registering new address record for 2003:4c:ed4b:c305:3161:c5ab:9bc3:3150 on wlp2s0.*.
lines 1-20/20 (END)
 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
doro@doro-E6222:~$ dpkg -l | grep -i "libcrypto\|cups"
ii  bluez-cups                                 5.46-0ubuntu3                               amd64        Bluetooth printer driver for CUPS
ii  cups                                       2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - PPD/driver support, web interface
ii  cups-browsed                               1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - cups-browsed
ii  cups-bsd                                   2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - BSD commands
ii  cups-client                                2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common                                2.2.4-7ubuntu2                              all          Common UNIX Printing System(tm) - common files
ii  cups-core-drivers                          2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - driverless printing
ii  cups-daemon                                2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - daemon
ii  cups-filters                               1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - Main Package
ii  cups-filters-core-drivers                  1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - Driverless printing
ii  cups-ipp-utils                             2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - IPP developer/admin utilities
ii  cups-pk-helper                             0.2.6-1ubuntu1                              amd64        PolicyKit helper to configure cups with fine-grained privileges
ii  cups-ppdc                                  2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - PPD manipulation utilities
ii  cups-server-common                         2.2.4-7ubuntu2                              all          Common UNIX Printing System(tm) - server common files
ii  libcups2:amd64                             2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - Core library
ii  libcups2:i386                              2.2.4-7ubuntu2                              i386         Common UNIX Printing System(tm) - Core library
ii  libcups2-dev:amd64                         2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - Development files CUPS library
ii  libcupscgi1:amd64                          2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - CGI library
ii  libcupsfilters-dev:amd64                   1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - Development files for the library
ii  libcupsfilters1:amd64                      1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - Shared library
ii  libcupsimage2:amd64                        2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - Raster image library
ii  libcupsimage2-dev:amd64                    2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - Development files CUPS image library
ii  libcupsmime1:amd64                         2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - MIME library
ii  libcupsppdc1:amd64                         2.2.4-7ubuntu2                              amd64        Common UNIX Printing System(tm) - PPD manipulation library
ii  libfontembed1:amd64                        1.17.9-0ubuntu1                             amd64        OpenPrinting CUPS Filters - Font Embed Shared library
ii  printer-driver-gutenprint                  5.2.13-1                                    amd64        printer drivers for CUPS
ii  printer-driver-hpcups                      3.17.7+repack0-3                            amd64        HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii  python3-cups                               1.9.73-1build2                              amd64        Python3 bindings for CUPS
ii  python3-cupshelpers                        1.5.9+20170825-0ubuntu1                     all          Python utility modules around the CUPS printing system

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Joo fehlt bei dir

sudo apt-get install libcrypto++9v5 

danach wieder den Installer hp anstoßen.

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

1
2
3
4
5
6
[sudo] Passwort für doro: 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
E: Paket libcrypto++9v5 kann nicht gefunden werden.
E: Mittels regulärem Ausdruck »libcrypto++9v5« konnte kein Paket gefunden werden.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
doro@doro-E6222:~$ sudo apt list libcrypto*
Auflistung... Fertig
libcrypto++-dev/artful 5.6.4-8 amd64
libcrypto++-doc/artful,artful 5.6.4-8 all
libcrypto++-utils/artful 5.6.4-8 amd64
libcrypto++6/artful 5.6.4-8 amd64
libcrypto++6-dbg/artful 5.6.4-8 amd64
libcrypto-equality-clojure/artful,artful 1.0.0-1 all
libcrypto-random-clojure/artful,artful 1.2.0-1 all
libcryptokit-ocaml/artful 1.11-1 amd64
libcryptokit-ocaml-dev/artful 1.11-1 amd64

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Ja du hast ja 17.10 😳

sudo apt-get install libcrypto++6

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

selber Fehler

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'sudo apt-get install --assume-yes openssl'
Please wait, this may take several minutes...
//usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
error: A required dependency 'libcrypto (libcrypto - OpenSSL cryptographic library)' is still missing.


RUNNING POST-PACKAGE COMMANDS
-----------------------------
OK


RE-CHECKING DEPENDENCIES
------------------------
//usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant
error: A required dependency 'libcrypto (libcrypto - OpenSSL cryptographic library)' is still missing.
error: Installation cannot continue without this dependency.
error: Please manually install this dependency and re-run this installer.

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19615

Wohnort: Schleswig-Holstein

Ich brauch mehr Whisky 😬

dpkg -l | grep -i openssl

sokka0

(Themenstarter)

Anmeldungsdatum:
12. März 2017

Beiträge: 19

Hab ich hier schon stehen nach 4h Googeln 😀

1
2
3
4
5
6
7
doro@doro-E6222:~/Downloads$ dpkg -l | grep -i openssl
ii  libcurl3:amd64                             7.55.1-1ubuntu2.1                           amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libssh-4:amd64                             0.7.5-1                                     amd64        tiny C SSH library (OpenSSL flavor)
ii  openssl                                    1.0.2g-1ubuntu13.2                          amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  perl-openssl-defaults:amd64                3                                           amd64        version compatibility baseline for Perl OpenSSL packages
ii  ssl-cert                                   1.0.39                                      all          simple debconf wrapper for OpenSSL
doro@doro-E6222:~/Downloads$ 
Antworten |