1834930 Members
2781 Online
110071 Solutions
New Discussion

Install driver

 
SOLVED
Go to solution
juno2
Super Advisor

Install driver

I have install a printer driver to the HP UX 10.2 system, how can I whether it is successfully installed and which system path is the driver installed.
5 REPLIES 5
Pete Randall
Outstanding Contributor
Solution

Re: Install driver

Go into SAM, kernel configuration, drivers. The driver should show up as being configured into the kernel. A driver is not necessarily associated with a path, it's associated with a device - use ioscan -fn and find your printer, you should see the driver associated with it.


Pete


Pete
RAC_1
Honored Contributor

Re: Install driver

There is nothing called printer driver on unix. If the printer is connected to HP-UX, the interface scripts in /etc/lp/interface is used.

You will have to add printer with lpadmin command.

If printer is connected to Windows machine, you can use samba to add that printer on HP-UX.
There is no substitute to HARDWORK
Pete Randall
Outstanding Contributor

Re: Install driver

Gee, when I look at my kernel drivers, there's these things called lpr2 and lpr3 listed! They sure look like printer drivers to me!


Pete


Pete
Stanimir
Trusted Contributor

Re: Install driver

Hi!
You should look at this link also.
It is interesting about how to use
any non-hp-printer:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8dde822e739d711abdc0090277a778c,00.html

Regards.
RAC_1
Honored Contributor

Re: Install driver

Juno,

May be I got your question wrong.

If you are taking abt drive for printing subsystem, then check in sam. kernel config, drives.

Also kmsystem|grep -i lpr
There is no substitute to HARDWORK