Start a Conversation

Unsolved

This post is more than 5 years old

W

2670

June 29th, 2015 06:00

Enumerate Device types

Enumerate Device types

We are going to use multimedia products in a XenDesktop environment. Some of the thin clients are not supported for these new features. Therefore we have to detect which device type a user is using. If it is an device that is not supported then we have to send a message to the user.
So we want to have a script to check the device type (WT1200, S10, V10L, ….)

13 Posts

June 29th, 2015 06:00

Quote Originally Posted by wielr View Post

We are going to use multimedia products in a XenDesktop environment. Some of the thin clients are not supported for these new features. Therefore we have to detect which device type a user is using. If it is an device that is not supported then we have to send a message to the user.
So we want to have a script to check the device type (WT1200, S10, V10L, ….)

Put this line at the end of your wnos.ini files:
Include=$SN

Then have the users reboot all of your Wyse terminals.

You can then look in your FTP log files for lines like "wnos/inc/XXXXXXXXXXX" where X is an 11 character string representing the unit's serial number. Serial numbers for S10s start with a "6", 1200s start with a "9". You'll have to empirically determine the rest. 

You could also look at the log file entries try to load firmware. S10s load "utc_b512", S10s load "rca_wnos"

No Events found!

Top