5 INSTALLING PRINTER DRIVERS FOR UNIX/Linux
120 Setting Up the UNIX/Linux Filters
12
Enter the following command:
/usr/sbin/accept <queue name>
13
Enter the following command:
enable <queue name>
14
If you turn OFF the scheduler in step 10, turn the scheduler ON. Enter the following
command:
/usr/sbin/lpsched > /dev/null 2>&1
Creating a print queue manually on IBM AIX
1
Enter the following command:
ls /opt/HS_Series/tap/filter
2
If the above directory does not exist, enter the following command:
mkdir /opt/HS_Series/tap/filter
3
Log on to the root account.
4
Open your UNIX/Linux editor.
5
Create the following file.
/opt/HS_Series/tap/filter/<queue name>.conf
6
Add a line as below in the <queue name>.conf.
dest=<IP address>
7
Save the file.
8
Enter the following command:
mkque -q<queue name> \
-a ‘s_statfilter = /usr/lib/lpd/bsdshort’ \
-a ‘up = TRUE’ -a ‘host = <IP address>’ -a ‘rq = print’
9
Enter the following command:
mkquedev -q<queue name> -ddev_<queue name> \
-a ‘backend = /opt/HS_Series/tap/bin/kycolorBackend’
10
Enter the following command:
cp /usr/lib/lpd/pio/predef/net_kycolor \
/opt/HS_Series/tap/filter/<queue name>
Creating a print queue manually on Linux
1
Enter the following command:
ls /opt/HS_Series/tap/interface
2
If the above directory does not exist, enter the following command:
mkdir /opt/HS_Series/tap/interface
3
Log on to the root account.
4
Open your UNIX/Linux editor.
5
Create the following file.
/opt/HS_Series/tap/interface/<queue name>.conf
6
Add a line as below in the <queue name>.conf.
dest=<IP address>
7
Save the file.
8
Enter the following command:
cp /opt/HS_Series/tap/model/net_kycolor \
/opt/HS_Series/tap/interface/<queue name>