In my Windows 10 host OS, I have a biometric USB device (a Fingerprint Scanner) installed:
❯ GET-CimInstance -query "SELECT * from Win32_PNPEntity where PNPClass = 'Biometric'"
Caption : U.are.U® 4500 Fingerprint Reader (WBF)
Description : U.are.U® 4500 Fingerprint Reader (WBF)
InstallDate :
Name : U.are.U® 4500 Fingerprint Reader (WBF)
Status : OK
Availability :
ConfigManagerErrorCode : 0
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_05BA&PID_000A{06EC1368-38E7-2F4A-A748-97F206FC72A5}
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_05BA&PID_000A{06EC1368-38E7-2F4A-A748-97F206FC72A5}
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : B11CCETPROF1141
ClassGuid : {53d29ef7-377c-4d14-864b-eb3a85769359}
CompatibleID : {USB\Class_FF&SubClass_FF&Prot_FF, USB\Class_FF&SubClass_FF, USB\Class_FF}
HardwareID : {USB\VID_05BA&PID_000A&REV_0103, USB\VID_05BA&PID_000A}
Manufacturer : CROSSMATCH
PNPClass : Biometric
Present : True
Service : WUDFRd
PSComputerName :
And, I've installed WSL2 to run a guest Ubuntu 20.04.
Now, I want to access (or mount, or at least 'see') my Biometric USB device directly from Ubuntu (guest, via WSL).
How can I do this?
Obs: the command lshw from Ubuntu didn't detect the USB device.