LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   HP printer not after upgrade to debian 10 (https://www.linuxquestions.org/questions/debian-26/hp-printer-not-after-upgrade-to-debian-10-a-4175660534/)

Isaac Shields 09-08-2019 12:19 AM

HP printer not after upgrade to debian 10
 
I am using Debian 10 and would like to use HP printer “hp laserjet p1102w”. The printer was working OK no Debian 9.8. The Motherboard is Gigabyte [ GA-78MT-S2P ]

I have run “dpkg -l hplip” and then this:-

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-===============-============-
ic hplip 3.18.12+dfsg0-2 amd64 HP Linux Printing and Imaging Sy
lines 1-6/6 (END)

I downloaded hplip-3.19.8.run
I then run “sh hplip-3.19.8.run” and then this:-


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


RUNNING PRE-PACKAGE COMMANDS
----------------------------
warning: An error occurred running 'su -c "dpkg --configure -a"'
su -c "dpkg --configure -a" (Pre-depend step 1)
warning: An error occurred running 'su -c "apt-get install -f"'
su -c "apt-get install -f" (Pre-depend step 2)
warning: An error occurred running 'su -c "apt-get update"'
su -c "apt-get update" (Pre-depend step 3)
OK


DEPENDENCY AND CONFLICT RESOLUTION
----------------------------------
Running 'su -c "apt-get install --force-yes -y libsane-dev"'
Please wait, this may take several minutes...
error: Command failed. Re-try #1...
Running 'su -c "apt-get install --force-yes -y libsane-dev"'
Please wait, this may take several minutes...
error: Command failed. Re-try #2...
Running 'su -c "apt-get install --force-yes -y libsane-dev"'
Please wait, this may take several minutes...
error: Command failed. Re-try #3...
Running 'su -c "apt-get install --force-yes -y libsane-dev"'
Please wait, this may take several minutes...
error: Package install command failed with error code 100
Would you like to retry installing the missing package(s) (y=yes*, n=no, q=quit) ? Q

Can you help me with this Please.


Isaac

Firerat 09-08-2019 07:19 PM

best to use the software packaged by debian

don't use that hplip-3.19.8.run

hopefully this will fix it

Code:

sudo apt remove hplip
sudo apt update
sudo apt install hplip


if you get any errors , paste them in between code tags

[code]

like this

[/code]


All times are GMT -5. The time now is 11:51 PM.