5.INSTALLING PRINTER DRIVERS FOR UNIX/Linux
Configuring UNIX/Linux printing using UNIX/Linux filters 105
INSTALLING PRINTER DRIVERS FOR UNIX/Linux
11
If “0” is outputted on the screen, turn the scheduler OFF. Enter the following command:
/usr/sbin/lpshut > /dev/null 2>&1
12
Enter the following command:
Color MFP:
/usr/sbin/lpadmin –p<queue name> -v/dev/null \
-mnet_estcolor –orm<queue name> -orpprint -ob3
Black and White MFP:
/usr/sbin/lpadmin –p <queue name> -v/dev/null \
-mnet_estbw –orm <queue name> -orpprint -ob3
13
Enter the following command:
/usr/sbin/accept <queue name>
14
Enter the following command:
enable <queue name>
15
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/toshiba/tap/filter
2
If the above directory does not exist, enter the following command:
mkdir /opt/toshiba/tap/filter
3
Log on to the root account.
4
Open your UNIX/Linux editor.
5
Create the following file.
/opt/toshiba/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:
Color MFP:
mkquedev –q <queue name> -ddev_<queue name> \
-a 'backend = /opt/toshiba/tap/bin/estcolorBackend'
Black and White MFP:
mkquedev –q <queue name> -ddev_<queue name> \
-a 'backend = /opt/toshiba/tap/bin/estbwBackend'
10
Enter the following command:
Color MFP:
cp /usr/lib/lpd/pio/predef/net_estcolor \
/opt/toshiba/tap/filter/<queue name>
Black and White MFP:
cp /usr/lib/lpd/pio/predef/net_estbw \
/opt/toshiba/tap/filter/<queue name>