Linux Newbie help
 help / color / mirror / Atom feed
* Printing
@ 2003-04-01  9:23 S. Barret Dolph
  2003-04-01 17:08 ` Printing Ray Olszewski
  0 siblings, 1 reply; 4+ messages in thread
From: S. Barret Dolph @ 2003-04-01  9:23 UTC (permalink / raw)
  To: linux-newbie

Under Mandrake 9.0 my printing jobs just hang forever. After the
installation I was able to print and then sometimes printouts would come
through after turning on and off the computer. Now nothing....
Printer works fine as I tested it with my girlfriends laptop. 



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Printing
  2003-04-01  9:23 Printing S. Barret Dolph
@ 2003-04-01 17:08 ` Ray Olszewski
       [not found]   ` <1049541317.1761.7.camel@localhost.localdomain>
  2003-04-06 15:32   ` Printing S. Barret Dolph
  0 siblings, 2 replies; 4+ messages in thread
From: Ray Olszewski @ 2003-04-01 17:08 UTC (permalink / raw)
  To: S. Barret Dolph, linux-newbie

At 05:23 PM 4/1/2003 +0800, S. Barret Dolph wrote:
>Under Mandrake 9.0 my printing jobs just hang forever. After the
>installation I was able to print and then sometimes printouts would come
>through after turning on and off the computer. Now nothing....
>Printer works fine as I tested it with my girlfriends laptop.


1. How is your printer physically connected to the system? (parport, 
serial, USB, network?) If it is a parport printer, do you have all the 
right modules installed?

2. Which lpd daemon does Mandrake 9 use?

