Sun Microsystems, Inc.
spacerspacer
spacer www.sun.com docs.sun.com |
spacer
black dot
 
 
26.  Managing Devices (Tasks) Adding a Peripheral Device to a System How to Add a Peripheral Device  Previous   Contents   Next 
   
 

How to Add a Device Driver

This procedure assumes that the device has already been added to the system. If not, see "What You Need for Unsupported Devices".

  1. Become superuser.

  2. Place the tape, diskette, or CD-ROM into the drive.

  3. Install the driver.

    # pkgadd -d device package-name

    -d device

    Identifies the device path name that contains the package.

    package-name

    Identifies the package name that contains the device driver.

  4. Verify that the package has been added correctly.

    # pkgchk package-name
    #

    The system prompt returns with no response if the package is installed correctly.

Example--Adding a Device Driver

The following example shows how to install and verify a package called XYZdrv.

# pkgadd XYZdrv
(licensing messages displayed)
.
.
.
Installing XYZ Company driver as <XYZdrv>
.
.
.
Installation of <XYZdrv> was successful.
# pkgchk XYZdrv
#
 
 
 
  Previous   Contents   Next