I'm trying to get a HP Pro 200 color MFP M276nw working. I fire up CUPS but when I get to the Select driver section it's not there.
Help!!!
Please
Thanks
cal
-
- Posts: 25156
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: CUPS driver HP Pro 200
There have been updates to Raspbian including CUPS so:liderbug wrote:I'm trying to get a HP Pro 200 color MFP M276nw working. I fire up CUPS but when I get to the Select driver section it's not there.
Help!!!
Please
Thanks
cal
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
http://hplipopensource.com/hplip-web/mo ... 276nw.html
Use the "The HPLIP Automatic Installer"
The information is out there....you just have to let it in.
Re: CUPS driver HP Pro 200
Hey,
I have downloaded the hplip-3.16.2.run file
I copied it to the /home/pi diretory and switched into that directory
this seems to work (sh hplip-3.16.2.run)
until I was asked for a superuser / root password, which I do not have.
What do I have to do now?
I have downloaded the hplip-3.16.2.run file
I copied it to the /home/pi diretory and switched into that directory
this seems to work (sh hplip-3.16.2.run)
until I was asked for a superuser / root password, which I do not have.
What do I have to do now?
WOLF
-
- Posts: 25156
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: CUPS driver HP Pro 200
Did you give yourself permissions ?typxxi wrote:Hey,
I have downloaded the hplip-3.16.2.run file
I copied it to the /home/pi diretory and switched into that directory
this seems to work (sh hplip-3.16.2.run)
until I was asked for a superuser / root password, which I do not have.
What do I have to do now?
Code: Select all
sudo usermod -a -G lpadmin pi
The information is out there....you just have to let it in.