Jump to content

Recommended Posts

  • ExTS Admin
Posted

I have been trying to determine why our virtual smart card driver no longer allows logon under Windows XP SP3.  After spending some time debugging the driver I found a point at which there was potential for a reader state to not be set correctly.

 Testing this change showed that indeed solved the problem.

 

After cleaning up testing code in the driver, retesting a newly built version showed the same problem again.  Watching the states via WinDbg showed that the reader states are indeed being set to the correct values.  The card tracking notification is being

sent when the card is determined to be present, and the reader state is ending in SCARD_SPECIFIC.  However at this point the OS (scardsvr) no longer sends any further requests to the driver.

 

Retesting the new version under Vista and 7 showed it to be working.  On a hunch I checked to see if the test system received any updates, and it did.  Reviewing the updates produced a list of culprits: KB2778344, KB2799494, KB2758857.  After removing

KB2778344 and retesting showed that the new driver functions as expected.

 

Are there potential changes in the KB that affect the use of smart cards during logon (from the CAD screen)?  Was there a change to the wdm smclib that I don't have on by dev system?

 

Thanks,

Nik

 

View this thread

Need computer support? Then why not join Extreme Tech Support. Register here

We are members helping other members.

Please return here where you may be able to help someone else.

After all, no one knows everything and you may have the answer that someone needs.

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...