<?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 on: Lenovo Integrated Camera again working on Windows 7</title>
	<atom:link href="http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/</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>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>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>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>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>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>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>
	<item>
		<title>By: Kai-Mei</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-34063</link>
		<dc:creator>Kai-Mei</dc:creator>
		<pubDate>Tue, 13 Sep 2011 04:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-34063</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Kalaquian</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-23626</link>
		<dc:creator>Ronald Kalaquian</dc:creator>
		<pubDate>Wed, 20 Apr 2011 02:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-23626</guid>
		<description>Thank you so much! :)</description>
		<content:encoded><![CDATA[<p>Thank you so much! <img src='http://www.ticklishtechs.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Otterson</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-21396</link>
		<dc:creator>Scott Otterson</dc:creator>
		<pubDate>Mon, 21 Mar 2011 11:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-21396</guid>
		<description>Benjamin,

Thanks a ton:  Fn+F6 did the trick for me.  I had no idea that function existed!

Scott</description>
		<content:encoded><![CDATA[<p>Benjamin,</p>
<p>Thanks a ton:  Fn+F6 did the trick for me.  I had no idea that function existed!</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Schröter</title>
		<link>http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/comment-page-1/#comment-20678</link>
		<dc:creator>Benjamin Schröter</dc:creator>
		<pubDate>Fri, 11 Mar 2011 16:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ticklishtechs.net/2010/01/01/lenovo-integrated-camera-again-working-on-windows-7/#comment-20678</guid>
		<description>Maybe this will be useful for some of you: On some models or with certain software or bios versions you can turn on / off the webcam by pressing Fn+F6.

It works the same way as turning on wireless network by pressing Fn+F5 - unfortunately lenovo does not print this onto the keyboard.</description>
		<content:encoded><![CDATA[<p>Maybe this will be useful for some of you: On some models or with certain software or bios versions you can turn on / off the webcam by pressing Fn+F6.</p>
<p>It works the same way as turning on wireless network by pressing Fn+F5 &#8211; unfortunately lenovo does not print this onto the keyboard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

