Page 1 of 1

Printer Configuration

Posted: 29. Jul 2016, 21:47
by bin bash
Hello,
I would like to setup my printer on Salix 14.2.
The printer is a Brother DCP-7030.
When I connect to localhost and attempt to add printer, I get this message.
"Unable to add printer:

Forbidden" :?:

Re: Printer Configuration

Posted: 30. Jul 2016, 19:48
by gapan
This is a known problem with the beta.

Find this line in /etc/cups/cups-files.conf:

Code: Select all

SystemGroup sys root
and add "wheel" at the end like this:

Code: Select all

SystemGroup sys root wheel
Restart the cups service:

Code: Select all

sudo service restart cups
and you should be OK.

Re: Printer Configuration

Posted: 31. Jul 2016, 14:20
by bin bash
Thank you, gapan, I will try this.