<?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/"
		>
<channel>
	<title>Comments for Ticklish Techs</title>
	<atom:link href="http://www.ticklishtechs.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:01:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by Klaus</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-43209</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-43209</guid>
		<description>The camera on my brand new W520 wasn&#039;t working and not showing up in the device manager (win 7 x64). Activating the camera with Fn+F6 wasn&#039;t working either.
Had to call Lenovo support. It turned out, there was a hardware issue and the camera had to be replaced. The technician said there was either an issue with the camera module or with the wiring.
After replacing the camera, it showed up in the device manager and is now working as expected.</description>
		<content:encoded><![CDATA[<p>The camera on my brand new W520 wasn&#8217;t working and not showing up in the device manager (win 7 x64). Activating the camera with Fn+F6 wasn&#8217;t working either.<br />
Had to call Lenovo support. It turned out, there was a hardware issue and the camera had to be replaced. The technician said there was either an issue with the camera module or with the wiring.<br />
After replacing the camera, it showed up in the device manager and is now working as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by Kenneth</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-41830</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Wed, 21 Dec 2011 22:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-41830</guid>
		<description>Lenovo&#039;s own driver-package was utterly useless on my Windows 7 x64. Could not get the driver activated for the bare life of me. XP-SP3 had no issues...
So I stumbled upon this site and replaced Lenovo&#039;s faulty driver with Microsoft&#039;s own buildt-in ones and voilá. Perfect match!

Thanks Benjamin. Really hats off for this one :)


Cheers!
/Kenneth</description>
		<content:encoded><![CDATA[<p>Lenovo&#8217;s own driver-package was utterly useless on my Windows 7 x64. Could not get the driver activated for the bare life of me. XP-SP3 had no issues&#8230;<br />
So I stumbled upon this site and replaced Lenovo&#8217;s faulty driver with Microsoft&#8217;s own buildt-in ones and voilá. Perfect match!</p>
<p>Thanks Benjamin. Really hats off for this one <img src='http://www.ticklishtechs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!<br />
/Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by Bert</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-41617</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Mon, 19 Dec 2011 17:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-41617</guid>
		<description>First it worked then it did not...When my new company laptop (Lenovo 410) was updated to Win 7 SP2, the camera disappeared eg no longer was displayed via FnF6
I found the following answers through searching other sites. Device manager reported a problem with the device. The driver wasn&#039;t signed
Reboot the computer.  Press &#039;F8&#039; during restart.  Select Disable Driver Signature Enforcement from the boot menu.  This fixed the driver issue in my case but has to be done at startup every time to make the camera work!!! 
permanent disable driver signature enforcement (a security risk)
Open a command prompt as an admin search for CMD.exe, [right click on found file CMD.exe and run as administrator] and type

bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING ON

See security risk warning above.
If it doesn&#039;t work for whatever reason you can just remove loadoptions with bcedit and switch testsigning off.
bcdedit /deletevalue loadoptions
then
bcdedit -set TESTSIGNING OFF</description>
		<content:encoded><![CDATA[<p>First it worked then it did not&#8230;When my new company laptop (Lenovo 410) was updated to Win 7 SP2, the camera disappeared eg no longer was displayed via FnF6<br />
I found the following answers through searching other sites. Device manager reported a problem with the device. The driver wasn&#8217;t signed<br />
Reboot the computer.  Press &#8216;F8&#8242; during restart.  Select Disable Driver Signature Enforcement from the boot menu.  This fixed the driver issue in my case but has to be done at startup every time to make the camera work!!!<br />
permanent disable driver signature enforcement (a security risk)<br />
Open a command prompt as an admin search for CMD.exe, [right click on found file CMD.exe and run as administrator] and type</p>
<p>bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS</p>
<p>bcdedit -set TESTSIGNING ON</p>
<p>See security risk warning above.<br />
If it doesn&#8217;t work for whatever reason you can just remove loadoptions with bcedit and switch testsigning off.<br />
bcdedit /deletevalue loadoptions<br />
then<br />
bcdedit -set TESTSIGNING OFF</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do it yourself: home automation by Benjamin Schröter</title>
		<link>http://www.ticklishtechs.net/2011/01/05/do-it-yourself-home-automation/comment-page-1/#comment-40539</link>
		<dc:creator>Benjamin Schröter</dc:creator>
		<pubDate>Tue, 06 Dec 2011 16:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2011/01/05/do-it-yourself-home-automation/#comment-40539</guid>
		<description>Hi Andreas

actually I did it the way described here. When I find some time to blog about it, i will do so. 

The first part of this stuff is running in my apartment now. All buttons are connected using the I2C digital input module and 16 digital outputs are switching my lights. 
DMX512 is working but not deployed yet (will be used to control about 9ch of LED light (each ch with RGB+White).</description>
		<content:encoded><![CDATA[<p>Hi Andreas</p>
<p>actually I did it the way described here. When I find some time to blog about it, i will do so. </p>
<p>The first part of this stuff is running in my apartment now. All buttons are connected using the I2C digital input module and 16 digital outputs are switching my lights.<br />
DMX512 is working but not deployed yet (will be used to control about 9ch of LED light (each ch with RGB+White).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do it yourself: home automation by Andreas</title>
		<link>http://www.ticklishtechs.net/2011/01/05/do-it-yourself-home-automation/comment-page-1/#comment-40459</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2011/01/05/do-it-yourself-home-automation/#comment-40459</guid>
		<description>Hi Benjamin,
I am just on the move to recable my house and bring in some electronic houskeeping ;O)
I like your Idea, specialy the c# and dotNet part of it.
Did you finish the project or did you use KNX at the end?</description>
		<content:encoded><![CDATA[<p>Hi Benjamin,<br />
I am just on the move to recable my house and bring in some electronic houskeeping ;O)<br />
I like your Idea, specialy the c# and dotNet part of it.<br />
Did you finish the project or did you use KNX at the end?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by Richard</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-40033</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-40033</guid>
		<description>You are a f&#039;n genius.  Have an x201 and the camera has nvever worked since the day I got the computer.  Thank you!!!</description>
		<content:encoded><![CDATA[<p>You are a f&#8217;n genius.  Have an x201 and the camera has nvever worked since the day I got the computer.  Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trackpoint Scrolling in iTunes, Thunderbird, etc. by dani</title>
		<link>http://www.ticklishtechs.net/2009/12/27/trackpoint-scrolling-in-itunes-thunderbird-etc/comment-page-1/#comment-39754</link>
		<dc:creator>dani</dc:creator>
		<pubDate>Sun, 27 Nov 2011 16:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2009/12/27/trackpoint-scrolling-in-itunes-thunderbird-etc/#comment-39754</guid>
		<description>thanks, finally helped me out. also applicable for other programs where trackpoint wouldn&#039;t work (just replace the name of the .exe file with the one you need it for)</description>
		<content:encoded><![CDATA[<p>thanks, finally helped me out. also applicable for other programs where trackpoint wouldn&#8217;t work (just replace the name of the .exe file with the one you need it for)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by Bai</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-36943</link>
		<dc:creator>Bai</dc:creator>
		<pubDate>Thu, 20 Oct 2011 18:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-36943</guid>
		<description>I do have the same problem in my lenovo 3000 N100 system. Tried all the way available in some forums. downloaded the drivers and get it installed...

Pls some one help me to get rid of this issue...</description>
		<content:encoded><![CDATA[<p>I do have the same problem in my lenovo 3000 N100 system. Tried all the way available in some forums. downloaded the drivers and get it installed&#8230;</p>
<p>Pls some one help me to get rid of this issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Setup with Visual Studio 2010 for an application that needs the full .net 4.0 framework by Genaro Garcia</title>
		<link>http://www.ticklishtechs.net/2010/06/09/creating-a-setup-with-visual-studio-2010-for-an-application-that-needs-the-full-net-4-0-framework/comment-page-1/#comment-35864</link>
		<dc:creator>Genaro Garcia</dc:creator>
		<pubDate>Fri, 07 Oct 2011 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/06/09/creating-a-setup-with-visual-studio-2010-for-an-application-that-needs-the-full-net-4-0-framework/#comment-35864</guid>
		<description>I&#039;ve been struggling on this issue for the passed to days.  This was a great help.  It resolved the issues I was having.

A BIG THANKS, Benjamin...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been struggling on this issue for the passed to days.  This was a great help.  It resolved the issues I was having.</p>
<p>A BIG THANKS, Benjamin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Integrated Camera again working on Windows 7 by min</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-35713</link>
		<dc:creator>min</dc:creator>
		<pubDate>Wed, 05 Oct 2011 12:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-35713</guid>
		<description>i don&#039;t have that usb video device in my win7</description>
		<content:encoded><![CDATA[<p>i don&#8217;t have that usb video device in my win7</p>
]]></content:encoded>
	</item>
</channel>
</rss>

