HP ProLiant xw2x220c Remote Graphics Software 5.3.0 User Guide - Page 70

recommended for best results., This command runs an install command first

Page 70 highlights

The audio support bundle ships as hp_rgs_4_audiosupport.tar.gz. It is accessed by the RGS install.sh script in /opt/hpremote or may be utilized for manual installations / RPM package building. The install process requires a locally writable directory in which to build. Locate the support bundle in an appropriate directory before installation. Use the following command to unpack the file manually if desired: tar xzf hp_rgs_4_audiosupport.tar.gz As the user root, change directory into the one created by the command above. It will contain important files such as: README.txt - basic instructions and file manifest rgs_audio_support - shell installation script for ALSA/JACK libraries alsa-*.tar.bz2 - recently validated tar archives from the ALSA project (provided only for open source requirements and legacy installations) - see http://alsa-project.org jack-*.tar.gz - recently validated tar archives from the JACK-Audio-Connection-Kit project - see http://jackit.sourceforge.net libsndfile-*.tar.gz - recently validated tar archives from the libsndfile project (JACK dependency) - see http://www.mega-nerd.com/libsndfile The sample installation script, rgs_audio_support, offers three installation scenarios: • install - This command unpacks all tar archives into a local build directory in the current directory [./localroot ], configures, builds, and installs the required ALSA/JACK libraries appropriate for the host system and active kernel. It is a good choice for local installations or system development. A system reboot is recommended for best results. • remove - This command removes and unconfigures an installation provided by the above install command. • build_rpms - This command runs an install command first, and then attempts to create a compatible set of binary RPMs for installation on matched system configurations. This will greatly reduce the work of enterprise administrators duplicating this install process across multiple nodes. After a successful build, the following files are created: ./RPMS/*.rpms - binary RPMs copied from /usr/src/redhat/RPMS ./RPMS/RGS_audio_install.sh - customized install and configuration script to associate with RPMs NOTE: The build log created by this script is located in /var/log/hpaudio.log NOTE: The sample installation script, rgs_audio_support, supports limited customization capabilities for newer source deliveries as they become available. See the script internals for more details. Installing RGS 70

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196

Installing RGS 70
The audio support bundle ships as
hp_rgs_4_audiosupport.tar.gz
. It is accessed by the RGS
install.sh
script in
/opt/hpremote
or may be utilized for manual installations / RPM package building.
The install process requires a locally writable directory in which to build. Locate the support bundle in an
appropriate directory before installation. Use the following command to unpack the file manually if desired:
tar xzf hp_rgs_4_audiosupport.tar.gz
As the user root, change directory into the one created by the command above. It will contain important files such
as:
README.txt
basic instructions and file manifest
rgs_audio_support
shell installation script for ALSA/JACK libraries
alsa-*.tar.bz2 —
recently validated tar archives from the ALSA project (provided only for open source
requirements and legacy installations) — see
http://alsa-project.org
jack-*.tar.gz
— recently validated tar archives from the JACK-Audio-Connection-Kit project — see
libsndfile-*.tar.gz
— recently validated tar archives from the libsndfile project (JACK dependency) —
see
The sample installation script,
rgs_audio_support
, offers three installation scenarios:
install
— This command unpacks all tar archives into a local build directory in the current directory
[
./localroot
], configures, builds, and installs the required ALSA/JACK libraries appropriate for the host
system and active kernel. It is a good choice for local installations or system development. A system reboot is
recommended for best results.
remove
— This command removes and unconfigures an installation provided by the above install
command.
build_rpms
— This command runs an install command first, and then attempts to create a compatible set
of binary RPMs for installation on matched system configurations. This will greatly reduce the work of
enterprise administrators duplicating this install process across multiple nodes. After a successful build, the
following files are created:
./RPMS/*.rpms
— binary RPMs copied from /usr/src/redhat/RPMS
./RPMS/RGS_audio_install.sh
— customized install and configuration script to associate
with RPMs
NOTE:
The build log created by this script is located in
/var/log/hpaudio.log
NOTE:
The sample installation script,
rgs_audio_support
, supports limited customization capabilities for newer source
deliveries as they become available. See the script internals for more details.