Originally posted by: SystemAdmin
Ok, there are a couple things that we can do to test this printer.
First you can see if you can ping the address of the printer.
If you can't do that, you need to talk to Canon support.
- Appletalk and IPX are not going to help us at all.
- We need TCP/IP
If you can ping it, then see if you can telnet to port 9100
For a JetDirect card, this would then let you type in text and when done hit ctrl-T to end the connection (It will tell you this). It is not clear if Canon will have implemented this. If this works, we can for sure make this thing print. If it doesn't we still might be able to but we may need help from Canon.
Earlier you said that it makes some noise with the Jet Direct. That could indicate something is getting there. For example if we send Text and it is in PostScript mode it would do that.
Next test is to create a 'generic' queue to a Network Jetdirect printer.
smitty mkpq
Choose: hpJetDirect Network Printer (HP JetDirect)
Select: Other - for now we will send no setup commands to the printer
Select: Generic (Later you might try canon-lips4 in a separate test)
Do not make this a bootp/tftp server
ASCII: text (give a queue name)
PCL: pcl
PostScript: pstest
Printer connection
HOSTNAME - put the hostname of the printer you pinged.
This will create three queues.
lptest 10 10 | qprt -Ptext (will send 10 characters per line by 10 line)
- does this print?
lptest 10 10 | qprt -Ppcl
- does this print? Does it stair step
qprt -Ppstest /usr/lib/lpd/pio/burst/H.ps
- Does this put something on the page. Should be header page without
- the information filled in.
Based on the results we can move to the next step.