3010/3020/3040 RDP USB Redirection

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51801
    advantech
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    We have a mix of approximately 50 WYSE’s, comprised of 3010 (T10), 3020 (T10D) and 3040’s.

    All are running ThinOS, no PCoIP and firmware 8.5.024. We are running RDP connecting to a Windows 2019 Server Remote Desktop Session Host collection.

    We are trying to use USB webcams and USB headsets with Microsoft Teams. On some WYSE’s, everything works perfectly. On others, the USB devices aren’t recognized within the Windows session. More specifically: some 3040’s work and some don’t. Same is true with 3010’s. So far, no 3020’s work.

    I can understand it if only/all 3040’s work, however, that is not the case. Some 3040’s work and some don’t. And, they are all running the same firmware. The same is true with 3010’s as some work and some don’t.

    So the question is: why do some work and some not work if they are running the same firmware and wnos.ini file?

    Regarding webcams, we have tested with two different models, each requiring a ForceRedirect to work:

    ; For Logitech Webcam C920 Webcam
    Device=vusb ForceRedirect=0x046d,0x082d,0xef,0x02,0x01

    ; For Logitech Webcam C922 Webcam
    Device=vusb ForceRedirect=0x046d,0x085c,0xef,0x02,0x01

    When working, the Logitech H390 headsets do not require any wnos.ini parameters.

    This is the wnos.ini used by all WYSE’s:

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration Generator 8.4.05 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=1

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    AutoSignoff=yes

    ;*************************************************************
    ;* Peripherals *
    ;*************************************************************

    Device=Audio Volume=25 Mute=No

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    Timeserver=pool.ntp.org Timeformat=”12-hour format” Dateformat=mm/dd/yyyy
    TimeZone=’GMT – 05:00′ ManualOverride=yes Daylight=yes Start=030207 End=110107 TimeZoneName=”Eastern” DayLightName=”Eastern”

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    ConnectionBroker=Microsoft Host=xxxxxxxxxxxxxxx RDCollections=xxxxxx
    DelCertificate=all
    AddCertificate=intermediate.crt
    AddCertificate=root.crt
    AddCertificate=xxxxxxxxxxxx.cer
    SignOn=Yes DisableGuest=yes SaveLastDomainUser=No
    DomainList=”xxxxxxxxxxx”
    MaxVNCD=1
    VncPassword=”xxxxxxxxxxxxxx” Encrypt=yes
    VncPrompt=No

    ;*************************************************************
    ;* General Session *
    ;*************************************************************

    ;SessionConfig=ALL UnmapPrinters=yes UnmapSerials=yes Smartcards=no MapDisks=no UnmapUSB=yes

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    ;This is unncesessary – retained to document possible additional helpful parameters
    ;SessionConfig=RDP TSGWEnable=no EnableRecord=yes USBRedirection=RDP

    ;This works!
    SessionConfig=RDP TSGWEnable=no

    ; For Logitech Webcam C920 Webcam
    Device=vusb ForceRedirect=0x046d,0x082d,0xef,0x02,0x01

    ; For Logitech Webcam C922 Webcam
    Device=vusb ForceRedirect=0x046d,0x085c,0xef,0x02,0x01

    #51808
    advantech
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    I have resolved the problem.

    Both of these parameters are needed:

    For the microphone: EnableRecord=yes
    For the webcam: USBRedirection=RDP

    In my case, I am using the following:

    SessionConfig=RDP TSGWEnable=no EnableRecord=yes USBRedirection=RDP

    Now my webcam and headset work on all 3010, 3020 & 3040 WYSE’s.

    The parameter TSGWEnable=no has nothing to do with this issue.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.