LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-20-2017, 09:56 PM   #1
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Rep: Reputation: Disabled
Post R Pi 3b troubleshoot print to HP P1006


I am a noob and trying to figure out how to troubleshoot a printer problem.

I have just assembled a Raspberry Pi 3b with two WD Elements 1tb HDD.

I just performed two projects: https://www.howtogeek.com/169679/how...inux-computer/ and
https://www.howtogeek.com/139433/how...torage-device/

The NAS appears to be working properly. My printing from the pi is poor. I printed from a Windows 10 laptop on the network to my HP-P1006 LaserJet just fine, but when printing from the pi the pages look like the toner cartridge is about empty (and I put a new one in thinking it was about empty). The p1006 is USB plugged into a powered hub that is plugged into the pi. I am running the latest version of CUPS.

Any help on how to sort this out is appreciated.

Tim
 
Old 02-20-2017, 10:30 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
The recommended driver for your printer is foo2xqx. I have not verified if it is available for the Pi but have you tried to install the printer-driver-foo2xqx package?
 
Old 02-21-2017, 03:54 AM   #3
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Did you goto the print preview screen before printing to select your print parameters? It might be configured for speed or other less than optimal settings.
 
Old 02-21-2017, 08:53 AM   #4
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Original Poster
Rep: Reputation: Disabled
michaelk I did install foo2xqx but I received an error when trying to add:

For Debian 3.x, 4.x, and other systems that use CUPS http://localhost:631
$ firefox http://localhost:631

as instructed at http://foo2xqx.rkkda.com/

Can I run the package to install the drivers again? So I can give you the error? If I remember correctly it was something like firefox is a bad command.

*********************

Shadow_7, I looked at the settings for the printer in CUPS and resolution is set at 600x600dpi and MEDIUM print darkness.
 
Old 02-21-2017, 10:11 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
The link you included in your first posted configured cups to be accessible from another computer. If accessing the Pi from another desktop then use whatever web browser is included in that distribution. In addition the link was a how-to for adding a Brother printer did cups have the exact your HP printer model?

If running a desktop on the Pi and assuming you are running rasbpian which uses midori as the default web browser if trying to configure cups on the Pi itself.
 
Old 02-21-2017, 10:45 AM   #6
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by michaelk View Post
The link you included in your first posted configured cups to be accessible from another computer. If accessing the Pi from another desktop then use whatever web browser is included in that distribution. In addition the link was a how-to for adding a Brother printer did cups have the exact your HP printer model?

If running a desktop on the Pi and assuming you are running rasbpian which uses midori as the default web browser if trying to configure cups on the Pi itself.
Yes I am running Rasbpian but it is using Chromium as default browser. Other than going to my Win10 laptop to test a print I have done everything else from the pi. After installing foo2xqx drivers I was able to select my exact printer. It had two different selections and I have tried them both.

I appreciate your assistance.

Tim
 
Old 02-21-2017, 10:57 AM   #7
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Original Poster
Rep: Reputation: Disabled
I should say, I tried these drivers after trying to install HPLIP automatic installer from http://hplipopensource.com/hplip-web...jet_p1006.html

Could they be conflicting? I ended up with a [Failed] message during boot----"Failed to start Load Kernal Modules" See Systemctl systemd-modules--load-service

I did a Google search and found others had the same problem, so I ended up commenting # out three lines in /etc/modules-load.d/cups-filters.conf .
# Parallel printer driver modules loading for cups
# LOAD_LP_MODULE was 'yes' in /etc/default/cups
lp
ppdev
parport_pc
 
Old 02-21-2017, 11:08 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
The drivers that are downloaded using hplip are x86 binaries and will not work on the Pi since it is an ARM device. If the foo2xqx drivers did not work then will have to think some on the next step...
 
Old 02-21-2017, 11:16 AM   #9
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Original Poster
Rep: Reputation: Disabled
OK, thank you. I knew the Pi is ARM, but I didn't even think about the drivers being different due to architecture. My bad. Do I need to somehow uninstall what hplip installed?
 
Old 02-21-2017, 11:21 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Probably just because of the those error messages.
 
Old 02-21-2017, 01:08 PM   #11
MajikTim
LQ Newbie
 
Registered: Oct 2016
Location: Iowa
Distribution: Mint, Ubuntu, Raspberry Pi 3 model b
Posts: 15

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by michaelk View Post
Probably just because of the those error messages.
I uninstalled HPLIP, or at least so I think I did. LOL.

After some digging I found that this may be a known issue, I had to switch my printing from 600x600 to 1200x600dpi. It works fine now. I think I changed that when I installed the printer, thinking that is extremely high printing resolution for a b/w document printer. Lesson learned.

Thank you for your input michaelk and Shadow_7.

Tim
 
  


Reply

Tags
cups, laserjet, printer installation, raspberrry pi 3 model b



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HP Laserjet P1006 Mandriva 2011 erratic print behaviour.. eklarter Linux - Hardware 1 08-06-2014 11:52 AM
Can't use HP P1006 printer with Mint 13 xpucto Linux - Newbie 3 01-16-2013 03:51 AM
Unable to use HP P1006 printer mike4ty4 Linux - Hardware 2 11-27-2011 06:48 PM
[SOLVED] HP p1006 FC14 hectorDUQUE Fedora 16 04-05-2011 05:10 PM
print to hp p1006 takes 1' roughmat Mandriva 3 07-06-2008 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration