5.INSTALLING PRINTER DRIVERS FOR UNIX/Linux
104 Setting Up the UNIX/Linux Filters
Creating a print queue manually on Solaris
1
Log on to the root account.
2
Open your UNIX/Linux editor.
3
Create the following file.
/etc/lp/interfaces/<queue name>.conf
4
Add a line as below in the <queue name>.conf.
dest=<IP address>
5
Save the file.
6
Enter the following command to change the working directory:
cd /etc/lp/interfaces/
7
Enter the following command:
chmod +x <queue name>.conf
8
Enter the following command:
chown lp:lp <queue name>.conf
9
Enter the following command:
Color MFP:
lpadmin -p <queue name> -v /dev/null -I any \
-i /usr/lib/lp/model/net_estcolor
Black and White MFP:
lpadmin -p <queue name> -v /dev/null -I any \
-i /usr/lib/lp/model/net_estbw
10
Enter the following command:
accept <queue name>
11
Enter the following command:
enable <queue name>