<?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>Pyrocam.com &#187; google</title>
	<atom:link href="http://pyrocam.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyrocam.com</link>
	<description>I&#039;m like Vitamins for Computers</description>
	<lastBuildDate>Wed, 09 May 2012 07:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Unknown Device issues, Trying to identify unknown hardware</title>
		<link>http://pyrocam.com/unknown-device-identifing/</link>
		<comments>http://pyrocam.com/unknown-device-identifing/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:32:23 +0000</pubDate>
		<dc:creator>pyrocam</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[audio drivers]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[device manager]]></category>
		<category><![CDATA[driverguide]]></category>
		<category><![CDATA[easy driver]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[manufacturers website]]></category>
		<category><![CDATA[model number]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[network cards]]></category>
		<category><![CDATA[pci card]]></category>
		<category><![CDATA[peripheral card]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://pyrocam.com/?page_id=60</guid>
		<description><![CDATA[Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting I have spent most of today trying to install some drivers on a laptop I installed XP on yesterday. The issue? Identifying the unknown [...]]]></description>
			<content:encoded><![CDATA[<h2></h2>
<p><em>Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting </em></p>
<p>I have spent most of today trying to install some drivers on a laptop I  installed XP on yesterday. The issue? Identifying the unknown devices.</p>
<p><img src="http://www.pyrocam.com/files/frontpage/devices.png" alt="unknown devices" width="299" height="124" /></p>
<p>I was downgrading Vista to windows XP, gave it the user in question then  got it back the next day with problems, almost none of the drivers had  automatically installed. (in hindsight this was quite a spectacular  overlook)</p>
<p>So I jumped on Toshiba&#8217;s website, and I commend them for having a nice  and easy driver finding system (put in model, get drivers) but I found  out quite quickly that it was&#8230; well, wrong. the modem and audio  drivers do not suit this system.</p>
<p>So anyway, getting to the point, lets say you have a computer that you  need to install drivers for and you don&#8217;t know what hardware it is. If  you have no idea what device it could be, check to see if all the other  hardware matches up (in Device Manager, you don&#8217;t have entries in the  modem tree, or network cards etc. If something is missing but you have  one, its probably that.)</p>
<p>If you can find out from the manufacturer (for example using Toshiba or  HP&#8217;s neat driver finding by model trick) you can just download the  drivers for the device in question. if this isn&#8217;t an option, it starts  getting more fun.</p>
<p>If you are using a PC, you can pop the case off and have a look at the  motherboard or peripheral card, if its a PCI card you are trying to get  drivers for, pop it out of your computer (Google instructions if you are  unsure) and look for the model number then Google for the drivers (or  use the manufacturers website or driverguide.com)</p>
<p>But wait a minute, this is a laptop. and or quite frankly I don&#8217;t want  to take the case off. All right, now comes the really neat bit. Windows   will query all the devices in your computer when it starts up and gets a  little bit of information, device ID, manufacturer ID etc, and you can  get this information easily enough. once you have it, you are on easy  street. (what follows is a summary of [<a href="http://support.microsoft.com/kb/298837" target="_blank">KB298837</a>)</p>
<p><img src="http://www.pyrocam.com/files/frontpage/reg2.png" alt="registry" width="250" height="210" /></p>
<p>1. Start regedit,<br />
2. goto [code]HKEY_LOCAL_MACHINESYSTEMControlSet001EnumPCI[/code]<br />
(if its ISA (god forbid) use ISA instead of PCI etc)<br />
3. Look through these keys for an item that has the description matching  the unknown device you are looking for, this is most likely 'unknown  device' although it could be 'unknown simple communications device' or  similar<br />
4. get some details. Its going to look something like this:<br />
VEN_104C&amp;DEV_FE03&amp;SUBSYS_30A3103C&amp;REV_00<br />
in particular you want<br />
VEN: (vendor ID)<br />
DEV: (device ID)<br />
SUBSYS: (subsystem ID)<br />
and REV: (hardware revision)</p>
<p>5. Once you have this information you can run onto the internet and get  what you need, I would recommend you start here: so far its been helpful  to me:  [url=http://www.pcidatabase.com/]http://www.pcidatabase.com/[/url]<br />
first up, click 'Vendors by ID'<br />
search through the list to get your appropriate vendor, in our case its  104C - Texas Instruments.<br />
click on the vendor.</p>
<p>6. search for the device ID. in our case its 8033 - Integrated  FlashMedia Controller - PCIxx21</p>
<p>7. This particular unit had a download link attached but most don't, in  which case, Search, download, install. (driverguide is good for this)</p>
<p>if you have any comments or notes on this or any of my other articles  please send them to me through the comments form. happy hunting.</p>
]]></content:encoded>
			<wfw:commentRss>http://pyrocam.com/unknown-device-identifing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

