<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for /contrib/famzah</title>
	<atom:link href="http://blog.famzah.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.famzah.net</link>
	<description>Enthusiasm never stops</description>
	<lastBuildDate>Thu, 25 Feb 2010 17:26:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on KVM-Qemu Virtio storage and network drivers for 32-bit/64-bit Windows 7, Windows Vista, Windows XP and Windows 2000 by julien berard</title>
		<link>http://blog.famzah.net/2010/01/09/kvm-qemu-virtio-storage-and-network-drivers-for-32-bit64-bit-windows-7-windows-vista-windows-xp-and-windows-2000/#comment-180</link>
		<dc:creator>julien berard</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=342#comment-180</guid>
		<description>I have followed the links, however even after signing the drivers myself, Windows 64-bit doesn&#039;t want them. The only solution that I have found is:
- Install your Windows with 1 normal device (ide) and 1 virtio drive.
- When Windows is successfully installed, add virtio driver for the second disk.

I don&#039;t know if it is really necessary but in cmd.exe:

Bcdedit.exe -set TESTSIGNING ON

See: http://msdn.microsoft.com/en-us/library/dd419910.aspx

Shutdown VM.
Change the first disk from ide to virtio, Windows knows the driver from the second drive and use it for the first which have just been changed.

There is probably a better solution to install but I don&#039;t know it.


HOW SIGN YOURSELF:
Download Windows SDK for makecert and signtools: http://download.microsoft.com/download/7/A/B/7ABD2203-C472-4036-8BA0-E505528CCCB7/winsdk_web.exe


Generate certificate:

In C:\Program Files\Microsoft SDK\.......\bin
MakeCert -r -pe -ss TestCertStoreName -n &quot;CN=CertName&quot; CertFileName.cer

Sign driver:
SignTool sign /v /s TestCertStoreName /n CertName /t http://timestamp.verisign.com/scripts/timestamp.dll viostor.sys

Now if you right click on viostor.sys, you can see certified by &quot;...&quot;.

