Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] got lprng?
Date: Mon, 20 Feb 2006 06:13:46
Message-Id: 20060220060902.73054.qmail@web31703.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] got lprng? by "Manuel A. McLure"
1 --- "Manuel A. McLure" <manuel@××××××.org> wrote:
2
3 > On Sunday 19 February 2006 01:53 pm, maxim wexler
4 > wrote:
5 > > Then you're part of a dying breed evidently.
6 > >
7 > > I wasn't able to get cups to work so installed
8 > lprng.
9 > >
10 > > For more details on my problem go to the archives
11 > and
12 > > search against my name and 'print' and 'cups'
13 >
14 > I can't imagine how frustrated you are at this
15 > point.
16 >
17 > If you wouldn't mind, I have some troubleshooting
18 > suggestions. It appears that
19 > perhaps you might have some problems with the actual
20 > printer interface
21 > (/dev/lp0), so let's make sure that works well.
22 >
23 > FIrst, make sure nothing, even lprng, is using
24 > /dev/lp0 - shut down lprng and
25 > make sure there are no processes left around.
26 >
27 > Then run the following command:
28 >
29 > /bin/echo -e -n
30 > Hello\\015\\012World\\015\\012\\014 >textfile.txt
31 >
32 > And finally
33 >
34 > cat textfile.txt >/dev/lp0
35
36 This looks like an elaborate form of
37
38 echo -e "This text should appear on the printer\f" >
39 /dev/lp0
40
41 Which works fine. Also, from apsfilter I was able to
42 print a test page. So the hardware seems to be OK.
43
44 __________________________________________________
45 Do You Yahoo!?
46 Tired of spam? Yahoo! Mail has the best spam protection around
47 http://mail.yahoo.com
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] got lprng? "Manuel A. McLure" <manuel@××××××.org>