LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mageia (https://www.linuxquestions.org/questions/mageia-97/)
-   -   Printing ProblemHP L7680 All-in-One on Mageia 3 (https://www.linuxquestions.org/questions/mageia-97/printing-problemhp-l7680-all-in-one-on-mageia-3-a-4175471387/)

frankbell 07-29-2013 07:43 PM

Printing ProblemHP L7680 All-in-One on Mageia 3
 
1 Attachment(s)
The printer is directly on the network with its own IP address and works fine with every other computer in the house.

It works fine with this computer under Windows and, previously, with Wubi and Mint 13, but I can't seem to get it to print with Mageia. I tried installing it using Mageia's own tools and with HPLIP several times. In both cases, it appears to be properly set up, but when I send a page to the printer, whether it's a test page or a page from a document, it pulls two sheets of paper, prints random text across the top of the first one, and feeds the second one through blank.

When I look at the cups logs, everything looks okay to my untrained eye. For example:

Code:

# tail -100 /var/log/cups/page_log
HP-Officejet-Pro-l7600 root 11 [29/Jul/2013:18:34:39 -0400] 1 1 - localhost Test Page - -
HP-Officejet-Pro-l7600 frankbell 12 [29/Jul/2013:18:35:40 -0400] 1 1 - localhost (stdin) - -
HP-Officejet-Pro-l7600 frankbell 13 [29/Jul/2013:19:45:01 -0400] 1 1 - localhost test.txt - -
Officejet_Pro_L7600 frankbell 14 [29/Jul/2013:19:48:28 -0400] 1 1 - localhost tmpw75pwU - -
HP-Officejet-Pro-l7600 frankbell 15 [29/Jul/2013:19:50:37 -0400] 1 1 - localhost HPR_Mageia - -
HP-Officejet-Pro-l7600 frankbell 16 [29/Jul/2013:20:07:56 -0400] 1 1 - localhost HPR_Mageia - -

# tail - /var/log/cups/error_log
==> standard input <==
                                                    <---I sent a page to the printer and no output appeared here.

# tail -10 /var/log/cups/page_log
HP-Officejet-Pro-l7600 root 11 [29/Jul/2013:18:34:39 -0400] 1 1 - localhost Test Page - -
HP-Officejet-Pro-l7600 frankbell 12 [29/Jul/2013:18:35:40 -0400] 1 1 - localhost (stdin) - -
HP-Officejet-Pro-l7600 frankbell 13 [29/Jul/2013:19:45:01 -0400] 1 1 - localhost test.txt - -
Officejet_Pro_L7600 frankbell 14 [29/Jul/2013:19:48:28 -0400] 1 1 - localhost tmpw75pwU - -
HP-Officejet-Pro-l7600 frankbell 15 [29/Jul/2013:19:50:37 -0400] 1 1 - localhost HPR_Mageia - -
HP-Officejet-Pro-l7600 frankbell 16 [29/Jul/2013:20:07:56 -0400] 1 1 - localhost HPR_Mageia - -

# tail -10 /var/log/cups/access_log
localhost - root [29/Jul/2013:19:48:15 -0400] "POST /admin/ HTTP/1.1" 200 345 CUPS-Add-Modify-Printer successful-ok
localhost - - [29/Jul/2013:19:48:16 -0400] "POST /admin/ HTTP/1.1" 401 1272 CUPS-Add-Modify-Printer successful-ok
localhost - root [29/Jul/2013:19:48:16 -0400] "POST /admin/ HTTP/1.1" 200 1272 CUPS-Add-Modify-Printer successful-ok
localhost - - [29/Jul/2013:19:48:28 -0400] "POST /printers/Officejet_Pro_L7600 HTTP/1.1" 200 323 Create-Job successful-ok
localhost - - [29/Jul/2013:19:48:28 -0400] "POST /printers/Officejet_Pro_L7600 HTTP/1.1" 200 423159 Send-Document successful-ok
localhost - - [29/Jul/2013:19:50:37 -0400] "POST /printers/HP-Officejet-Pro-l7600 HTTP/1.1" 200 252 Create-Job successful-ok
localhost - - [29/Jul/2013:19:50:37 -0400] "POST /printers/HP-Officejet-Pro-l7600 HTTP/1.1" 200 28105 Send-Document successful-ok
localhost - - [29/Jul/2013:19:50:38 -0400] "POST / HTTP/1.1" 200 346 Create-Printer-Subscription successful-ok
localhost - - [29/Jul/2013:20:07:55 -0400] "POST /printers/HP-Officejet-Pro-l7600 HTTP/1.1" 200 252 Create-Job successful-ok
localhost - - [29/Jul/2013:20:07:55 -0400] "POST /printers/HP-Officejet-Pro-l7600 HTTP/1.1" 200 27410 Send-Document successful-ok

I will attach a copy of what does print to this post (I cropped it to just what printed).

This is not an emergency. I'm more curious than anything else.

I have also posted this to the forums for my LUG; if I learn anything there, I'll post it back here.

michaelk 07-30-2013 12:59 PM

The posted random text is Printer Job Language. PJL is an extension to PCL which is the language your printer uses. I can not tell exactly but I would guess the PJL start code is missing or incorrect. It should be Ec%-12345X@PJL where Ec% is the escape code. I'm not sure where to start looking for PJL or filter in cups at the moment.

frankbell 07-30-2013 08:18 PM

Thanks, michaelk. Now at least I have something to look for!

aus9 08-17-2013 01:18 AM

I don't have your hw but have you seen note 8 of
http://hplipopensource.com/hplip-web...pro_l7600.html

which links to
http://hplipopensource.com/node/309

michaelk 08-17-2013 07:44 AM

If you look at the information box it states none which means a plug in is not required.

frankbell 08-17-2013 09:02 PM

Just as an update, no progess so far, but, as I said in my original post, it's a low priority. I'll keep poking at it when time allows.

aus9 08-18-2013 03:28 AM

ok hope you don't mind a fishing expedition either

since you are have tried to print as a local user, can you print as root?

how about posting the contents of your cupds.conf?

frankbell 08-19-2013 07:44 PM

Darn, I should have thought of testing as root. I'll report back tomorrow.

frankbell 08-20-2013 07:59 PM

Tested as root, both from Kate and from the command line. No change, output to the error log, access and page logs report successful print job.

When I get a chance sometime later this week, I'll remove the Mageia HPLIP package, test again with without it, then try compiling HPLIP from sources.

frankbell 01-21-2014 09:29 PM

I still haven't gotten my printer to work with Mageia, but I did something today that leads me to think that this is a Magiea bug.

I have a VM of PCLinuxOS on the Mageia machine, because I wanted to take a look at that distro. On a whim, I gave it a bridged network connection and was able to install the printer to PCLinuxOS (in the VM) and print a valid test page.

frankbell 05-21-2014 09:07 PM

I know this is old, but the problem is, in a manner of speaking, fixed, so here is the rest of the story.

Because of a number of nagging little issues--no serious, but in aggregate irritating--stemming from the on-line version upgrade from v. 3 to v. 4, I wiped the install and installed v.4 from scratch.

The printer now works properly.


All times are GMT -5. The time now is 12:05 AM.