Difference between revisions of "Software projects/OS/Slackware/Advanced usage/CUPS"

From Pandora Wiki
Jump to: navigation, search
(Created page with "= Activate CUPS = chmod +x /etc/rc.d/rc.cups /etc/rc.d/rc.cups start * CUPS will now run at each boot. = Add a printer = * The simplest way to manager printers with CUPS is to...")
 
(Hewlett Packard devices)
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
= Add a printer =
 
= Add a printer =
* The simplest way to manager printers with CUPS is to do it through a web browser:
+
* The simplest way to manage printers with CUPS is to do it through a web browser:
 
  http://127.0.0.1:631
 
  http://127.0.0.1:631
or
+
Can be done from the network:
 
  http://ip_of_your_OP:631
 
  http://ip_of_your_OP:631
* The login/password are root/root_password .
+
* The login/password are root/your_own_root_password .
 +
 
 +
= Hewlett Packard devices =
 +
* To easily configure a HP device, type as root:
 +
hp-setup
 +
* Activate HP frontend under Xfce. Go in the menu -> Settings -> Settings Manager -> Session and Startup -> Application Autostart tab, then check "HP System Tray Service".
 +
 
 +
[[Category:Network]]
 +
[[Category:Slackware]]
 +
[[Category:Software]]
 +
[[Category:System]]

Latest revision as of 04:39, 28 November 2012

Activate CUPS

chmod +x /etc/rc.d/rc.cups
/etc/rc.d/rc.cups start
  • CUPS will now run at each boot.

Add a printer

  • The simplest way to manage printers with CUPS is to do it through a web browser:
http://127.0.0.1:631

Can be done from the network:

http://ip_of_your_OP:631
  • The login/password are root/your_own_root_password .

Hewlett Packard devices

  • To easily configure a HP device, type as root:
hp-setup
  • Activate HP frontend under Xfce. Go in the menu -> Settings -> Settings Manager -> Session and Startup -> Application Autostart tab, then check "HP System Tray Service".