USB-token JaCarta

I have some USB-tokens JaCarta on Ubuntu server. There is a problem with rename device in VH Client. Only last device can be renamed, previous device returns name to default "JaCarta".
Client version: 3.8.6
Server version: 3.1.9
LOG_INFO Found Full speed device [24dc:0101] "ARDS, JaCarta" at address 11374
LOG_INFO Found Full speed device [24dc:0101] "ARDS, JaCarta" at address 11377
LOG_INFO Found Full speed device [24dc:0101] "ARDS, JaCarta" at address 1122
LOG_INFO Found Full speed device [24dc:0101] "ARDS, JaCarta" at address 1134
There are no problem with renaming other type devices. When open Device Properties in Client all of the JaCarta devices have same field "SERIAL 000000000000", other devices have no field like SERIAL.

#2

OK, try this

1. See here https://www.virtualhere.com/configuration_faq ("DeviceNicknames")
2. Stop and exit the virtualhere server
3. Edit the config.ini file and manually enter values for that setting like this:

DeviceNickames=JaCartaOne,24dc,0101,11374,JaCartaTwo,24dc,0101,11377,JaCartaThree,24dc,0101,1122,JaCartaFour,24dc,0101,1134

4. Save the config.ini file and start the virtualhere server again.