Quote:
Originally Posted by beachboy2
|
Thanks beachboy2. I tried downloading hplip-3.25.5.run and ran the automatic installer via the link you provided. I found that there were 6 files missing:
1. cups-devel
2. cups-image
3. python3-devel
4. libnetsnmp-devel
5. sane-devel
6. libavahi-dev
Then ENVY-4520 printer would work initially (once or twice) and then spawn some variation (ENVY_4520_series_TH5831K05Q0660) as in there would be two ENVY-4520 printers. That one would work for a while and then say, “Getting printer information”_and would never get the printer information. i tried deleting the printer(s) and rebooting to see if that would work. it didn't.
So then I went back to the HP Developers Portal (link you provided) and for ha-ha's thought I'd try the Advanced Users' option of manual installation. I determined that my python version is 2.6 or greater, so I downloaded /hplip/3.23.5/hplip-3.23.5.tar.gz
and followed theinstructions:
$sudo apt-get update
$sudo apt-get install
$cd ~/Desktop
$tar xvfz hplip-3.23.5.tar.gz
$cd hplip-3-23-5
$./configure --with-hplip.3.23.5=/usr/share/ppd/HP --libdir=/usr/lib64 --prefix=/usr --enable-udev-acl-rules --enable-qt4 --disable-libusb01_build --enable-doc-build --disable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --disable-udev_sysfs_rules --disable-policykit --enable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build
$make
$sudo make install
The last command I tried was
$su -c "usermod -a -G lp,lpadmin $USER"
but I didn't set up this laptop I'm using and don't know the root password so that came back with "su: Authentication failure"
I found info on that same HP Developer's Portal (
https://developers.hp.com/hp-linux-i...ep4/cups/local),
that said to go to website:
http://localhost:631/ I got stuck where I needed the root password
So that's as far as I've gotten. I'm not really sure what to try at this point.