Enable Account Tracking for Linux

Note: To enable account tracking for Linux, several steps around installing drivers and restarting operations is required.

 

Automatic Installation

1.) Extract driver package by opening a terminal (ie xterm, KDE terminal)

$ tar -xvzf [package.tgz]

2.) Run installation script (Root privileges are needed)

# root ./install.pl

3.) Restart the CUPS server: See those instructions further down this article

 

Restart the CUPS Server

1.) Restart the CUPS server with the command: Syntax may vary depending on distribution

# /etc/init.d/cups restart

or

# /etc/init.d/cupsys restart

or

# service cups restart

or

# /etc/rc.d/rc.cups restart