Wyse 5010 USB Redirect with ZenDesktop

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43756
    atsou
    Participant
    • Total Post: 2
    • Newbie

    I have been trying to get USB redirection working with my 5010 ThinOS clients and ZenDesktop 7.6. USB Flash drives are what I am trying to get redirected. USB Redirection works when connecting to a virtual desktop from a Windows PC. The ThinOS firmware that we are using is 8.3_012. I have called Citrix and Dell Wyse support and both have spent time troubleshooting and ultimately point the finger at each other. I’ve allowed almost every policy dealing with ZenDesktop USB/floppy drive/CD ROM/etc redirect. If I can get USB redirect to work from a Windows PC, my thoughts are something from the Wyse-side of things is not configured correctly. And yes, I am connecting FAT32 Flash drives only. 4 or 5 different ones.

    Here is the portion of the config that seems relevant to my issue. I can post the rest but it seems extraneous for the time being.

    Any help is appreciated.

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

    SessionConfig=ALL MapDisks=yes VUSB_DISKS=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    PnliteServer=https://mydesktop.snellingswalters.com Storefront=yes ReconnectAtLogon=2 DefaultSettings=XenDesktop
    SessionConfig=ICA MapDisksUnderZ=yes SessionReliability=yes AudioQuality=High USBRedirection=HDX

    #43763
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    You should use either
    SessionConfig=ALL MapDisks=yes VUSB_DISKS=no
    or
    SessionConfig=ALL MapDisks=no VUSB_DISKS=yes

    Mapdisks=yes means that mass-storage redirection is used.
    VUSB_DISKS=yes means that USB redirection is used.

    You should also remove MapDisksUnderZ=yes in your wnos.ini

    After altering wnos.ini, do a factory reset of the client and test again.

    CG

    #43776
    atsou
    Participant
    • Total Post: 2
    • Newbie

    I removed the MapDisksUnderZ-yes command and changed SessionConfig=ALL MapDisks=yes VUSB_DISKS=yes to SessionConfig=ALL MapDisks=yes VUSB_DISKS=no. Restarted the client device to factory default, and no change. I still cannot see the usb flash drive.

    I then tried using SessionConfig=ALL MapDisks=no VUSB_DISKS=yes and reset the client to factory default again and still no change.

    Below are the last settings that I used to test with.

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

    SessionConfig=ALL MapDisks=no VUSB_DISKS=yes

    ;*************************************************************
    ;* ICA *
    ;*************************************************************

    PnliteServer=https://mydesktop.snellingswalters.com Storefront=yes ReconnectAtLogon=2 DefaultSettings=XenDesktop
    SessionConfig=ICA SessionReliability=yes AudioQuality=High USBRedirection=HDX

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