<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=4&amp;t=252" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2009-07-03T06:52:53+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=4&amp;t=252</id>
<entry>
<author><name><![CDATA[network-marvels]]></name></author>
<updated>2009-07-03T06:52:53+01:00</updated>
<published>2009-07-03T06:52:53+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1545#p1545</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1545#p1545"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1545#p1545"><![CDATA[
<div class="quotetitle">ferrix wrote:</div><div class="quotecontent"><br />Jakob is correct, this is because the yubikey is recognized as a system HID now.  <br /><br />VMware will magically start seeing the yubikey again (and probably your other USB keyboards too) if you add:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">usb.generic.allowHID = &quot;TRUE&quot; </div><br /><br />to your .vmx files and start the VM again.<br /></div><br /><br />Thank you ferrix for providing such a valuable piece of information !<br /><br />We modified the .vmx file and the YubiKey was recognized by the guest operating system. We can now program YubiKeys using the personalization utility installed in the guest operating system.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=280">network-marvels</a> — Fri Jul 03, 2009 6:52 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2009-06-30T16:11:24+01:00</updated>
<published>2009-06-30T16:11:24+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1539#p1539</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1539#p1539"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1539#p1539"><![CDATA[
Jakob is correct, this is because the yubikey is recognized as a system HID now.  <br /><br />VMware will magically start seeing the yubikey again (and probably your other USB keyboards too) if you add:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">usb.generic.allowHID = &quot;TRUE&quot; </div><br /><br />to your .vmx files and start the VM again.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Tue Jun 30, 2009 4:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2009-03-04T23:29:17+01:00</updated>
<published>2009-03-04T23:29:17+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1221#p1221</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1221#p1221"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1221#p1221"><![CDATA[
Thanks for all input<br /><br />Can anyone with VMWare try to unplug and then insert the key again while the OS/VM is running and see what happens ? Does the key gets enumerated right away and then appears in the list of HID devices ?<br /><br />I have a slight suspicion that there is something related to that since the 1.3.3 keys gets enumerated by the BIOS. Assuming that the Yubikey is initialized and setup when the OS starts vs. the OS initializing the key from scratch (which is the case from 1.3.2 and earlier) may cause some trouble...<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Wed Mar 04, 2009 11:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PatrickN]]></name></author>
<updated>2009-03-02T17:02:51+01:00</updated>
<published>2009-03-02T17:02:51+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1199#p1199</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1199#p1199"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1199#p1199"><![CDATA[
<div class="quotetitle">Christer wrote:</div><div class="quotecontent"><br />I will look into the most recent changes of the library and make sure my code still runs on it as soon as time permits. As for sharing, I am still hoping that Yubico will integrate my code into the official project since I am not too keen on maintaining a proper fork. If the integration ends up being difficult for whatever reason, I'm sure we can figure something out.<br /><br />A Google code project for a Mac GUI tool would be great.<br /></div><br /><br />I have created a new project <a href="http://code.google.com/p/yubikey-personalization-mac/" class="postlink">http://code.google.com/p/yubikey-personalization-mac/</a> for a Mac Personalization Tool. It doesn't do anything yet except display the UI. Once I get the back end code or it is integrated into the official project I will slowly integrate it.<br /><br />PS. Anyone know how to add a screen shot to the Google Code project summary.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=157">PatrickN</a> — Mon Mar 02, 2009 5:02 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lucien]]></name></author>
<updated>2009-03-02T02:01:47+01:00</updated>
<published>2009-03-02T02:01:47+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1198#p1198</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1198#p1198"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1198#p1198"><![CDATA[
<div class="quotetitle">DarkskyZ wrote:</div><div class="quotecontent"><br />Well, the 1.3.1 key works flawlessly within VMWare. It is 100% recognized and I am quite used to fiddling with USB devices using VMWare so no worry about that.<br />The 1.3.3 works (it sends keys in any text file I want) but it is not recognized by Windows as it does not appear in the hardware listings anywhere. I think this is why the personalization tool does not &quot;see&quot; it.<br /></div><br /><br />Hi All,<br /><br />I am experiencing the exact same problem as DarskyZ. My 1.3.2 key works fine on Mac OS X 10.5.6 running VMWare (both keyboard and personalization work) but with my 1.3.3 key only the keyboard works (ie. personalization does not work). VMWare not see the 1.3.3 version as a USB device that can be connected.<br /><br />Is there any workaround/fix that people know about?<br /><br />Cheers<br />Lucien<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=501">lucien</a> — Mon Mar 02, 2009 2:01 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Christer]]></name></author>
<updated>2009-02-25T14:59:22+01:00</updated>
<published>2009-02-25T14:59:22+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1179#p1179</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1179#p1179"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1179#p1179"><![CDATA[
Yes, my code is intended for that project. What I did was create an OS X native backend for the same code and use that rather than libusb.<br /><br />Initially, I did get the libusb version to run, but to get that to work I had to break one of the &quot;rules&quot; of the libusb library. So I ended up making a native backend that plays nice with the OS (requiring 10.5.5, ie. Leopard).<br /><br />I will look into the most recent changes of the library and make sure my code still runs on it as soon as time permits. As for sharing, I am still hoping that Yubico will integrate my code into the official project since I am not too keen on maintaining a proper fork. If the integration ends up being difficult for whatever reason, I'm sure we can figure something out.<br /><br />A Google code project for a Mac GUI tool would be great.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=73">Christer</a> — Wed Feb 25, 2009 2:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PatrickN]]></name></author>
<updated>2009-02-25T12:01:37+01:00</updated>
<published>2009-02-25T12:01:37+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1178#p1178</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1178#p1178"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1178#p1178"><![CDATA[
Is your code based on the libusb 'official' code from yubico? I would be willing to put together a GUI if you can let me have a copy. Maybe we can start a project on Google code or somewhere for a Mac personilization tool.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=157">PatrickN</a> — Wed Feb 25, 2009 12:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Christer]]></name></author>
<updated>2009-02-24T18:37:51+01:00</updated>
<published>2009-02-24T18:37:51+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1166#p1166</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1166#p1166"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1166#p1166"><![CDATA[
Hi,<br /><br />First off, I don't have a 1.3.3 key (My keys are in the 1.2 line). I am, however, running OS X. I've been poking around a fair bit with personalization, and did successfully use VMWare Fusion to program my key.<br /><br />Now, while I don't have a solution for your direct problem, I have been working on making a personalization backend for OS X (10.5.5). I have successfully managed to program my key natively in OS X, and have submitted a patch to the personalization project.<br /><br />Hopefully, my patch will be put into the code allowing others (such as yourself) to personalize without the need of VMWare.<br /><br />Oh, the tool is command-line and I've been toying with the idea of making a GUI frontend for it but my time has been on the limited side lately. So the use of the tool is a bit less straightforward than with the windows app.<br /><br />Just thought I'd mention this since it's tangentially relevant to your issue. Although I don't know the exact status of how all features are implemented in the personalization project, it shouldn't be too hard to extend it to make things work properly for new features in the later firmwares.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=73">Christer</a> — Tue Feb 24, 2009 6:37 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DarkskyZ]]></name></author>
<updated>2009-02-12T08:15:24+01:00</updated>
<published>2009-02-12T08:15:24+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1090#p1090</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1090#p1090"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1090#p1090"><![CDATA[
Hi Jakob,<br /><br />Well, the 1.3.1 key works flawlessly within VMWare. It is 100% recognized and I am quite used to fiddling with USB devices using VMWare so no worry about that.<br />The 1.3.3 works (it sends keys in any text file I want) but it is not recognized by Windows as it does not appear in the hardware listings anywhere. I think this is why the personalization tool does not &quot;see&quot; it.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=291">DarkskyZ</a> — Thu Feb 12, 2009 8:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2009-02-12T00:55:02+01:00</updated>
<published>2009-02-12T00:55:02+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1087#p1087</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1087#p1087"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1087#p1087"><![CDATA[
Another potential datapoint - I just Googled &quot;vmware fusion keyboard&quot; and it appears that there are quite a few threads regarding unresponsive keyboards. <br /><br />Not that I'm trying to escape the problem but rather to understand if there is some potential incompatibility thing that triggers this issue. Anyone who experiences problems that can take a few minutes looking through these links and see if it provides some information ?<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Thu Feb 12, 2009 12:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2009-02-12T00:36:43+01:00</updated>
<published>2009-02-12T00:36:43+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1086#p1086</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1086#p1086"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1086#p1086"><![CDATA[
Sorry - I apparently missed a potential important data point here:<br /><br />Does the Yubikey emit characters within the XP VM or not ? Is it just the config tool that is the problem ?<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Thu Feb 12, 2009 12:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2009-02-12T00:34:06+01:00</updated>
<published>2009-02-12T00:34:06+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1085#p1085</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1085#p1085"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1085#p1085"><![CDATA[
I have no own experience with VMWare, but I guess there must be quite some fiddling going on under the hood with regards to USB devices. Do anyone happen to know how it can maintain the state of USB devices between different VMs ?<br /><br />Just ventilating a thought - I might be completely lost, but - does VMWare keep track of the USB device addresses or are all USB devices reset and re-enumerated when switcing between different VMs ? If not, does VMWare share the USB devices between all VMs running in the machine and tries to politely keep them active without issuing a bus reset ? If the Yubikey is enumerated by the BIOS and for some reason fails to see the bus reset (that must/should) appear when VMWare starts, then we could run into trouble.<br /><br />I'll need to drill into it and I guess there is no other way around it than setting up a machine with the real thing and monitor what's happening on the USB bus.<br /><br />Just repeating the fundamentals: <br /><br />- Everything ok on 1.3.2 but not on 1.3.3 ?<br />- Works from Mac apps in Fusion but not from XP apps ?<br />- Is there some way to fire up the XP Device Manager (when within Fusion) and see if the Yubikey appears as 'unknown device' or if it is simply not there at all ?<br />- No error codes, no 'The USB device does not function properly' kind of pop-up ?<br /><br />Any additonal input is appreciated - I'll try to set up a machine within the coming days and see what's going on.<br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Thu Feb 12, 2009 12:34 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DarkskyZ]]></name></author>
<updated>2009-02-11T19:19:57+01:00</updated>
<published>2009-02-11T19:19:57+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1080#p1080</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1080#p1080"/>
<title type="html"><![CDATA[Re: Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1080#p1080"><![CDATA[
Hi, just got my upgraded 1.3.3 key today and same problem here, works fine on the mac but not on XP through VMWare. <br />To be really accurate, the key is configured for static password and it spits the password just fine even on XP through VMWare, problem is that it is not recognized properly as a USB device so the personalization tool doesn't see it.<br />I really thought 1.3.3 would solve my pre boot authentification problem without compromising other features I used on 1.3.1.<br /><br />I guess this is bad luck, friday the 13th is still 2 days ahead though ?!  <img src="https://forum.yubico.com/images/smilies/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=291">DarkskyZ</a> — Wed Feb 11, 2009 7:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[network-marvels]]></name></author>
<updated>2009-02-06T16:20:17+01:00</updated>
<published>2009-02-06T16:20:17+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=252&amp;p=1044#p1044</id>
<link href="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1044#p1044"/>
<title type="html"><![CDATA[Personalization Tool on XP running on VMware Fusion on a Mac]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=252&amp;p=1044#p1044"><![CDATA[
Posting on behalf of Paul Cooper:<br /><br />How I can get the Personalisation Tool to see my Yubikey from within an XP VM running in VMware Fusion on a Mac?  It does not recognize the key as a USB device.  I also have Parallels on my Mac and have no problem seeing the key within an XP VM in that environment.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=280">network-marvels</a> — Fri Feb 06, 2009 4:20 pm</p><hr />
]]></content>
</entry>
</feed>