I am running TCL inside VirtualBox (VB) from docker.com, on Windows 7.
I have installed a (Java) application in TCL that requires a USB dongle in order to run.
VB sees the dongle and I have configured VB to filter on this dongle.
Now, the problem is:
The key activator of the application in TCL does not see the dongle. Get the following error:
Hardware verification failed: The correct hardware for this license could not be detected: No USB Dongle of the correct type detected.(Error Code: 401, Extended Error Code: 0)
Running the command dmesg I see:
on plugging in the USB dongle:
usb 2-1: new full-speed USB device number 10 using ohci-pci
usbhid 2-1:1.0: couldn't find an input interrupt endpoint
on remove of the USB dongle:
usb 2-1: USB disconnect, device number 10
Does TCL support USB dongles in combination with VB?
Basically, how can this be resolved?
Thanks!
TB.