3. What printer is it? Does the Linux printer site (I've misplaced the URL, 
so you'll need to search for it) report anything special about it and Linux?

4. What does its entry in /etc/printcap look like?

5. How are you trying to print under Linux? (What apps are you printing from?)

6. What happens if you try to dump a file directly to the printer? (How you 
do this depends on the answer to Q1, but an example would be: "cat 
/etc/passwd >/dev/lp0").

7. Assuming you are using a typical lpd daemon, what do these result in?

         A. lpr -pdefault /etc/passwd
         B. lpq

(Change "default" if the printer use a different printcap entry.)

8. Did this printer work under any other version fo Linux, or is this your 
first try using it with a Linux system? If the first, please provide details.

9. Does your general description of the problem conceal any pattern you've 
seen? For example, after a boot/init, the first attempt to print works but 
not later ones? Or power-cycling the printer causes printing temporarily to 
resume? Or ... ???

(BTW, there is nothing special about /etc/passwd except that it is a file 
that I know must be present on your system. Feel free to substitute any 
plain-text file that you prefer.)



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Printing
       [not found]   ` <1049541317.1761.7.camel@localhost.localdomain>
@ 2003-04-05 16:22     ` Ray Olszewski
  0 siblings, 0 replies; 4+ messages in thread
From: Ray Olszewski @ 2003-04-05 16:22 UTC (permalink / raw)
  To: S. Barret Dolph; +Cc: linux-newbie

I assume your sending this as a private reply, rather than to the list, was 
a typo. I've added the list back in via a Cc: entry.

You chose not to answer pretty much all of my questions, or to answer them 
in ways that are uselessly vague (e.g., "I tried several different apps 
..."). That's your choice, of course. But I'm afraid that the tiny bit of 
added info you chose to send does not make me think of anything new. (My 
next step would be to check the Linux printer database .. it might indicate 
what to do about the empty printcap file, which is surely involved in your 
problem ... but I already suggested doing that, so it is not anything new.)

I can't give you decent advice about how to fix printcap because you tell 
me too little about the printer -- for example, telling me it previously 
worked in reply to "How is your printer physically connected to the 
system?" does not let me give you the appropriate printcap entry to access it.

Possibly someone else here will see something in your reply that I missed.

At 07:15 PM 4/5/2003 +0800, S. Barret Dolph wrote:
>On Wed, 2003-04-02 at 01:08, Ray Olszewski wrote:
> > At 05:23 PM 4/1/2003 +0800, S. Barret Dolph wrote:
> > >Under Mandrake 9.0 my printing jobs just hang forever. After the
> > >installation I was able to print and then sometimes printouts would come
> > >through after turning on and off the computer. Now nothing....
> > >Printer works fine as I tested it with my girlfriends laptop.
> >
> >
> > 1. How is your printer physically connected to the system? (parport,
> > serial, USB, network?) If it is a parport printer, do you have all the
> > right modules installed?
>
>This should be ok as the printer worked after I first installed it.
> >
> > 2. Which lpd daemon does Mandrake 9 use?
> >
> > 3. What printer is it? Does the Linux printer site (I've misplaced the 
> URL,
> > so you'll need to search for it) report anything special about it and 
> Linux?
> >
> > 4. What does its entry in /etc/printcap look like?
>Maybe a problem here. The File reads
>
># This file was automatically generated by cupsd(8) from the
># /etc/cups/printers.conf file.  All changes to this file
># will be lost.
>Printer:
>
> >
> > 5. How are you trying to print under Linux? (What apps are you printing 
> from?)
>
>I tried several different apps and all failed to print.
> >
> > 6. What happens if you try to dump a file directly to the printer? (How 
> you
> > do this depends on the answer to Q1, but an example would be: "cat
> > /etc/passwd >/dev/lp0").
> >
> > 7. Assuming you are using a typical lpd daemon, what do these result in?
> >
> >          A. lpr -pdefault /etc/passwd
> >          B. lpq
> >
> > (Change "default" if the printer use a different printcap entry.)
> >
> > 8. Did this printer work under any other version fo Linux, or is this your
> > first try using it with a Linux system? If the first, please provide 
> details.
>
>No problems under an old version of Mandrake. The printer is a HP
>Laserjet 1100 which is well supported.
> >
> > 9. Does your general description of the problem conceal any pattern you've
> > seen? For example, after a boot/init, the first attempt to print works but
> > not later ones? Or power-cycling the printer causes printing 
> temporarily to
> > resume? Or ... ???
> >
> > (BTW, there is nothing special about /etc/passwd except that it is a file
> > that I know must be present on your system. Feel free to substitute any
> > plain-text file that you prefer.)





-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Printing
  2003-04-01 17:08 ` Printing Ray Olszewski
       [not found]   ` <1049541317.1761.7.camel@localhost.localdomain>
@ 2003-04-06 15:32   ` S. Barret Dolph
  1 sibling, 0 replies; 4+ messages in thread
From: S. Barret Dolph @ 2003-04-06 15:32 UTC (permalink / raw)
  To: linux-newbie@vger.kernel.org

My apologies for incomplete answers. I am trying to figure how to find
the answers to your questions.
> 
> 1. How is your printer physically connected to the system? (parport, 
> serial, USB, network?) If it is a parport printer, do you have all the 
> right modules installed? 

The printer is connected by a cable to the computer but it is not USB.
> 
> 2. Which lpd daemon does Mandrake 9 use?
I don't know but will look this up.
> 
> 3. What printer is it? Does the Linux printer site (I've misplaced the URL, 
> so you'll need to search for it) report anything special about it and Linux?

HP Laserjet 1100 but there is nothing special listed on the Linux
printer site about the printer.
> 
> 4. What does its entry in /etc/printcap look like?

# This file was automatically generated by cupsd(8) from the
# /etc/cups/printers.conf file.  All changes to this file
# will be lost.
Printer:
> 
> 5. How are you trying to print under Linux? (What apps are you printing from?)

Gnome Ximian Evolution, KWord, Kspread, Mozilla. 
> 
> 6. What happens if you try to dump a file directly to the printer? (How you 
> do this depends on the answer to Q1, but an example would be: "cat 
> /etc/passwd >/dev/lp0").

Don't understand but I am checking on this.
> 
> 7. Assuming you are using a typical lpd daemon, what do these result in?
> 
>          A. lpr -pdefault /etc/passwd
>          B. lpq
> 
> (Change "default" if the printer use a different printcap entry.)
Checking this out. (Ie. Don't understand.)
> 
> 8. Did this printer work under any other version fo Linux, or is this your 
> first try using it with a Linux system? If the first, please provide details.

Worked ok under an older version of Mandrake.

> 
> 9. Does your general description of the problem conceal any pattern you've 
> seen? For example, after a boot/init, the first attempt to print works but 
> not later ones? Or power-cycling the printer causes printing temporarily to 
> resume? Or ... ???

I still can't find a pattern. I haven't been able to figure out when the
printing finally comes. 
> 
> (BTW, there is nothing special about /etc/passwd except that it is a file 
> that I know must be present on your system. Feel free to substitute any 
> plain-text file that you prefer.)
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-06 15:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01  9:23 Printing S. Barret Dolph
2003-04-01 17:08 ` Printing Ray Olszewski
     [not found]   ` <1049541317.1761.7.camel@localhost.localdomain>
2003-04-05 16:22     ` Printing Ray Olszewski
2003-04-06 15:32   ` Printing S. Barret Dolph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox