Diff for "PrintingCupsWebInterface"


Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2006-06-11 16:48:41
Size: 927
Editor: cpc3-mapp1-0-0-cust122
Comment:
Revision 11 as of 2009-07-26 01:35:46
Size: 952
Editor: c-68-80-200-223
Comment: updated the commands on the page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(2)]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>||
Line 5: Line 5:
This guide is intended for people who cannot log into the CUPs web interface and would like to change their printer configuration with CUPs. This guide is intended for Xubuntu and other users who cannot log into the CUPs web interface and would like to change their printer configuration with CUPs.
Line 8: Line 9:
First we need to add cupsys to the shadow group. In terminal type: First you need to add yourself to the {{{lpadmin}}} group. In terminal:
Line 10: Line 11:
sudo adduser cupsys shadow
}}}

Next you need to add youserlf to the lpadmin group. In terminal:
{{{
sudo adduser <yourusername> lpadmin
sudo usermod -aG lpadmin <username>
Line 20: Line 16:
sudo sudo /etc/init.d/cupsys restart sudo /etc/init.d/cups restart
Line 24: Line 20:
To get to the CUPs web interface open up [http://localhost:631/] in your web browser. When asked for a user name and password you can use you log-in user-name and password. To get to the CUPs web interface open up [[http://localhost:631/]] in your web browser. When asked for a user name and password you can use you log-in user-name and password.
Line 26: Line 22:
= Why you can't log into CUPs web interface in Ubuntu =
See http://www.cups.org/doc-1.1/sam.html#13_4

= Printer Tweaking using LpOptions =
LpOptions
Line 27: Line 28:
CategoryDocumentation

Introduction

This guide is intended for Xubuntu and other users who cannot log into the CUPs web interface and would like to change their printer configuration with CUPs.

Setting Up CUPs Web Interface

First you need to add yourself to the lpadmin group. In terminal:

sudo usermod -aG lpadmin <username>

Last thing is to restart CUPs. This can be done by typing:

sudo /etc/init.d/cups restart

into the terminal.

To get to the CUPs web interface open up http://localhost:631/ in your web browser. When asked for a user name and password you can use you log-in user-name and password.

Why you can't log into CUPs web interface in Ubuntu

See http://www.cups.org/doc-1.1/sam.html#13_4

Printer Tweaking using LpOptions

LpOptions


PrintingCupsWebInterface (last edited 2009-07-26 01:35:46 by c-68-80-200-223)