Due to incompatibilities with recent HP-UX audio subsystem patches, newer HP-UX utiltities and libraries are NOT able to communicate with the Audio server on HP Netstations. This package contains the audio utilities and support libraries necessary to send audio output from HP-UX 10.x / 11.x to an HP Netstation. This package is being provided as a convience and is not supported by HP. Use "gunzip" to decompress and "tar" to extract the following contents: /opt/hpxt/audio/ /opt/hpxt/audio/lbin/ /opt/hpxt/audio/lbin/attributes /opt/hpxt/audio/lbin/AudioCP /opt/hpxt/audio/lbin/convert /opt/hpxt/audio/lbin/audio_editor /opt/hpxt/audio/lbin/send_sound /opt/hpxt/audio/bin/ /opt/hpxt/audio/bin/wrapper /opt/hpxt/audio/bin/AudioCP symbolic link to wrapper /opt/hpxt/audio/bin/attributes symbolic link to wrapper /opt/hpxt/audio/bin/audio_editor symbolic link to wrapper /opt/hpxt/audio/bin/convert symbolic link to wrapper /opt/hpxt/audio/bin/send_sound symbolic link to wrapper /opt/hpxt/audio/lib/ /opt/hpxt/audio/lib/libnck.1 /opt/hpxt/audio/lib/nls symbolic link to /opt/audio/lib/nls /opt/hpxt/audio/lib/libAlib.1 /opt/hpxt/audio/lib/libAt.1 Users on HP X Netstations should prepend to $PATH /opt/hpxt/audio/bin. A test for a Netstation login can be done using: xdpyinfo | grep -q HPXTExtension if [ "$?" = "0" ] then PATH=/opt/hpxt/audio:$PATH fi