Sorry for my English ;-)</description>
		<content:encoded><![CDATA[<p>I have followed the links, however even after signing the drivers myself, Windows 64-bit doesn&#8217;t want them. The only solution that I have found is:<br />
- Install your Windows with 1 normal device (ide) and 1 virtio drive.<br />
- When Windows is successfully installed, add virtio driver for the second disk.</p>
<p>I don&#8217;t know if it is really necessary but in cmd.exe:</p>
<p>Bcdedit.exe -set TESTSIGNING ON</p>
<p>See: <a href="http://msdn.microsoft.com/en-us/library/dd419910.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/dd419910.aspx</a></p>
<p>Shutdown VM.<br />
Change the first disk from ide to virtio, Windows knows the driver from the second drive and use it for the first which have just been changed.</p>
<p>There is probably a better solution to install but I don&#8217;t know it.</p>
<p>HOW SIGN YOURSELF:<br />
Download Windows SDK for makecert and signtools: <a href="http://download.microsoft.com/download/7/A/B/7ABD2203-C472-4036-8BA0-E505528CCCB7/winsdk_web.exe" rel="nofollow">http://download.microsoft.com/download/7/A/B/7ABD2203-C472-4036-8BA0-E505528CCCB7/winsdk_web.exe</a></p>
<p>Generate certificate:</p>
<p>In C:\Program Files\Microsoft SDK\&#8230;&#8230;.\bin<br />
MakeCert -r -pe -ss TestCertStoreName -n &#8220;CN=CertName&#8221; CertFileName.cer</p>
<p>Sign driver:<br />
SignTool sign /v /s TestCertStoreName /n CertName /t <a href="http://timestamp.verisign.com/scripts/timestamp.dll" rel="nofollow">http://timestamp.verisign.com/scripts/timestamp.dll</a> viostor.sys</p>
<p>Now if you right click on viostor.sys, you can see certified by &#8220;&#8230;&#8221;.</p>
<p>Sorry for my English <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KVM-Qemu Virtio storage and network drivers for 32-bit/64-bit Windows 7, Windows Vista, Windows XP and Windows 2000 by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2010/01/09/kvm-qemu-virtio-storage-and-network-drivers-for-32-bit64-bit-windows-7-windows-vista-windows-xp-and-windows-2000/#comment-172</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Thu, 18 Feb 2010 13:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=342#comment-172</guid>
		<description>The &lt;a href=&quot;http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers&quot; rel=&quot;nofollow&quot;&gt;official WindowsGuestDrivers KVM page&lt;/a&gt; says that drivers should be signed for Windows 64bit platforms. There are some links at that page which you can follow, in order to sign the drivers yourself. I haven&#039;t tried it myself. If you manage to sign the drivers, please send me a mail with instructions and I&#039;ll publish them, as well as an ISO image with the signed drivers. Thanks.</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers" rel="nofollow">official WindowsGuestDrivers KVM page</a> says that drivers should be signed for Windows 64bit platforms. There are some links at that page which you can follow, in order to sign the drivers yourself. I haven&#8217;t tried it myself. If you manage to sign the drivers, please send me a mail with instructions and I&#8217;ll publish them, as well as an ISO image with the signed drivers. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KVM-Qemu Virtio storage and network drivers for 32-bit/64-bit Windows 7, Windows Vista, Windows XP and Windows 2000 by Steve</title>
		<link>http://blog.famzah.net/2010/01/09/kvm-qemu-virtio-storage-and-network-drivers-for-32-bit64-bit-windows-7-windows-vista-windows-xp-and-windows-2000/#comment-171</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 18 Feb 2010 03:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=342#comment-171</guid>
		<description>I just tried this on server 2008 x64 and it says the drivers are not signed and refuses to use them during the install. Am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>I just tried this on server 2008 x64 and it says the drivers are not signed and refuses to use them during the install. Am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infonotary E-Signature with Cardman 6121 on Kubuntu Karmic by Firefox crashes with &#8220;terminate called after throwing an instance of &#8217;std::bad_alloc&#8217;&#8221; &#171; /contrib/famzah</title>
		<link>http://blog.famzah.net/2009/10/30/infonotary-e-signature-with-cardman-6121-on-kubuntu-karmic/#comment-137</link>
		<dc:creator>Firefox crashes with &#8220;terminate called after throwing an instance of &#8217;std::bad_alloc&#8217;&#8221; &#171; /contrib/famzah</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=29#comment-137</guid>
		<description>[...] BUG: The Security Device which the Siemens HiPath SIcurity Card API provided. You can read here why I use it. [...]</description>
		<content:encoded><![CDATA[<p>[...] BUG: The Security Device which the Siemens HiPath SIcurity Card API provided. You can read here why I use it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ICDSoft 30% discount coupon for new web hosting accounts by Webhosting in Deutschland und Europa &#171; /contrib/famzah</title>
		<link>http://blog.famzah.net/2010/02/05/icdsoft-30-percent-discount-coupon-for-new-web-hosting-accounts/#comment-133</link>
		<dc:creator>Webhosting in Deutschland und Europa &#171; /contrib/famzah</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=396#comment-133</guid>
		<description>[...] Das erste Jahr ist 20% teurer (30% Rabattmöglichkeiten hier). Doch gibt es eine bedingungslose 100-Tage Geld-Zurück-Garantie, deswegen können Sie sich [...]</description>
		<content:encoded><![CDATA[<p>[...] Das erste Jahr ist 20% teurer (30% Rabattmöglichkeiten hier). Doch gibt es eine bedingungslose 100-Tage Geld-Zurück-Garantie, deswegen können Sie sich [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KVM-Qemu Virtio storage and network drivers for 32-bit/64-bit Windows 7, Windows Vista, Windows XP and Windows 2000 by Bill McGonigle</title>
		<link>http://blog.famzah.net/2010/01/09/kvm-qemu-virtio-storage-and-network-drivers-for-32-bit64-bit-windows-7-windows-vista-windows-xp-and-windows-2000/#comment-114</link>
		<dc:creator>Bill McGonigle</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=342#comment-114</guid>
		<description>Super, thanks for the images!</description>
		<content:encoded><![CDATA[<p>Super, thanks for the images!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infonotary E-Signature with Cardman 6121 on Kubuntu Karmic by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/10/30/infonotary-e-signature-with-cardman-6121-on-kubuntu-karmic/#comment-66</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Thu, 24 Dec 2009 13:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=29#comment-66</guid>
		<description>I&#039;ve sent you an email with a temporary URL link where you can download all the files I got from Infonorary. They contain Windows drivers as well. I won&#039;t make the URL link public because of copyright considerations.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve sent you an email with a temporary URL link where you can download all the files I got from Infonorary. They contain Windows drivers as well. I won&#8217;t make the URL link public because of copyright considerations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infonotary E-Signature with Cardman 6121 on Kubuntu Karmic by aduritz</title>
		<link>http://blog.famzah.net/2009/10/30/infonotary-e-signature-with-cardman-6121-on-kubuntu-karmic/#comment-65</link>
		<dc:creator>aduritz</dc:creator>
		<pubDate>Wed, 23 Dec 2009 23:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=29#comment-65</guid>
		<description>do you happen to have the windows version of the card API? i have problem erasing my CardOS 4.3B card with pkcs15-init and i want to try to format the card with the windows card viewer tool and then use opensc.

cheers,

st.</description>
		<content:encoded><![CDATA[<p>do you happen to have the windows version of the card API? i have problem erasing my CardOS 4.3B card with pkcs15-init and i want to try to format the card with the windows card viewer tool and then use opensc.</p>
<p>cheers,</p>
<p>st.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infonotary E-Signature with Cardman 6121 on Kubuntu Karmic by Jan Benadik</title>
		<link>http://blog.famzah.net/2009/10/30/infonotary-e-signature-with-cardman-6121-on-kubuntu-karmic/#comment-51</link>
		<dc:creator>Jan Benadik</dc:creator>
		<pubDate>Sat, 12 Dec 2009 16:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=29#comment-51</guid>
		<description>Thank You!

Jan</description>
		<content:encoded><![CDATA[<p>Thank You!</p>
<p>Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infonotary E-Signature with Cardman 6121 on Kubuntu Karmic by Ivan Zahariev</title>
		<link>http://blog.famzah.net/2009/10/30/infonotary-e-signature-with-cardman-6121-on-kubuntu-karmic/#comment-50</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Sat, 12 Dec 2009 13:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.famzah.net/?p=29#comment-50</guid>
		<description>Jan, I&#039;ve uploaded a copy of the Siemens Card API for Linux. See the link at the beginning of this article. Note that this is for 32-bit systems.</description>
		<content:encoded><![CDATA[<p>Jan, I&#8217;ve uploaded a copy of the Siemens Card API for Linux. See the link at the beginning of this article. Note that this is for 32-bit systems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
