• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

hplip will nicht mehr

StevieD

Member
Hallo,
eins vorneweg: Ich kann drucken und scannen.
Der "Device-Manager" in der Kontrolleiste startet nicht, und ein hp-setup auf der Konsole offenbart mir dieses:

Code:
HP Linux Imaging and Printing System (ver. 2.8.7)
Printer/Fax Setup Utility ver. 7.2

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Traceback (most recent call last):
  File "/usr/bin/hp-setup", line 292, in <module>
    elif not utils.checkPyQtImport():
  File "/usr/share/hplip/base/utils.py", line 642, in checkPyQtImport
    import qt
RuntimeError: the sip module implements API v7.0 to v7.1 but the qt module requires API v3.7

So richtig was mit anfangen kann ich so auch nicht, vermutlich ist die QT-Version nicht mehr kompatibel mit der Version.
Irgendwann bei der Installation des Officejet 5610 gings mal, ich konnte die Einzelgeräte konfigurieren.
Seither sind natürlich etliche Updates über die 11.1 gelaufen.
Macht es Sinn, die neueste hplip zu installieren?
Eigentlich will ich nur aus der Anwendung heraus faxen.
 
Ich sehe in der Ausgabe keine Fehlermeldungen oder dergleichen.

Mal ganz schlicht gefragt (weil Du auch auf den fehlenden device-manager hinweist), sitzt in Deiner Taskleiste überhaupt ein systray ("Systemabschnitt der Kontrollleiste")?
 
OP
StevieD

StevieD

Member
Hi,
meintest du so was?

Code:
stevied@linux-z9xm:~> hp-check
/usr/share/hplip/installer/core_install.py:32: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha # TODO: Replace with hashlib (sha is deprecated in Python 3.0)

HP Linux Imaging and Printing System (ver. 2.8.7)
Dependency/Version Check Utility ver. 14.0

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball        
(.tar.gz or .run) to determine if the proper dependencies are installed to successfully compile HPLIP.         
2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc)
or an already built HPLIP supplied tarball has the proper dependencies installed to successfully run.          
3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases
(both compile- and run-time dependencies).                                                                     

Saving output in log file: hp-check.log

Initializing. Please wait...
/Traceback (most recent call last):
  File "/usr/bin/hp-check", line 198, in <module>
    core.init()
  File "/usr/share/hplip/installer/core_install.py", line 341, in init
    self.check_dependencies(callback)
  File "/usr/share/hplip/installer/core_install.py", line 437, in check_dependencies
    self.have_dependencies[d] = self.dependencies[d][3]()
  File "/usr/share/hplip/installer/core_install.py", line 840, in check_pyqt
    import qt
RuntimeError: the sip module implements API v7.0 to v7.1 but the qt module requires API v3.7

Das ist abschliessend der gleiche runtime-error wie beim Aufruf vom hp-setup (ist das keine Fehlermeldung?)
Der Device-Manager ist als Icon vorhanden, startet aber nichts.
 

stguenth

Member
Code:
/Traceback (most recent call last):
  File "/usr/bin/hp-check", line 198, in <module>
    core.init()
  File "/usr/share/hplip/installer/core_install.py", line 341, in init
    self.check_dependencies(callback)
  File "/usr/share/hplip/installer/core_install.py", line 437, in check_dependencies
    self.have_dependencies[d] = self.dependencies[d][3]()
  File "/usr/share/hplip/installer/core_install.py", line 840, in check_pyqt
    import qt
RuntimeError: the sip module implements API v7.0 to v7.1 but the qt module requires API v3.7

Das hat evtl. etwas mit dem Paket python-sip zu tun, welches du vielleicht mit KDE 4.4.4 in einer neueren Version installiert hast und welches nicht mehr kompatibel mit hp-lip aus 11.1 ist!?

Check doch mal, welche Version von python-sip installiert ist.
 
Oben