on my PC=Dell latitude E6510, RAM=8Gb, GPU=GT218 NVS 3100M, CPU=i7 Q 720 @ 1.60GHz, OS=opensuse 13.1 KDE= 4.14.3 kernel=3.11.10-25-desktop
I installed phlip and
cups - The Common UNIX Printing System Installed Version:1.7.5-2.1
from http://download.opensuse.org/repositories/Printing/openSUSE_13.1/
switching the packages
it seems the only way to have my printer HP laserjet cp1025nw to work properly
but very often cups fail to start, I have to go to yast2>services manager and start cups and cupsd manually
is there any solution to solve this??
in that place where you start cups via yast there is also an option to enable that cups service. or you can enable it via cli with sysmtemctl (If it is not enabled already)
…yes it was and it is enabled, but often it result enabled and inactive
now not:
pla@suseST-pla:~> systemctl status cups
cups.service - CUPS Printing Service
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: active (running) since Mon 2014-12-22 07:03:18 CET; 12h ago
Main PID: 988 (cupsd)
CGroup: /system.slice/cups.service
└─988 /usr/sbin/cupsd -f
Dec 22 07:03:18 suseST-pla.lap systemd[1]: Starting CUPS Printing Service...
Dec 22 07:03:18 suseST-pla.lap systemd[1]: Started CUPS Printing Service.
Dec 22 09:43:15 suseST-pla.lap hp[17985]: prnt/backend/hp.c 375: read new pjl status: 10023
pla@suseST-pla:~>
…as it is not my laptop but my son’s one, in case the problem be hard, is it possible to have a script/icon-on-desktop to click to start cups when it needs??
manythanks, ciao pier
[QUOTE=pier_andreit;2684660]…yes it was and it is enabled, but often it result enabled and inactive
now not:/QUOTE
Some users have had problems with socket activation which was brought in with the move to using systemd. Maybe you’re being impacted by that?
[Unit]
Description=CUPS Printing Service
After=network.target
[Service]
ExecStart=/usr/sbin/cupsd -f
[Install]
WantedBy=multi-user.target
I’m not sure that you need to apply these approaches. Your problem might be due to something else. I don’t know why you updated to CUPS 1.7.x. Were you having problems prior to upgrading? Maybe your problem lies with the upgrade?
it seems the only way to have my printer HP laserjet cp1025nw to work properly
but very often cups fail to start, I have to go to yast2>services manager and start cups and cupsd manually
is there any solution to solve this??
Starting from the top…
If I understand your first post, you mentioned that you needed CUPS 1.7.x to have your printer supported, is that correct?
Is it network-attached, or via USB?
Is cups.service inactive after boot?
systemctl status cups
and if so, do you always need to start it before printing?