roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Sep. 03 2004,21:08 |
|
Did you select I from aps menu to Install the printer after the test page printed? It is there that you can give the printer a name. You are prompted "Your choice" with the default of lp
If you did select I, but now have forgotten the printer name then from a shell window type
cat /opt/printcap
If you have nothing there, you exited Apsfilter program too soon.
To test print, first be sure to start the printing daemon using DSLpanel , then from the shell type this
lpr -h -Plp filetool.lst
This will print your filetool.lst on the printer lp with no header page
type
lpr --help
will show all the commands
type
export PRINTER=lp
This will allow apps to find your printer without you having to specify each time with the lpr command
|