Rec....

This is all I could find at the SMC website....Since I am such a newb at Linux/Knoppix this might as well be Greek....

Does the print server work under Linux? How do I set it up?
--------------------------------------------------------------------------------
Yes, the Barricade provides Line Printer Daemon. Users of Linux have to set up /etc/printcap and the queue name is "lp". The following is an example for Red Hat


Linux release 5.1:

# /etc/printcap

hp6p::sd=/var/spool/lpd/hp6p::rm=192.168.123.254::rp=lp::lp=/dev/null::sh:

hp2100::sd=/var/spool/lpd/hp2100::rm=192.168.123.253::rp=lp::lp=/dev/null::sh:

--------------------------------------------------