Have you tried using Cups directly?
We will be giving some love to the printers module by the end of 1.2.
How can I use Cups directly?
Previously on Ubuntu I have been able to use lpinfo, lpadmin, lpstat to deal with problems but they are not available on this installation - are these installable off the CD (I do not have Internet access here).
ThanksI have just done the following:
Modified /etc/apt/sources.list so apt only looks at the CDRom.
sudo apt-get install cupsys-client
Now I can do eg lpstat -v and see the printer listed & used lpoptions -d HP1010 to set this as default printer.
I then did lp /tmp/test.txt a few times and then lpstat -t shows the print jobs waiting but the message 'Printer not connected will retry in 30 sec'.
Now I'm not clear why there is no printing - the printer is ok when I put the USB into a neighbouring XP machine & print from there directly.
Is it possible that despite lpinfo -v reporting the printer connected to the usb (and not when I unplug it) there could still be a usb communication problem? USB flash drives work fine in the same machine if I mount them.
(I also have a slight worry that installing cupsys-client has overwritten config files that ebox might need)