There have been a lot of CUPS-related complaints over the past several months. I've searched through them and not found resolution. Here's the situation:
After a recent dist-upgrade, printing was broken. I could install printers from the web interface (local via a parallel cable and others over local network), and could print test pages. However, the usual apps are unable to connect to CUPS. I get the following Kprinter error:
An error occurred while retrieving the printer list:
Connection to CUPS server failed. Check that the CUPS server is correctly installed and running. Error: localhost: read failed (15).
I attempted the apt-get --purge / reinstall approach for CUPS mentioned elsewhere in the forums; this didn't help. This almost seems like a permissions problem. Any thoughts or suggestions for resolving it would be greatly appreciated.
Have you tried this
modprobe lp
echo lp >> /etc/modules
apt-get remove --purge cupsys
apt-get install cupsys or apt-get install cupsys cupsys-driver-gutenprint hplip
then go to
http://localhost:631/
this is the only thing that works for me
piper wrote:
Zitat:
Have you tried this
modprobe lp
echo lp >> /etc/modules
apt-get remove --purge cupsys
apt-get install cupsys or apt-get install cupsys cupsys-driver-gutenprint hplip
then go to
http://localhost:631/
this is the only thing that works for me
Thank you. That worked!