logie
Posts: 9
Joined: Mon Dec 08, 2014 10:06 am

Printer won't start

Mon Mar 06, 2017 1:40 pm

I have tried to print from my new Pi 3, using Libre Office Writer and an HP 5100 series inkjet which works OK with other Linux machines. It won't print: I get an error message saying "could not start printer" and suggesting that I check the printer settings. When I do that, I find that they treat my printer as a generic printer, SGENPRT, and I cannot change some of the settings, while those that I can change are already what I normally use.

I would be grateful for any advice.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Printer won't start

Mon Mar 06, 2017 8:17 pm

logie wrote:I have tried to print from my new Pi 3, using Libre Office Writer and an HP 5100 series inkjet which works OK with other Linux machines. It won't print: I get an error message saying "could not start printer" and suggesting that I check the printer settings. When I do that, I find that they treat my printer as a generic printer, SGENPRT, and I cannot change some of the settings, while those that I can change are already what I normally use.

I would be grateful for any advice.

Code: Select all

sudo apt-get update
sudo apt-get install hplip
Now when setting up CUPS choose the HPLIP driver....
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

logie
Posts: 9
Joined: Mon Dec 08, 2014 10:06 am

Re: Printer won't start

Fri Mar 10, 2017 3:31 pm

Thanks for this. I put in the two apt-get lines and that seemed to work (a lot of work). However that itself did not change anything.
You mention setting up CUPS: how do I do that?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Printer won't start

Fri Mar 10, 2017 3:40 pm

logie wrote:Thanks for this. I put in the two apt-get lines and that seemed to work (a lot of work). However that itself did not change anything.
You mention setting up CUPS: how do I do that?
CUPS should be installed with HPLIP, this tutorial is for a different printer but the basics are the same, just insure you choose the hplip driver when configuring cups...

http://www.penguintutor.com/linux/printing-cups
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
scruss
Posts: 3212
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: Printer won't start

Fri Mar 10, 2017 3:59 pm

That's a good tutorial (esp. the bit about lpadmin; I always forget about that) but if you're not command-line only, installing system-config-printer makes things a load simpler:

Code: Select all

sudo apt install system-config-printer
It gives you a nice point and click tool for finding and setting up printers.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

logie
Posts: 9
Joined: Mon Dec 08, 2014 10:06 am

Re: Printer won't start

Sat Mar 11, 2017 11:14 am

Thanks for all this. Being almost completely ignorant, and unabIe to choose, applied both sets of advice. Nothing happened, but then I switched it off and on again. Thereafter, I was able to print.

So, at least one piece of advice worked. Many thanks!

Return to “Beginners”