You can start initial testing when you reboot the machine after making the above changes.
As the system boots, you should look to see that it has loaded the two parport modules and the lp module and that the parport modules successfully bound to the parallel ports.
Evidence that the system loaded the modules correctly includes lines similar to:
parport0 PC-style at 0x378 parport0 irq7 detected lp0 using parport0 (polling) lp0 compatibility mode
These do vary a little from system to system so panic only if you see either nothing resembling parallel port messages or if you see distinct failure messages.
The p9100.lrp package runs a script on boot that prints details of the printers it thinks it can print to. You should see these messages in the boot output if p9100.lrp was loaded - though they are no guarantee that the system is working. They look like:
Starting print server LPT1 ready LPT2 ready LPT3 ready
If the boot messages scroll up too quickly to read, you can use SHIFT+PAGE UP before you log in to the system to review it. Or you can log in, quit out of the Bering lrcfg menu and, at the command line, issue:
dmesg | less
to scroll through the boot messages.
Assuming that all looks well after boot, and that you have logged in, and check that the printer service is running by quitting lrcfg to get to the command line and issuing:
ps -ef | grep p910
Check that you can stop it and start it by issuing
svi p910nd stop svi p910nd start
Both commands should complete successfully. If not, move to the Troubleshooting section below.
There is no way to test if the machine can print from itself. You may see suggestions that it can using the command:
echo "test print" >/dev/lp0
But this command is likely to return the message
cannot create /dev/lp0: error 16
even on a machine that is known to be printing successfully when the print request is made from a remote client. To properly test the machine you need to print to it from a networked client.