Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-29-2022, 01:40 PM
|
#16
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,212
|
I have the HP Laserjet MFP 130-134. The scanner gave up the ghost just past warranty, but the rest of it is working away. Don't rule out a scanner hardware fault.
|
|
|
09-02-2022, 04:37 AM
|
#17
|
Member
Registered: Jun 2022
Posts: 247
Original Poster
Rep:
|
Quote:
Originally Posted by computersavvy
On my system the versions of hplip and libsane-hpaio are identical. If they do not match then performance may be suspect.
Also, the HP plugin for the scanner must be installed to match the hplip version or it will not work. The command "hp-plugin" will take care of that for you.
|
Terminal result(s)
Code:
michael@michael-HP-EliteDesk-800-G1-SFF:~$ hp-plugin
HP Linux Imaging and Printing System (ver. 3.21.12)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP 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.
HP Linux Imaging and Printing System (ver. 3.21.12)
Plugin Download and Install Utility ver. 2.1
Copyright (c) 2001-18 HP 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.
warning: GUI Modules PyQt4 and PyQt5 are not installed
error: hp-plugin requires GUI support (try running with --qt3). Try using interactive (-i) mode.
michael@michael-HP-EliteDesk-800-G1-SFF:~$
Any suggestion(s) ?
|
|
|
09-02-2022, 01:24 PM
|
#18
|
Senior Member
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS
Posts: 4,275
|
kernelhead,
First update your system:
Python 3.10.0 version is the default in Ubuntu 22.04.
Check using:
Then install pip:
Code:
sudo apt install python3-pip
Install PyQt5:
Code:
sudo pip3 install PyQt5
|
|
|
All times are GMT -5. The time now is 03:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|