|
On Tue, 14 May 2002, Fai wrote: > > I still can't print any thing with lp5250d, I start the lp5250 by: > lp5250d env.DEVNAME=LP0 outputcommand='cat > /tmp/out$$' trace=/tmp/trace.out > 63.167.147.10 That's an invalid outputcommand. You cannot do quotes like that. The shell doesn't like you putting quotes in the middle of an argument. Try this instead: lp5250d 'outputcommand=cat > /tmp/out$$' trace=/tmp/trace.out host Then, according to a message from John Ross (the owner of NetShare400.com) you cannot use a device name of LP0. You need to use your user name. He posted that message yesterday. If you missed it, it's in the archives here: http://archive.midrange.com/linux5250/200205/msg00021.html I can't give you any more info than that because I'm not a user on NetShare400 and I have no idea what any special considerations of the set-up would be.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.