Printer Drivers for AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Printer Drivers for AIX
# 1  
Old 11-16-2013
Printer Drivers for AIX

Hi to all
Trying to find printer HP drivers for AIX version 7. HP.com only references Unix. Have drivers on an older IBM system Risc 6000, AIX 4.3, but not sure where the "tar" file exists for the printer collection. The new IBM I am trying to setup is a 710 Express Server. The printer is a HP Laserjet 2035n. It currently works fine using a HP 4000 driver installed on the Risc 6000 system. Any suggestions along with instructions would be greatly appreciated.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Samba printer drivers.

I placed a cheap USB printer on my small Seagate Goflex home NAS (firmware replaced by standard Debian Linux install) and shared it with Samba. In CUPS I set it as RAW format and Windows clients need to install a driver to print to it. I could install drivers on the Linux machine; in fact I did... (3 Replies)
Discussion started by: neutronscott
3 Replies

2. AIX

Where to find printer drivers for AIX 5.x

I was wondering if somebody knew of a website where printer drivers can be downloaded for AIX 5.3. Most of our printers are HP and the driver that is installed works properly. As of lately, our users have started to get other type of printers, including Multi-purpose devices. I am struggling to... (2 Replies)
Discussion started by: fabiogilr
2 Replies

3. AIX

Adding New HP Printer Drivers

I am using AIX ver 5.2 and would like to add an hp3050 printer, which is not one of the printers listed on our system in the add a new print queue section of smit. I thought that I had found the correct driver on the hp website, but now it appears as that may only be for hp or solaris systems. ... (1 Reply)
Discussion started by: DavidG9975
1 Replies

4. Solaris

Solaris Printer drivers.

Hi, I have a solaris 10 server that I have set up a number of printers on which are working fine. I have set these up from the print manager and used the default list of printers available within print manager to set them up. There is two or three printers I need to set up which... (1 Reply)
Discussion started by: gwhelan
1 Replies

5. HP-UX

Printer Drivers for HP-UX

Where can i find drivers of the printers HPLaserJet 3150 and HP DesckJet 640 for HP-UNIX, because I have difficulties printing from oracle9 Data Base on printers of this type connected to PC's running windows in the network using Winlpd. (2 Replies)
Discussion started by: cgege
2 Replies
Login or Register to Ask a Question
setnetlp(1M)															      setnetlp(1M)

NAME
setnetlp - configure the LP spooling system for network printers SYNOPSIS
/usr/sbin/setnetlp /usr/sbin/setnetlp -p printer [options] /usr/sbin/setnetlp -x printer DESCRIPTION
The command configures network printers in the LP spooling systems with specified printer model interface file. It is used to add and remove specified printer that is referred as a LP destinations, change configuration of the printer if the printer exists. Network printers that support lpd protocol or JetDirect interface can be configured by The command is a shell procedure. It calls lpad- min(1M) command for lpd printer configuration. It may also call addqueue(1) and removequeue(1) commands for configuring printers with Jet- Direct interface when the optional software HP JetDirect Printer Installer for Unix is installed on the system. Exactly one of the -p, -x options or no options must be present for every legal invocation of -p printer Names a printer to which all of the options below refer. If printer does not exist, it will be created. -x printer Removes the printer from the LP spooling system. The printer is a LP destination configured in the LP spooling sys- tem. No other options are allowed with -x. The following options are required for -p and can appear in any order. -orm machine The name of the remote machine or IP address of the network printer is machine. -om model This option selects a printer model interface program for printer. The model is one of the model file name at /usr/lib/lp/model/* supplied with the LP software or generated by psmsgen(1M). Refer to lpadmin(1M) Models for details. One and only one of the following options is required for -p and can appear in any order. -orp rprinter The name of the remote printer queue that has configured on the remote machine is rprinter. This option is required to configure lpd printer and can not be used with -jd option. -jd When this option is specified, configures the printer using commands provided by HP JetDirect Printer Install- er for Unix Interactive terminal user interface (TUI) will be invoked when is invoked without any options. At the TUI, values of all options described above can be set. In addition, for some printer model, defaults of model interface options also can be customized. When HP JetDi- rect Printer Installer for Unix is available on the system, some recommended initial values for options may be provided for some printer model. The model customization support feature by is available only for TUI. No customization is performed by non-interactive invocation of To customize model options for a printer without the TUI, pre-customized model file needs to be generated before running for configuring the printer. EXAMPLES
Assuming a LIPS printer supported lpd protocol on a network as remote printer host name lphost and remote printer name lipslp the command: /usr/sbin/setnetlp -p netlp -orm lphost -orp lipslp -om LIPS4 causes the spool system to use the local printer netlp and the local model file LIPS4. FILES
SEE ALSO
lpadmin(1M), addqueue(1), removequeue(1), psmsgen(1M) setnetlp(1M)