Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 4:44 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Sat Aug 09, 2008 11:24 pm 
Offline
Site Admin
Site Admin

Joined: Wed May 28, 2008 7:04 pm
Posts: 263
Location: Yubico base camp in Sweden - Now in Palo Alto
There has been some scattered reports of issues when using the Yubikey configuration component with Windows Vista.

I decided to spend the evening installing Vista on a laptop and it is now up and running. I downloaded all available upgrades available from Microsoft. Maybe I should have checked without these updates first - maybe there is something related to any KBxxxx fixes. There were some 54 patches to download.

From what I can see, it all works fine. But with that said, I don't say the issue is closed.

Please let me know your experiences.

Regards,

JakobE
Hardware- and firmware guy @ Yubico


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Sat Aug 16, 2008 9:15 pm 
Offline

Joined: Fri Jun 20, 2008 2:59 am
Posts: 84
I will ask my developer for more info. Is there any way we can generate debugging data for you to see where the problem is?


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 02, 2008 2:37 am 
Offline

Joined: Fri Jun 20, 2008 2:59 am
Posts: 84
Here is the script used. The error we get is (4) ykREAD_ERROR

Code:
var yk = new ActiveXObject("YubiKcom.YubiKeyConfig");

if (!yk.ykIsInserted)
{
   WScript.Echo("Please insert the YubiKey before running this script.");
}
else
{
   /*
   0: ykFLAG_TAB_FIRST
   1: ykFLAG_APPEND_TAB1
   2: ykFLAG_APPEND_TAB2
   3: ykFLAG_APPEND_DELAY1
   4: ykFLAG_APPEND_DELAY2
   5: ykFLAG_APPEND_CR
   6: ykFLAG_SEND_REF
   7: ykFLAG_TICKET_FIRST
   8: ykFLAG_PACING_10MS
   9: ykFLAG_PACING_20MS
   10: ykFLAG_ALLOW_HIDTRIG
   */

   WScript.Echo("Configuring YubiKey...");
   yk.ykStaticID = "42424242";
   yk.ykUID = "Brian";
   yk.ykKey = "277e34c4f584be8b1d1268d2c70af8c";
   yk.ykFlagProperty(5) = true;

    // This currently fails on Vista with error code 4.
   var result = yk.ykProgram;

   if (result == 0)
   {
      WScript.Echo("Re-configuration successful!");
   }
   else
   {
   /* I believe these are:
   0: ykOK
   1: ykNO_DEVICE
   2: ykMORE_THAN_ONE
   3: ykREAD_ONLY
   4: ykREAD_ERROR
   5: ykWRITE_ERROR
   */
      WScript.Echo("Error: " + result);
   }
}


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 02, 2008 2:37 am 
Offline

Joined: Fri Jun 20, 2008 2:59 am
Posts: 84
Hello? How long will it take to get any update about this?


Top
 Profile  
Reply with quote  
PostPosted: Sat Sep 20, 2008 8:54 pm 
Offline
Site Admin
Site Admin

Joined: Wed May 28, 2008 7:04 pm
Posts: 263
Location: Yubico base camp in Sweden - Now in Palo Alto
The issue is now resolved

viewtopic.php?f=2&t=145

Regards,

JakobE
Hardware- and firmware guy @ Yubico


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group