I'm new to Ubuntu, using Ubuntu 16.04.
In System Settings > Hardware > Printers it says
Printing service not available. Start the service on this computer or connect to another server.
The start service button is locked. When I press connect it opens a window where I only have one option: CUPS server: localhost
When I try to connect I get a dialog:
CUPS server error
there was an error during the CUPS operation:'failed to connect to server'.
Edit1:
the printer is samsung scx ,via network. the printer is working, i can even print from the windows dualboot in the same laptop.
Edit 2:
sudo service cups restart- no output. localhost:631- not working
Edit 3:
dpkg -l cups
output
ohad@ohad-X556UAK:~$ dpkg -l cups
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-
aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-
=================================
un cups <none> <none> (no description available)
localhost:631
. What do you see? If you do not see thecups
page, try restartingcups
usingsudo service cups restart
. – Sahil Arora Apr 01 '17 at 21:30dpkg -l cups
– Elder Geek Apr 03 '17 at 13:29