Trying to Install HP Envy 4500 Driver from Tarball

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
rbeltz48
Posts: 1
Joined: 4. Aug 2016, 18:01

Trying to Install HP Envy 4500 Driver from Tarball

Post by rbeltz48 »

I followed all the steps here (http://hplipopensource.com/hplip-web/in ... kware.html) and everything ran smoothly until I got to Step 6: Run Make Install: su -c "make install" . I put in the password I installed Salix 14.1 32-bit MATE with and authentication failed. What am I doing wrong? Thanks.
westms
Posts: 298
Joined: 17. Mar 2013, 18:51

Re: Trying to Install HP Envy 4500 Driver from Tarball

Post by westms »

.
Last edited by westms on 22. Aug 2016, 23:13, edited 1 time in total.
User avatar
laprjns
Salix Warrior
Posts: 1113
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Trying to Install HP Envy 4500 Driver from Tarball

Post by laprjns »

Starting with Salix 14.1, root users is no longer enabled. Use sudo instead;

Code: Select all

$ sudo make install 
But according to this, http://hplipopensource.com/hplip-web/mo ... eries.html, the HP Envy 4500 is supported in hplip since version 3.13.6. Salix 14.1 has version 3.15.11 in the repo's, and in fact it should be installed by default.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
User avatar
Zt291245
Posts: 12
Joined: 12. Aug 2016, 00:49
Contact:

Re: Trying to Install HP Envy 4500 Driver from Tarball

Post by Zt291245 »

Hi:

You can set up a root account in Salix using the terminal. This worked for me.- :D

Open the terminal and type:

Code: Select all

sudo passwd root
Enter the password that you created when you installed Salix OS. This is the password that you choose during your full installation.
Than enter the new password that you want to be your root password.
Confirm your root password by typing it in one more time and hit Enter.

Your root password is now set and you can use slapt-get via command line if you'd like.- ;)

laprjns is right- :D
Package hplip 3.16.7-x86_64 lgv was installed by default when I performed my fresh installation yesterday.

The Sourcery SlackBuild Mgr has a hplip 3.16.5 plugin if you need it.
Post Reply