Installation and Setup Guide

Table Of Contents
Some property values require the VID (vendor ID) and PID (product ID) for a USB device. To nd the VID
and PID, you can search on the Internet for the product name combined with vid and pid. Alternatively, you
can look in the /tmp/vmware-<current_user>/vmware-view-usbd-*.log le after you plug in the USB device
to the local system when Horizon Client is running. To set the location of this le, use the view-
usbd.log.fileName property in the /etc/vmware/config le, for example:
view-usbd.log.fileName = "/tmp/usbd.log"
I When redirecting audio devices, make sure that the kernel version of your Ubuntu system is
3.2.0-27.43 or later. Ubuntu 12.04 includes kernel version 3.2.0-27.43. If you cannot upgrade to this kernel
version, you can alternatively disable host access to the audio device. For example, you can add the line
"blacklist snd-usb-audio" at the end of the /etc/modprobe.d/blacklist.conf le. If your system does not
meet either of these requirements, the client system might crash when Horizon Client aempts to redirect
the audio device. By default, audio devices are redirected.
The following table describes the available USB conguration properties.
Table 61. Configuration Properties for USB Redirection
Policy Name and Property Description
Allow Auto Device Spliing
Property:
viewusb.AllowAutoDeviceSplitting
Allow the automatic spliing of composite USB devices.
The default value is undened, which equates to false.
Exclude Vid/Pid Device From Split
Property:
viewusb.SplitExcludeVidPid
Excludes a composite USB device specied by vendor and product IDs from
spliing. The format of the seing is vid-xxx1_pid-yyy1[;vid-xxx2_pid-yyy2]...
You must specify ID numbers in hexadecimal. You can use the wildcard character
(*) in place of individual digits in an ID.
For example: vid-0781_pid-55**
The default value is undened.
Split Vid/Pid Device
Property:
viewusb.SplitVidPid
Treats the components of a composite USB device specied by vendor and product
IDs as separate devices. The format of the seing is
vid-xxxx_pid-yyyy([exintf:zz[;exintf:ww ]])[;...]
You can use the exintf keyword to exclude components from redirection by
specifying their interface number. You must specify ID numbers in hexadecimal,
and interface numbers in decimal including any leading zero. You can use the
wildcard character (*) in place of individual digits in an ID.
For example: vid-0781_pid-554c(exintf:01;exintf:02)
N If the composite device includes components that are automatically
excluded, such as mouse and keyboard components, then View does not
automatically include the components that you have not explicitly excluded. You
must specify a lter policy such as Include Vid/Pid Device to include those
components.
The default value is undened.
Allow Audio Input Devices
Property:
viewusb.AllowAudioIn
Allows audio input devices to be redirected.
The default value is undened, which equates to false because the Real-Time
Audio-Video feature is used for audio input and video devices, and USB redirection
is not used for those devices by default.
Allow Audio Output Devices
Property:
viewusb.AllowAudioOut
Allows audio output devices to be redirected.
The default value is undened, which equates to false.
Allow HID
Property:
viewusb.AllowHID
Allows input devices other than keyboards or mice to be redirected.
The default value is undened, which equates to true.
Allow HIDBootable
Property:
viewusb.AllowHIDBootable
Allows input devices other than keyboards or mice that are available at boot time
(also known as hid-bootable devices) to be redirected.
The default value is undened, which equates to true.
Chapter 6 Configuring USB Redirection on the Client
VMware, Inc. 83