Page 1 of 1

Cups- installing a network printer

Posted: 12 Mar 2011, 16:41
by viking60
Install cups.
My HP Photosmart is now the network printer for the entire house. I had to create the lpadmin group and add the users to it.

Then I altered some lines in /etc/cups/cupsd.conf
from

Code: Select all

SystemGroup sys root

to

Code: Select all

SystemGroup sys root lpadmin

I also had to do some Allow from <ip> to get the network connections to work.
Cups comes with a restriction to only work on localhost so I had to change:

Code: Select all

localhost:631

to

Code: Select all

Port 631

Under #Allow remote access

After that the gnome-administration-printers menu found it immediately and picked it as a default printer on every box in the house.

So now everyone has the network printer as their default printer again :coffee_cup:

Re: Cups- installing a network printer

Posted: 12 Mar 2011, 16:59
by dedanna1029
Very nice. :)

Re: Cups- installing a network printer

Posted: 12 Mar 2011, 17:42
by viking60
I had to do as I was told +1

Re: Cups- installing a network printer

Posted: 12 Mar 2011, 17:47
by dedanna1029
:lol: