<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DeviceDriverFinder.com</title>
	<atom:link href="http://www.devicedriverfinder.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devicedriverfinder.com/blog</link>
	<description>Find all the Windows device drivers you need.</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>False Positives in Driver Updates</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/false-positives-in-driver-updates</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/false-positives-in-driver-updates#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:54:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[driver update]]></category>
		<category><![CDATA[driver update software]]></category>
		<category><![CDATA[false positive]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=424</guid>
		<description><![CDATA[Programs that automatically update device drives on your system need to match the hardware in your system with the devices in their database. Once a match is found, they check the driver version to see if it is newer, so the update can be recommended. That sounds pretty simple, doesn’t it? Well, in a way [...]]]></description>
			<content:encoded><![CDATA[<p>Programs that automatically update device drives on your system need to match the hardware in your system with the devices in their database. Once a match is found, they check the driver version to see if it is newer, so the update can be recommended.</p>
<p>That sounds pretty simple, doesn’t it?</p>
<p>Well, in a way it is, but still it is possible that a driver update program recommends a program that should not be installed on your system. We call this a false positive. There are two possible reasons for a false positive in driver updates, a device mismatch and a driver version mismatch.</p>
<h2>Device Matching Logic</h2>
<p>In order to understand, we need to look at how a device is identified in Windows. If we open the <strong>Device Manager</strong>, select a device and then right-click it to see the <strong>Properties</strong>, we can select the <strong>Details </strong>tab. In the list of properties, we select the <strong>Hardware Ids</strong>:</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Device Hardware IDs" src="http://devicedriverfinder.com/images/driver-hardware-ids.png" alt="Device Hardware Identifiers" width="418" height="463" /></p>
<p>As you can see in the screenshot, a device can have multiple hardware ids. The top one in the list is an exact match of the device, where the brand, model, type and even revision number would match. Going down the list, the device match is broader, but still specific, that is why all these identifiers are present in the list of hardware ids.</p>
<p>But Windows allows for the use of compatible drivers, so that, if an exact match on the driver is not available, the device can still be used with a compatible driver. This may result in reduced support for the device, not all functionality may be available, but at least the device works.</p>
<p>If we select the <strong>Compatible Ids</strong> in the property list for the same device, we see:</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Device Compatible ID" src="http://devicedriverfinder.com/images/driver-compatible-ids.png" alt="Compatible Device Identifiers" width="418" height="463" /></p>
<p>Again, we see a list of identifiers, where the top one would be the preferred match, and the lower ones are broader matches.</p>
<p>When a driver is needed for a device, Windows will always first try to find a driver for the device based on a hardware id match. If none can be found, a driver match based on the compatible ids can be used.</p>
<p>So if an existing driver has a match on a hardware id, while an update is recommended that matches on a compatible id for the device, we consider that a false positive.</p>
<h2>Driver Version Comparison</h2>
<p>Apart from a list of devices that is supported by a driver, a driver also has a date and version. The date and version are actually combined in a single identifier, like:</p>
<p>“03/22/2010,6.236.0322.2010”</p>
<p>The first part is the date, and the second part is the version number. Windows checks for new drivers based on the driver date, the version is optional. So if a driver program recommends a driver update based on a newer version, while the date is older than the currently installed driver, this is again a false positive.</p>
<p>In the <strong>Device Manager</strong>, you can select the <strong>Driver </strong>tab to see the date and version of the currently installed driver:</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Driver Version" src="http://devicedriverfinder.com/images/driver-version.png" alt="Driver version and date" width="418" height="463" /></p>
<p>Drivers do not always have complete date and version information, and even the date format is not always consistent. Driver programs obviously need to factor in these aspects when recommending driver updates.</p>
<p>In our tests, we found <a title="DriverFinder" href="http://devicedriverfinder.com/driverfinder.php" target="_blank">DriverFinder</a> to have the best device driver matching logic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/false-positives-in-driver-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check the Hardware ID for a Windows Device</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-device</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-device#comments</comments>
		<pubDate>Sat, 03 Jul 2010 13:29:13 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[device manager]]></category>
		<category><![CDATA[hardware id]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=416</guid>
		<description><![CDATA[All hardware equipment uses an identifier to uniquely identify itself. This allows operating systems to recognize them and install the necessary software for them. In Windows this generally means that a device driver for the hardware is installed. The hardware identifier is a combination of the bus type, the hardware manufacturer (or vendor) and the [...]]]></description>
			<content:encoded><![CDATA[<p>All hardware equipment uses an identifier to uniquely identify itself. This allows operating systems to recognize them and install the necessary software for them. In Windows this generally means that a device driver for the hardware is installed. The hardware identifier is a combination of the bus type, the hardware manufacturer (or vendor) and the device identifier. In some cases additional sub-system identifiers and revision information is included to distinguish between variations of a device.</p>
<p>So when you are looking for a device driver for a piece of hardware, it is useful to know the hardware id of the device. This can tell you which manufacturer made the device and help you find a device driver.</p>
<h2>The Windows Device Manager</h2>
<p>The hardware id for a device in Windows can be found in the Windows Device Manager. To check the hardware id for a device, follow these steps:</p>
<ol>
<li>Open the <strong>Device Manager</strong> from the <strong>Control Panel</strong>. You can also type “devmgmt.msc” at the <strong>Run </strong>option in the <strong>Start </strong>menu.</li>
<li>In the <strong>Device Manager</strong>, right-click the device, and select <strong>Properties </strong>in the popup menu.</li>
<li>Next, select the <strong>Details </strong>tab.</li>
<li>Now select the <strong>Hardware Ids</strong> in the dropdown list.</li>
</ol>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Hardware IDs" src="http://devicedriverfinder.com/images/hardware-ids.png" alt="Windows Device Manager device details" width="418" height="481" /></p>
<p>As you can see in the screen shot, there can be multiple hardware ids for a device. The top one is the most specific identifier, and going down, the identifiers are more generic. The reason this is done is to allow a device driver to be selected based on a match to any of these hardware identifiers.</p>
<p>The hardware manufacturer in this example is Realtek, which is identified by <code>VEN_10EC</code>.</p>
<p>Obviously this is a device for which a driver is installed already, and the manufacturer and model for the device are shown, but the hardware id is also available for unknown devices and not recognized devices.</p>
<p><a title="DriverFinder" href="http://devicedriverfinder.com/driverfinder.php" target="_blank">Driver finder</a> programs use the hardware id and the compatible id to find a matching driver for a device as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-device/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Path for Windows Device Drivers</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/how-to-change-the-path-for-windows-device-drivers</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/how-to-change-the-path-for-windows-device-drivers#comments</comments>
		<pubDate>Fri, 18 Jun 2010 15:09:32 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[device path]]></category>
		<category><![CDATA[not recognized]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=401</guid>
		<description><![CDATA[When you are using hardware devices in Windows, Windows will install a device driver for each hardware device. Many devices are supported by Windows itself, but in some cases you will need to install additional drivers. Windows can search the Internet for a device driver, or you will be prompted for a location where Windows [...]]]></description>
			<content:encoded><![CDATA[<p>When you are using hardware devices in Windows, Windows will install a device driver for each hardware device. Many devices are supported by Windows itself, but in some cases you will need to install additional drivers. Windows can search the Internet for a device driver, or you will be prompted for a location where Windows can find the driver for the new hardware device.<br />
But in some cases even supported devices are not recognized by Windows. That could be because the driver is missing or corrupt, but it could also be that Windows does not look in the right place for the driver. The location where Windows looks for <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >device drivers</a> by default is the <code>C:\Windows\Inf</code> since the inf files are used to match a device with a driver.<br />
Since the installation path for Windows can vary, this path is actually configured as <code>%SystemRoot%\Inf</code>, where the <code>%SystemRoot%</code> refers to an environment variable that always point to the right installation path for Windows.<br />
This driver location is stored in the Windows registry. The registry key that is used to store the driver path is:<br />
<code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath</code><br />
<img style="margin-top: 5px; margin-bottom: 5px;" title="DevicePath" src="http://devicedriverfinder.com/images/device-path.png" alt="Windows device path in registry" width="600" height="267" /></p>
<p>So if you are getting unexpected errors indicating device not recognized, check the device path in the Windows registry. If the <code>%SystemRoot%\Inf</code> value is not present in the DevicePath, then change it or add it.</p>
<p>The DevicePath variable can also be extended with additional locations for drivers. If for example, you have a network location where you store device drivers for all PC’s and hardware devices, you can add that to the variable. Just separate the path with a semicolon. E.g.: <code>%SystemRoot%\Inf;\\\\Drivers</code></p>
<p>OEM manufacturer’s also use this option to include additional drivers in the default Windows setup.</p>
<p>Of course, always make a backup of the Windows registry before you make any changes!</p>
<p>Still can not find a device driver? Use <a title="DriverFinder" href="http://devicedriverfinder.com/driverfinder.php">DriverFinder</a> to locate drivers for you automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/how-to-change-the-path-for-windows-device-drivers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Windows 7 Error Code 10</title>
		<link>http://www.devicedriverfinder.com/blog/device-errors/fix-windows-7-error-code-10</link>
		<comments>http://www.devicedriverfinder.com/blog/device-errors/fix-windows-7-error-code-10#comments</comments>
		<pubDate>Wed, 12 May 2010 12:28:39 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Errors]]></category>
		<category><![CDATA[error code 10]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=396</guid>
		<description><![CDATA[Since Windows 7 is relatively new, not all hardware is compatible with Windows 7 yet. Microsoft always recommends people to use the hardware compatibility check feature to find out if the computer hardware is compatible with Windows 7. Some hardware devices, however, might never become compatible since manufacturers do not create new drivers for older [...]]]></description>
			<content:encoded><![CDATA[<p>Since Windows 7 is relatively new, not all hardware is compatible with Windows 7 yet. Microsoft always recommends people to use the hardware compatibility check feature to find out if the computer hardware is compatible with Windows 7. Some hardware devices, however, might never become compatible since manufacturers do not create new drivers for older devices anymore.</p>
<p>As a result, you can experience a variety of device errors in Windows 7, one of which is <a href="http://www.pcpowerguide.com/windows/windows-7/windows-7-device-cannot-start-error-code-10/" target="_blank">device driver error code 10</a>. In itself, error code 10 in Windows 7 means that the device cannot start, but there can be different causes for the error.</p>
<p>Microsoft’s recommendation is to first <a href="http://www.pcpowerguide.com/windows/windows-7/windows-7-device-cannot-start-error-code-10/" target="_blank">update the drivers</a> using the Device Manager. This should help solve problems that are related to outdated, incompatible and even corrupt drivers. But also make sure you install the latest Windows 7 updates, as software improvements in the operating system can also help fix device related issues.</p>
<p>Ok, an <strong>error code 10</strong> can happen for all kinds of devices, and one of the <strong>more common devices is the audio device</strong>. Apart from driver issues, also make sure you check the status of the Windows Audio service. If the Windows Audio service is not running, you can have the right drivers installed, but the device will not work.</p>
<p><a href="http://www.devicedriverfinder.com/blog/wp-content/uploads/2010/05/windows-audio-services.jpg"><img class="aligncenter size-full wp-image-397" src="http://www.devicedriverfinder.com/blog/wp-content/uploads/2010/05/windows-audio-services.jpg" alt="" width="557" height="350" /></a></p>
<p><strong>For USB devices the error code 10</strong> will result in the device not being accessible. In that case, <strong>uninstalling USB devices in the Device Manager is a common solution</strong>. You can try uninstalling the USB device that has the problem, but very often it is necessary to uninstall all USB devices, reboot and then wait for the USB devices to be reinstalled. Make sure to unplug the external USB devices before you reboot, so you can add them one by one again.</p>
<p>For older hardware, <strong>the code 10 error can also be the result of hardware conflicts</strong>. In most cases, you will see that the hardware device will not appear on the hardware compatibility list, but it is useful to check the resource usage on the device in the Device Manager<strong>. On desktop computers, this kind of problem can be solved by changing the BIOS settings (IRQ assignments, memory ranges), or even unplugging conflicting hardware</strong>. Obviously that is only feasible if you do not need that specific device.</p>
<p><strong>Windows 7 Device Drivers</strong></p>
<p><strong> </strong></p>
<p><strong>Since the most common cause of error code 10 in Windows 7 is incorrect device drivers, you should always try to get the right drivers for the device</strong>. Checking on a regular basis can pay off, as drivers are updated frequently. Using the Microsoft Update feature is one way to check, but there are a number of limitations with that.</p>
<p>The first limitation is that you will only get real Windows 7 drivers, which are signed drivers that have the Microsoft approval. You will not get unsigned drivers or drivers that are not for Windows 7. So if there is a Vista driver for your device, which might work in Windows 7, you will not get it. Even Windows <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >XP drivers</a> sometimes work in Windows 7, possibly in compatibility mode.</p>
<p>The second limitation is that Windows Update will automatically install new drivers. This assumes that the update will succeed without problems, replacing or overwriting the old driver. In quite a few instances however, it is better to first uninstall the existing driver before installing the new driver. Quite a few audio manufacturer’s recommend this practice to prevent driver update problems.</p>
<p>So make sure you use a variety of methods to <a href="http://www.pcpowerguide.com/windows/windows-7/windows-7-device-cannot-start-error-code-10/" target="_blank">update the driver</a> for your device and fix error code 10 in Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-errors/fix-windows-7-error-code-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable USB Notifications in Windows Vista</title>
		<link>http://www.devicedriverfinder.com/blog/device-errors/how-to-disable-usb-notifications-in-windows-vista</link>
		<comments>http://www.devicedriverfinder.com/blog/device-errors/how-to-disable-usb-notifications-in-windows-vista#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:53:39 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Errors]]></category>
		<category><![CDATA[usb notifications]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=388</guid>
		<description><![CDATA[When you plug a USB device in a Windows computer, you will see a small popup in the notification area of the taskbar informing you of the USB device. If it is a known device, the driver will be installed and the device will be ready for use. If there is no driver for the [...]]]></description>
			<content:encoded><![CDATA[<p>When you plug a USB device in a Windows computer, you will see a small popup in the notification area of the taskbar informing you of the USB device. If it is a known device, the driver will be installed and the device will be ready for use.</p>
<p>If there is no driver for the device, or the device is not recognized, you will be informed of that fact as well. In some cases the driver installation and device activation actually will show several of these popup messages in the notification area. This can be the case if the USB device has multiple functions.</p>
<p>Unfortunately there are also scenario’s where these popup messages in the notification area do not seem to make sense. No USB device is being plugged, only existing USB devices are present, or maybe no external USB devices are present at all.</p>
<p>If you are not interested in the USB notification messages in Windows, you can actually disable them. Basically you tell Windows to not report and USB errors on the USB controllers.</p>
<p>To disable USB notification messages, simply open the <strong>Device Manager</strong> in the <strong>Control Panel</strong> and open up the branch called <strong></strong><strong>Universal Serial Bus Controllers</strong>.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="USB Controllers" src="http://devicedriverfinder.com/images/usb-controllers.jpg" alt="USB controller in device manager" width="450" height="516" /></p>
<p>You will see quite a few devices in the list, but we are only interested in the Host Controller devices. Right-click the first entry and select <strong>Properties </strong>in the popup.</p>
<p>Next, select the <strong>Advanced </strong>tab and then select the checkbox named <strong>Don’t tell me about USB errors</strong>.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Ignore USB errors" src="http://devicedriverfinder.com/images/disable-usb-notifications.jpg" alt="Disable USB notification messages" width="423" height="467" /></p>
<p>Click the <strong>OK </strong>button and repeat these steps for the other Host Controller devices.</p>
<p>When you are done, close the device manager and you should no longer see and USB device notifications in the Windows taskbar.</p>
<p>Keep in mind that if you were receiving the USB notifications because of real USB errors, they will be now be ignored. If possible try to address the errors first. Power management and bad cables (connections) can also be the cause of erratic USB notification messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-errors/how-to-disable-usb-notifications-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signed Drivers and Unsigned Drivers</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/signed-drivers-and-unsigned-drivers</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/signed-drivers-and-unsigned-drivers#comments</comments>
		<pubDate>Fri, 19 Feb 2010 11:49:16 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[signed driver]]></category>
		<category><![CDATA[unsigned driver]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=383</guid>
		<description><![CDATA[Device drivers in Microsoft Windows can be signed or unsigned. But what is the difference, what are the risks, and how can you find unsigned drivers? Find out the answers and learn how to make sure your system is not affected by bad drivers.]]></description>
			<content:encoded><![CDATA[<p>When you install a device driver in Windows, you might have seen a warning that the driver is not signed. In that case you need to manually authorize the installation and use of that device driver.</p>
<p>In Vista for example you would see the message below indicating that Windows can’t verify the publisher of this driver software.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Vista Driver Warning" src="http://devicedriverfinder.com/images/unsigned-device-driver.png" alt="Unsigned driver install message" width="516" height="306" /></p>
<h2>But what is the difference between signed and unsigned drivers?</h2>
<p>A signed driver is basically a digitally signed driver, which means that the driver software is associated with a digital certificate that allows identification of the publisher of the driver. It also ensures that the driver has never been modified by anyone else, as that would corrupt the signed status and make it unsigned.</p>
<p>So using a signed driver will ensure that Windows can automatically install the driver and prevents malicious software to be installed along with the driver. Considering that drivers operate at a very high security level in the operating system, it is very important to use safe drivers.</p>
<p>Windows Vista, Windows 2008 server and Windows 7 already enforce unsigned drivers to be installed using administrator level access, but how can you know for sure that an unsigned driver is safe?</p>
<p>Well, you cannot really. So always make sure that your security software is up to date and active, and make a backup or create a system restore point before you make any changes to your system, especially when installing <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >device drivers</a>.</p>
<h2>Verify unsigned drivers in Windows XP</h2>
<p>In Windows XP, the enforcement of signed drivers is not present, so the risk of installing unsigned drivers with all associated risks is much higher.</p>
<p>One thing you can do in Windows XP is to find the unsigned drivers in Windows XP and, if possible, replace them by newer, signed drivers.</p>
<p>Microsoft has detailed instructions on how to use the <a title="Find Unsigned Drivers in XP" href="http://support.microsoft.com/kb/308514" target="_blank">Windows XP Signature Verification Tool</a> to check the unsigned driver files. This also describes the common problem with power management in unsigned drivers, so you can try to update or replace the unsigned drivers by signed drivers, or disable the unsigned drivers if they do cause such problems.</p>
<h2>Disable Unsigned Driver Warnings</h2>
<p>It is not something we recommend, but as a user you can actually disable the warnings regarding unsigned drivers in Windows XP. Right-click the <strong>My Computer</strong> icon, and select <strong>Properties </strong>in the popup menu. Now select the <strong>Hardware</strong> tab, and click the <strong>Driver Signing</strong> button. Next, select the <strong>Ignore</strong> option and click <strong>OK</strong>.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Driver Signing Options" src="http://devicedriverfinder.com/images/ignore-unsigned-drivers.png" alt="Ignore unsigned drivers in Windows XP" width="359" height="360" /></p>
<p>If you are using Windows XP Professional, you can also change the security policies to do the same.</p>
<p>Type “<strong>secpol.msc</strong>” at the Run option in the <strong>Start </strong>menu and press <strong>Enter</strong>. Then browse to <strong>Local Policies</strong> -&gt; <strong>Security Options</strong>. Now find and change the option “<strong>Devices: Unsigned driver installation behavior</strong>” to “<strong>Silently succeed</strong>”. This requires a reboot of the computer.</p>
<p>To update your drivers in a few simple steps, you can use a <a title="Download Windows Drivers" href="http://devicedriverfinder.com/driverfinder.php" target="_blank">driver update tool</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/signed-drivers-and-unsigned-drivers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Roll Back a Driver in Windows</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/how-to-roll-back-a-driver-in-windows</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/how-to-roll-back-a-driver-in-windows#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:59:47 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[driver roll back]]></category>
		<category><![CDATA[driver update]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=379</guid>
		<description><![CDATA[Updating your Windows system is generally a good thing. Bugs are fixed, new features are added and problems prevented. Driver updates can be part of a Windows update or it can be a separate driver update. But if things go wrong after the update you want to uninstall the update. With device drivers you can use the driver roll back.]]></description>
			<content:encoded><![CDATA[<p>Regularly checking for computer <a title="Driver Update Finder" href="http://www.devicedriverfinder.com/driverfinder.php" target="_blank">driver updates</a> is a good practice. It will keep your hardware running at maximum performance, make sure all hardware functionality is enabled, and it can help prevent device related errors, which are known to often cause blue screen errors!</p>
<p>But of course a driver update can occasionally also cause a problem in your system. A conflict with another hardware device can be the result, or the device suddenly can not be used in some programs anymore. Beta drivers can have this effect, since they need to be tested more.</p>
<h2>Revert Back to the Previous Driver</h2>
<p>Luckily Windows offers the possibility to restore the previous version of a device driver in most cases. Windows XP, Vista and Windows 7 all have the functionality that a driver backup is taken whenever a new driver is installed, so it is possible to restore that driver from the backup. This is called a roll back in Windows.</p>
<p>To do a driver roll back, open up the Windows <strong>Device Manager</strong>. You can access it in the Control Panel, or type it in the search field of the <strong>Start </strong>menu for “device manager” and click the resulting program.</p>
<p>In the device manager, you need to right-click the device for which you want to restore the previous driver version. In the popup menu, select <strong>Properties</strong>.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Driver properties menu" src="http://devicedriverfinder.com/images/device-properties.png" alt="Windows Vista device manager" width="425" height="468" /></p>
<p>This will bring up the Properties window for the selected hardware device. In the device properties window, select the <strong>Driver </strong>tab. Now you will see the driver details and a number of buttons with driver functions.</p>
<p><img style="margin-top: 5px; margin-bottom: 5px;" title="Roll Back Driver" src="http://devicedriverfinder.com/images/device-properties-window.png" alt="Vista driver properties" width="414" height="459" /></p>
<p>The next step is to click the <strong>Roll Back Driver</strong> button. You will see a confirmation message, where you need to click the <strong>Yes </strong>button.</p>
<p>Some notes on this procedure:</p>
<ul>
<li> Make sure you are logged in as a user with administrator privileges.</li>
<li> You can only roll back to one previous version of a driver.</li>
<li> The driver roll back feature is not available for <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >printer drivers</a>. In that case you will need to download the older version of the printer driver and install that driver.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/how-to-roll-back-a-driver-in-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Network Drivers?</title>
		<link>http://www.devicedriverfinder.com/blog/network-drivers/what-are-network-drivers</link>
		<comments>http://www.devicedriverfinder.com/blog/network-drivers/what-are-network-drivers#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:37:14 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Network Drivers]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=158</guid>
		<description><![CDATA[Networking was once limited to businesses, where a client/server set-up involved many PCs (the clients) being linked to a central server. The aim is generally that all PCs can access data that they are allowed to see from anywhere on the network. Clients can also use central services such as shared printers. With many homes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="float: left size-full wp-image-363" title="network drivers" src="http://www.devicedriverfinder.com/blog/wp-content/uploads/2009/10/networksettings.png" alt="network drivers" width="125" height="125" />Networking was once limited to businesses, where a client/server set-up involved many PCs (the clients) being linked to a central server. The aim is generally that all PCs can access data that they are allowed to see from anywhere on the network. Clients can also use central services such as shared printers.</p>
<p>With many homes now having multiple PCs and using them for entertainment purposes, networking is becoming more common. Messages can be sent from one PC to another while any data, such as music and videos, can be distributed around the network. A more informal type of network is the internet, with millions of computers around the world being able to connect to numerous sites.</p>
<p>Whilst internet connections are via a modem or router, PCs need a network interface card, either built into the motherboard or inserted into a slot. Each of these cards has a network driver, which is a form of device driver or PC driver. This handles all communication between the computer’s operating system and the network card so that it can interface with other points on the network.</p>
<h2>Why We Need Network Drivers</h2>
<p>There are a bewildering number of network cards available from a variety of manufacturers. Each of these may be fitted into various motherboards and there are several different types. Many are PCI cards, although 10/100 types are the most common and Gigabit cards are now providing additional speed. Although relatively new, wireless networking is becoming increasingly popular. This is especially true in home networks where it reduces the need for unsightly wires.</p>
<p>All these options make it impossible for the operating system to deal with the many combinations. This problem is overcome by the use of <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >network drivers</a>, which are developed specifically for each network card and have versions for the different operating systems. A network driver provides a link between the operating system and the network card. Its role is, like any other device driver, to interpret the high level commands issued by the operating system into a form that the network card can understand and conversely to translate network card messages for the operating system.</p>
<p>A network driver needs to be more adaptable than any other device driver because, not only does it have to deal with requests from the operating system, it can also receive packets of data from anywhere on the network. Additionally, it has to handle a number of administrative tasks such as compiling traffic and error statistics, setting addresses and modifying transmission parameters.</p>
<h2>Why You Need to Update Network Drivers</h2>
<p>The efficient operation of a network is vital because problems can impact on the whole network rather than simply affecting a single PC. A network fault on one computer can cause a bottleneck that brings the whole network to a halt or at least slows its performance.</p>
<p>Problems are often due to faulty, out-dated or corrupt network drivers and so it is important that you install new drivers as they are released. Manufacturers generally develop new drivers to fix known faults, improve security or to provide enhanced performance and so you should take advantage of these features.</p>
<p>To install new drivers, access <strong>Device Manager</strong>. Depending on the operating system you use, this may be available from the <strong>Control Panel</strong> or by right-clicking <strong>My Computer</strong> then choosing <strong>Manage</strong>.</p>
<p><strong>Device Manager</strong> will list the types of device in the right pane and you need to select <strong>Network Adaptors </strong>and the network card you have installed. Right click it, select <strong>Properties </strong>and then the <strong>Driver </strong>tab. Afterwards, click the <strong>Update Driver </strong>button to download drivers and install the latest version on your PC. When you complete the process, restart your computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/network-drivers/what-are-network-drivers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Laptop Drivers?</title>
		<link>http://www.devicedriverfinder.com/blog/device-drivers/what-are-laptop-drivers</link>
		<comments>http://www.devicedriverfinder.com/blog/device-drivers/what-are-laptop-drivers#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:29:51 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Device Drivers]]></category>
		<category><![CDATA[laptop drivers]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=144</guid>
		<description><![CDATA[All PCs have several devices, which may be permanent features of the machine or may be connected as required. Internal devices include audio cards and disk drives while external devices include printers and scanners that may be connected all the time or digital cameras and MP3 players that are connected occasionally to transfer data between [...]]]></description>
			<content:encoded><![CDATA[<p><img class="float: left size-thumbnail wp-image-361" title="laptop-drivers" src="http://www.devicedriverfinder.com/blog/wp-content/uploads/2009/10/laptop-drivers-150x150.jpg" alt="laptop-drivers" width="125" height="125" />All PCs have several devices, which may be permanent features of the machine or may be connected as required. Internal devices include audio cards and disk drives while external devices include printers and scanners that may be connected all the time or digital cameras and MP3 players that are connected occasionally to transfer data between the device and the PC.</p>
<p>There are a large number of devices that may be connected to a PC, with numerous manufacturers adopting different standards and formats for the devices they produce. The problem is that the operating system has to communicate with each device that is connected but the large number of variations means that this is impossible to do so directly.</p>
<p>This problem is overcome by each manufacturer developing <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >device drivers</a> or PC drivers for each of their devices, with separate versions for the different operating systems. These drivers handle the communications between the operating system and the device.  Laptops are simply mobile versions of the previously more common desktop PCs. They have their own devices and so also have device drivers, known specifically as laptop drivers.</p>
<h2>Why We Need Laptop Drivers</h2>
<p>Since laptops are mobile appliances, they are necessarily smaller versions of their desktop equivalents. This means that all their components have to be smaller and so all the devices installed in a laptop are designed specially for them. A laptop very rarely uses the same components as a desktop PC but instead has miniaturized versions of them.</p>
<p>The outcome of all this is that, since laptops have their own range of devices, they need laptop drivers to make them work. These have similar functionality to desktop device drivers but are designed specifically to work with mobile devices.</p>
<p>Of course, devices such as printers and digital cameras can be connected to a laptop in the same way that they can be connected to a desktop PC. They will have their normal drivers and so a laptop may have a mixture of laptop drivers and standard device drivers installed.</p>
<h2>Why You Need to Update Laptop Drivers</h2>
<p>In the same way as for a desktop PC, a laptop and all its components work best if everything is correctly installed and up-to-date. This includes all the device drivers and laptop drivers for the various devices.<br />
If you experience problems or poor performance, these can sometimes be corrected by re-installing or updating the drivers. The procedure for doing this is the same for the laptop drivers and the standard device drivers, only the source of the new drivers is different.</p>
<p>To install new drivers, access the <strong>Device Manager.</strong> Depending on the operating system you use, this may be available from the<strong> Control Panel</strong> or by right-clicking <strong>My Computer</strong>, choosing <strong>Manage </strong>and then <strong>Device Manager </strong>to list the types of device in the right pane. Right click each device and click <strong>Properties</strong>, then click the <strong>Driver </strong>tab to see details of the installed laptop driver.</p>
<p>Click the <strong>Update Driver</strong> button to download drivers and install the latest version on your PC. When you complete the process, you may be prompted to restart your computer. Choose to do this only when you have completed the process for all drivers.</p>
<p>You can <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >update drivers</a> individually by visiting the device manufacturer’s website and following the instructions there to do it. However, you will need to identify each device first through <strong>System Tools</strong>. If the whole process seems a bit long-winded, the alternative is to use a dedicated service that will download and update drivers automatically.</p>
<p>There are several of this type of service available and each one will generally hold a comprehensive database that contains the latest versions of all device drivers. Once you have the necessary software installed, it will identify the devices you have connected and the version of the driver for each one. A scheduled process will then download drivers as later versions become available and install them automatically. This ensures that you always have the latest version of device drivers installed, avoiding problems and making sure your computer and its devices operate efficiently together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/device-drivers/what-are-laptop-drivers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Printer Drivers?</title>
		<link>http://www.devicedriverfinder.com/blog/printer-drivers/what-are-printer-drivers</link>
		<comments>http://www.devicedriverfinder.com/blog/printer-drivers/what-are-printer-drivers#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:23:06 +0000</pubDate>
		<dc:creator>Denise</dc:creator>
				<category><![CDATA[Printer Drivers]]></category>

		<guid isPermaLink="false">http://www.devicedriverfinder.com/blog/?p=161</guid>
		<description><![CDATA[Every PC has several device drivers or PC drivers installed, each of which controls a particular device. These devices may be fitted into the computer (a sound card or disk drive) or be connected to it (a broadband router or scanner). Since there may be many devices of different types, it is impossible for the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="float: left size-full wp-image-359" style="margin-left: 5px; margin-right: 5px;" title="drivers for your printer" src="http://www.devicedriverfinder.com/blog/wp-content/uploads/2009/04/printmgr.png" alt="drivers for your printer" width="125" height="125" />Every PC has several <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >device drivers</a> or PC drivers installed, each of which controls a particular device. These devices may be fitted into the computer (a sound card or disk drive) or be connected to it (a broadband router or scanner). Since there may be many devices of different types, it is impossible for the operating system to communicate with them all directly as each has different characteristics.</p>
<p>To overcome this problem, a device driver sits between a device and the operating system, translating operating system requests so the device can understand them. Device responses are similarly converted into a form suitable for the operating system. One of the most commonly connected devices is a printer. Communication with the printer is by a type of device driver known as a printer driver.</p>
<h2>Why We Need Printer Drivers</h2>
<p>Printers come in a variety of types, from the outdated dot matrix printers to the more modern colour and monochrome laser printers and ink jet printers. Printing devices also come in other forms, including plotters and fax machines that can be connected to a PC. The common feature is that all create printed output and all need the content and format of that output to be communicated to them. The way the format of the output is described may vary, with PostScript printers being common and all having a Printer Description Language that defines the output.</p>
<p>Printing from a Windows-based computer is via a print spooler and <a href="http://www.devicedriverfinder.com/blog/driverupdatetoolreview" >printer drivers</a>. Output for printing is created by an application program and sent to the operating system. This will create high level print instructions that are sent to the printer driver for conversion into a form that the printer that is actually being used understands. This is then either sent directly to the printer or to the print spooler for later printing. The printer will then send a response to indicate if printing was successful and this is converted by the printer driver so that the operating system knows what it means. The availability of printer drivers, therefore, means that the operating system can organise all required printing without needing to know anything about the device that will actually do it.</p>
<h2>Dealing with Common Printer Problems</h2>
<p>Although there is a wide range of printing devices, there are some printer errors that are common to most of them. Some of these may be accompanied by a displayed error code and message, which will vary between printers. In the case of a networked printer, if no-one can print, the problem is with the printer. However, if only you are having difficulties, it’s likely to be at your end.</p>
<p><strong>1.	Printer Not Printing</strong><br />
First check the basics. Make sure the printer is plugged in, turned on and has not run out of paper or ink. If the print job is being processed but nothing is being output, it may be a big job. Give it time and, if nothing happens, cancel the job and try again. If the job won’t cancel, turn off the printer for a minute, then turn back on and try again. This will clear any input/output errors.<br />
At the Windows Start menu, select Settings then Printers and right click the one giving the problem. Make sure it isn’t paused or set offline. If this doesn’t fix the problem, reboot your PC and try again.</p>
<p><strong>2.	Paper Jam</strong><br />
Sometimes paper gets stuck as it is going through the printer. In this case, follow the instructions for your printer to clear the jam. Remove the paper very carefully to avoid damage. If the error remains when all the paper is out, turn the printer off and then on again after one minute.</p>
<p><strong>3.	Poor Printing Quality</strong><br />
If output is blurred or faded, the print cartridge may be out of ink. Check and replace.</p>
<p><strong>4.	Software Problems</strong><br />
If the printer fails to work only for a particular application, the problem may be due to that application or the file it is creating. Try to print a different file or close the application, reboot and try again. If that fails, you could try to re-install the application.</p>
<p><strong>5.	Printer Drivers</strong><br />
Sometimes, printer problems result from faulty printer drivers. In this case, install the latest drivers by accessing <strong>Device Manager</strong>. Depending on the operating system you use, this may be available from the <strong>Control Panel </strong>or by right-clicking <strong>My Computer </strong>then choosing <strong>Manage</strong>.</p>
<p>Device Manager will list the types of device in the right pane and you need to open <strong>Ports </strong>and select the <strong>Printer Port</strong>. Select the <strong>Driver </strong>tab and click the <strong>Update Driver </strong>button to download drivers for the port and install the latest version on your PC. When you complete the process, restart your computer.</p>
<p>You can also install the latest driver for the printer itself by selecting <strong>Printers </strong>at the <strong>Control Panel</strong>, right clicking the problem printer, selecting <strong>Properties </strong>and then clicking <strong>New Driver</strong> at the <strong>Advanced </strong>tab. If this doesn’t solve the problem, uninstall and re-install the printer by right clicking the printer and choosing to delete it. Then right click the <strong>Printers </strong>heading, choose <strong>Add Printer</strong> and follow the prompts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devicedriverfinder.com/blog/printer-drivers/what-are-printer-drivers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
