Low Cost LRP Print Server, Trouble Shooting Guide:

Boot up using the LRP print server floppy g ,

login as root, type q to drop to the command prompt.

Type  lrpkg  -l  and you should see root, etc, log, local, modules, p9100

Type  ps ax | grep  p91  and you should see at least a line like this  /usr/sbin/p9100d 0

Type  lsmod  and you should see lines like these
lp
  5252 1
parport_pc
7636 1
parport   7344 1 [lp parport_pc]

and a last line with the name of your network card driver

Type netstat  -l | grep p91  and you should see lines like this
tcp    0    0    *:p9100

Type  cat  /proc/interrupts | grep eth0 and you should see the IRQ number for eth0, it should not be zero

Type  cat  /proc/ioports | grep par and you should see at least a line that says parport  0

Type  ifconfig eth0 | grep inet  and you should see a line like this:
inet addr:192.168.1.252

Type route and you should see a line that begins with the word
default

Type dmesg , you should see these lines:
parport0: PC-style at
lp0: using parport0 (pooling)

Type ping  64.202.188.201 and you should see some ping replies.
Ctrl-C
to stop the pings.

Type ping  www.godaddy.com and you should see some ping replies.
Ctrl-C
to stop the pings.

If the printing of the letters on the printer look fuzzy, use a shorter parallel printer cable and try again.



On some strange motherboards, the built-in LPT1 port becomes disabled if you boot up without
a monitor attached.
Boot up with a monitor attached, after boot up, type ps ax and you should see a line like this
/usr/sbin/p9100d
Boot up again without attaching the monitor, after boot up, attach a monitor and type
ps ax
and you should see /usr/sbin/p9100d , if it disappears, you have one of those strange motherboards.
There is no cure. g You need to either change motherboard, or add an ISA add-on multi-function IO card
with a parallel port, or leave an old monitor attached permanently.

 
Revised: August 15, 2006

Click here to return to Print Server