Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

HPLIP does not work

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Magnusmaster
Posts: 168
Joined: 2010-06-12 22:50

HPLIP does not work

#1 Post by Magnusmaster »

I installed hplip and hplip-gui from the debian repositories. However, when I try to run hp-setup I get the following error:

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/hp-setup", line 48, in <module>
    from base import device, utils, tui, models, module, services, os_utils
  File "/usr/share/hplip/base/device.py", line 41, in <module>
    from . import status
  File "/usr/share/hplip/base/status.py", line 32, in <module>
    import cupsext
ImportError: libhpipp.so.0: cannot open shared object file: No such file or directory
When I run hp-check I get this error:

Code: Select all

warning: CUPSEXT could not be loaded. Please check HPLIP installation.
Does anyone know what is wrong? Thanks.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: HPLIP does not work

#2 Post by stevepusser »

Please install inxi and post here the output of

Code: Select all

inxi -r
MX Linux packager and developer

Magnusmaster
Posts: 168
Joined: 2010-06-12 22:50

Re: HPLIP does not work

#3 Post by Magnusmaster »

Here's the output of inxi -r:

Code: Select all

Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://ftp.debian.org/debian/ sid main contrib non-free
           deb-src http://ftp.debian.org/debian/ sid main
           deb http://ftp.debian.org/debian/ experimental main contrib non-free
           deb http://www.deb-multimedia.org/ sid main non-free
           Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
           deb http://dl.google.com/linux/talkplugin/deb/ stable main

Post Reply