Great, I now have a printer that works, but not due to any fancy new features, and also not due to my brilliance, though it should have. But again I am reminded (via Google) to remember the one thing that Unix is, it’s files everything in /dev is a pointer to the device, which for all intents and purposes is just a file. So to print, just cp to /dev/printers/1 which in my case was the USB printer. So by bypassing the fancy stuff, you just call it a file and point at it.