LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-02-2010, 09:18 AM   #1
mittfh
LQ Newbie
 
Registered: Oct 2009
Location: Kenilworth, Warks, UK
Distribution: Mageia 2 64-bit / Xfce
Posts: 12

Rep: Reputation: 0
Unexpected black lines in printouts (HP CP1515n)


Mandriva 2010.0 / HP Color LaserJet CP 1515n

Using HP's own Linux drivers over CUPS or HPLIP.

Whenever I print, black lines occur whenever there's a line break. This doesn't occur with the test page, but with any document printed (text, OpenOffice, webpage, Thunderbird email).

Here are scans (600px high JPEG) of three recent printouts:
Email
Website
Text document
Test Page

Here's the CUPS config:

Description: HP_Color_LaserJet_CP1515n
Location:
Driver: HP Color LaserJet cp1515n pcl3, hpcups 3.9.12 (color)
Connection: hp:/usb/HP_Color_LaserJet_CP1515n?serial=00CNCT8DGHDX
Defaults: job-sheets=none, none media=iso_a4_210x297mm

Does anyone have a clue as to what's going on and how to fix it?

Last edited by mittfh; 04-02-2010 at 09:19 AM.
 
Old 04-02-2010, 10:42 AM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
That's pretty strange, check back through your install logs and verify that there were no errors, try printing from another device to that printer. It appears as if its defaulting to black for non specified whitespace. I'd yank everything printing out and purge it and reinstall the drivers, thats pretty messed up.
 
Old 04-02-2010, 10:51 AM   #3
jackb
LQ Newbie
 
Registered: Nov 2007
Posts: 4

Rep: Reputation: 0
hp printers

Quote:
Originally Posted by mittfh View Post
Mandriva 2010.0 / HP Color LaserJet CP 1515n

Using HP's own Linux drivers over CUPS or HPLIP.

Whenever I print, black lines occur whenever there's a line break. This doesn't occur with the test page, but with any document printed (text, OpenOffice, webpage, Thunderbird email).

Here are scans (600px high JPEG) of three recent printouts:
Email
Website
Text document
Test Page

Here's the CUPS config:

Description: HP_Color_LaserJet_CP1515n
Location:
Driver: HP Color LaserJet cp1515n pcl3, hpcups 3.9.12 (color)
Connection: hp:/usb/HP_Color_LaserJet_CP1515n?serial=00CNCT8DGHDX
Defaults: job-sheets=none, none media=iso_a4_210x297mm

Does anyone have a clue as to what's going on and how to fix it?
i have always hated printers until i found this site and followed their instructions to the 'T' http://hplipopensource.com/hplip-web/index.html read 'ALL' instructions and for ubuntu it said stop and reboot before running hp-setup. 3 perfect installs for me. jackb
 
Old 04-05-2010, 05:16 AM   #4
mittfh
LQ Newbie
 
Registered: Oct 2009
Location: Kenilworth, Warks, UK
Distribution: Mageia 2 64-bit / Xfce
Posts: 12

Original Poster
Rep: Reputation: 0
Righteo, took a while but I've eventually solved the problem.

Uninstalled everything and reinstalled - no change.
Uninstalled everything, downloaded hplip and ran through the setup process.
Even though I'd got libusb-1.0.6 installed, I had to reinstall from source as MDV package doesn't include the libusb-1.0.la file. Libgphoto-devel also had to be installed.
Finally, I get everything set up, although I had to add the printer via cups as hp-setup wouldn't allow me to finish...

Using CUPS' default pcl3 driver, I still got the black lines.
However, changing to the ps driver (which was what hp-setup would have used had it been able to finish) worked (no mysterious black lines) - and oddly enough, even though I had to manually select the ppd from disk, cups now claims it's the recommended driver. Go figure...

Random Speculation: the pcl driver problems might be due to the linux drivers using pcl3, whereas Windoze drivers are typically pcl5 or pcl6. Whereas of course ps is an unchanging standard.
 
