python-validity icon indicating copy to clipboard operation
python-validity copied to clipboard

Which Firmware file for Synaptics 06cb:008a (or other)

Open Supaiku opened this issue 5 years ago • 2 comments
trafficstars

I'm trying to get a fingerprint reader working on a Dynabook X30-D

Which files is the firmware file for this hardware?

In the description it says: 6_07f_lenovo_mis.xpfwext (for vfs0097) or 6_07f_Lenovo.xpfwext (for vfs0090)

But I'm not sure what the equivalent might be for this hardware.

The driver for this laptop: https://support.dynabook.com/support/driversOSResults?freeText=1200015984

Supaiku avatar Jun 15 '20 15:06 Supaiku

Firmware is a file with .xpfwext extension, which comes from your windows driver. Try using innoextract to extract everything from your diver installer .exe file and look for .xpfwext files.

uunicorn avatar Jun 18 '20 08:06 uunicorn

From the inf file looks to be

;;;6_01f_engproto.xefwext=1 ; A3/A4 FW extension
;;;6_03f_engproto.xefwext=1 ; B series FW extension

3v1n0 avatar Jul 02 '20 21:07 3v1n0