http://bugs.winehq.org/show_bug.cgi?id=20284
Summary: Fingerprint software for encrypted USB stick (APDisk) doesn't work, likely due to unsupported hard disk ioctl Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: muehlenhoff@univention.de
We're trying to make an encrypted USB stick with an integrated fingerprint scanner work with Linux. The stick comprises of two sections, the actual storage partition which is encrypted by firmware and a user-visible partition containing a Windows application to unlock the secured section. The password tool allows the checking of a fingerprint through an integrated scanner or entering a password.
Tests were done with Wine 1.1.29 built on Debian Lenny:
When running the unlock tool, the following error messages are given:
root@scratch:/media/APdisk$ wine AutoVerify.exe err:rpc:I_RpcGetBuffer no binding root@scratch:/media/APdisk$ err:rpc:I_RpcGetBuffer no binding fixme:netapi32:NetUserGetLocalGroups ((null), L"root", 0, 00000001, 0x33e7c0 -1, 0x33e7b4, 0x33e7b0) stub! fixme:advapi:LookupAccountNameW L"" L"Everyone" (nil) 0x33e110 (nil) 0x33e114 0x33e108 - stub fixme:advapi:LookupAccountNameW L"" L"Everyone" 0xa12674 0x33e110 0x15f1a0 0x33e114 0x33e108 - stub fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014 fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
I suppose the error stems from the unsupported ioctl? Judging from some Google searces it normally seems to be used for low-level access, especially for copy protection and tools doing bit-exact copies of CDROMs.
Are there plans to implement this functionality or do you need further debug or logging information?
http://bugs.winehq.org/show_bug.cgi?id=20284
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware
--- Comment #1 from Austin English austinenglish@gmail.com 2011-10-01 16:45:28 CDT --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=20284
Purity mwangip@gerties.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mwangip@gerties.org
https://bugs.winehq.org/show_bug.cgi?id=20284
JKAbrams j@jkabrams.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |j@jkabrams.se
--- Comment #2 from JKAbrams j@jkabrams.se --- Kinstone Format Utility is also affected by this:
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d014 (device=4 access=3 func=405 method=0)
http://www.kingston.com/us/support/technical/downloads?product=DTHX30&fi...
https://bugs.winehq.org/show_bug.cgi?id=20284
Dwayne atreyuadamzickthomas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |atreyuadamzickthomas@gmail. | |com
https://bugs.winehq.org/show_bug.cgi?id=20284
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- Abandoned. Even with the unsupported hard disk ioctl fixed it would be hard to test. And its assumption anyway what's the cause.