My Bay Networks print server just gave out, and I'm in a bit of a bind because I need it for a label printer that only has a parallel port. I'm thinking about checking eBay for a replacement, but I'm also curious if there are other options for setting up a print server on Linux that can just pass the data directly to the LPT port without any of the hassle of CUPS drivers. I've heard that the Zebra LPT driver can do some things that CUPS can't or won't handle, so I'm wondering if straightforward solutions still exist or if we've outgrown this setup. Additionally, am I looking at having to resort to Windows printer sharing from a small desktop? Any thoughts?
2 Answers
It sounds like you're holding onto that printer for good reason! There are definitely options out there like a Windows host using a generic or text driver that can send data straight to the printer without messing with it. You might want to explore that route if you can't find a suitable Linux solution.
If you really want to stick with CUPS, you could try using the raw (generic/text) driver, which should let you send direct data. I’ve had decent luck with it for similar setups. It’s straightforward and doesn’t overcomplicate things.

Yeah, that could definitely work! Sometimes keeping it simple is the best way to go.