Old 04-06-2010, 11:30 AM   #5
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Your analysis sounds reasonable, that is definitely a pretty strange occurrence, but you've found what I normally find... if the printer supports printing direct from PS in *nix use it... it works flawlessly.
 
Old 05-28-2010, 02:13 AM   #6
ktm_kannan
LQ Newbie
 
Registered: Jan 2009
Distribution: Mandriva
Posts: 22

Rep: Reputation: 16
same thing happened with me. but i used hp-setup in manual mode by giving my printer ip and it found it and npw everything is back to normal
 
Old 07-19-2010, 01:05 AM   #7
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
I recently ran into the same problem. I did nothing except I choose "Modify Printer" from the CUPS web menu. Then I chose the obvious answers. In my case I choose this driver:
Code:
Driver:	HP Color LaserJet cp2025dn hpijs pcl3, 3.10.2 (color, 2-sided printing)
I made sure that my choice was listing "hpijs" first instead of "pcl3". Now all is well. It makes no sense but at least I'm not wasting any more black toner on what was coming to be almost solid black pages!

Perhaps this was due to my Slackware upgrade from 13.0 to 13.1 and thus a CUPS upgrade. I'm really not sure. But at least the fix is easy.
 
Old 10-13-2010, 09:20 PM   #8
toohes
LQ Newbie
 
Registered: Oct 2010
Posts: 1

Rep: Reputation: 0
Gentoo & HP Color LaserJet CP1515n

I have had same pain. I healed it in this way:
I removed all printers from CUPS web page and execute
Code:
hp-setup -i -b net
<ENTER>
<ENTER>
...
<ENTER>
That go to CUPS web page and saw (surprise!):
Driver: HP Color LaserJet CP1510 Series Postscript (recommended)
Presto. "Black lines dead baby, black lines dead".
I hope it help somebody.
 
Old 10-13-2010, 10:34 PM   #9
aries_baluyot
Member
 
Registered: Oct 2010
Location: India
Distribution: Mandriva, Suse, Ubuntu, Centos, Maemo, Omnia Xp
Posts: 86

Rep: Reputation: -11
why dont you try to check your cartridge or ribbon.

i think your problem is not in a the software..

Kindly check please
 
Old 01-11-2011, 04:42 PM   #10
IanWood
LQ Newbie
 
Registered: Jan 2011
Posts: 5

Rep: Reputation: 0
Had same issue with PCL3 driver

Quote:
Originally Posted by rweaver View Post
Your analysis sounds reasonable, that is definitely a pretty strange occurrence, but you've found what I normally find... if the printer supports printing direct from PS in *nix use it... it works flawlessly.
I have the same printer but using Ubuntu 10.04. After installing using this file http://sourceforge.net/projects/hpli...9.run/download I was able to print text fine. For instance from Writer. However I wasn't able to print a 1.5MB jpg file. The printer said it was low on memory. So I Googled and found a bug report (https://bugs.launchpad.net/ubuntu/+s...ro/+bug/597338) suggesting to use PCL drivers as there may work better. So I changed to the PCL driver (HP Color LaserJet cp1515n pcl3, hpcups 3.10.9) and got the black lines issue.

So, I can print images with the PCL and text with the PS driver (HP Color LaserJet CP1510 Series Postscript (recommended)).

Can anyone tell me how to print images with the recommended PS drivers?

Cheers

Ian

Last edited by IanWood; 01-11-2011 at 04:47 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Can't shut down screen is all white with black lines Mr.Carioca Ubuntu 1 02-03-2008 08:12 AM
Hibernate gives a screen of black and white vertical lines Orkie Ubuntu 2 12-21-2005 03:01 PM
KDS VS-195e -- Black lines on screen? Adrohak Linux - Hardware 2 07-28-2004 01:12 PM
KDS VS-195e -- Black lines on screen? Adrohak Linux - General 1 07-27-2004 03:22 PM
Black lines when minimizing Ynog Linux - Newbie 0 05-27-2003 01:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:13 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