PC Review


Reply
Thread Tools Rate Thread

Can't identify "Other Device" in Device Manager

 
 
Fruit2O
Guest
Posts: n/a
 
      18th Nov 2006
My physical drive has two partitions and both use the identical version
of WinXP Pro. However, one of the drives keeps telling me that I have
new hardware (USB) but it cannot find the driver. So, for now, I
disabled it. But I would really like to know what this device is. Is
there a way to find out?
 
Reply With Quote
 
 
 
 
dean-dean
Guest
Posts: n/a
 
      18th Nov 2006
Try this KB Article:

How to use Registry Editor to identify an unknown PCI device ->

http://support.microsoft.com/kb/298837

(Contrary to the article's "Apply's to" section, the information is
legitimate for XP, as well.)

Dean

"Fruit2O" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My physical drive has two partitions and both use the identical version
> of WinXP Pro. However, one of the drives keeps telling me that I have
> new hardware (USB) but it cannot find the driver. So, for now, I
> disabled it. But I would really like to know what this device is. Is
> there a way to find out?


 
Reply With Quote
 
Fruit2O
Guest
Posts: n/a
 
      18th Nov 2006
On Fri, 17 Nov 2006 19:28:30 -0600, "dean-dean"
<dean-(E-Mail Removed)> wrote:

>Try this KB Article:
>
>How to use Registry Editor to identify an unknown PCI device ->
>
>http://support.microsoft.com/kb/298837
>
>(Contrary to the article's "Apply's to" section, the information is
>legitimate for XP, as well.)
>
>Dean


But my unidentified device is USB.
>

 
Reply With Quote
 
dean-dean
Guest
Posts: n/a
 
      18th Nov 2006
Open Device Manager, and on Device Manager's menu click View, then click
"Devices by connection". Expand the trees. Usually USB's are under the PCI
Bus, and are therefore "PCI devices".

Dean

"Fruit2O" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Fri, 17 Nov 2006 19:28:30 -0600, "dean-dean"
> <dean-(E-Mail Removed)> wrote:
>
>>Try this KB Article:
>>
>>How to use Registry Editor to identify an unknown PCI device ->
>>
>>http://support.microsoft.com/kb/298837
>>
>>(Contrary to the article's "Apply's to" section, the information is
>>legitimate for XP, as well.)
>>
>>Dean

>
> But my unidentified device is USB.
>>


 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      18th Nov 2006
<quote>
When a device driver for a device is not available, Device Manager displays
the device as Unknown Device, and places it in the Other devices branch.
This is very common with Universal Serial Bus (USB) and Institute of
Electrical and Electronics Engineering (IEEE) 1394 composite devices. Also,
a status of Error Code 1 or Error Code 10 may be displayed when you view the
properties of the device in Device Manager.

NOTE: Most USB and IEEE 1394 devices are designed to function properly
without additional device drivers, because they are configured by the
drivers included with Windows for these bus types. However, an additional
device driver is needed if the device does not fit the defined and supplied
Windows class drivers. If the bus cannot identify the device, it interprets
the device as a composite device and then reports it as such in Device
Manager.
<quote>
How to troubleshoot unknown devices that are listed in Device Manager in
Windows XP
http://support.microsoft.com/kb/314464

How to troubleshoot unknown devices that are listed in Device Manager in
Windows XP
http://support.microsoft.com/kb/314464

Unknown Devices
Unknown Devices helps you find what those unknown devices in Device Manager
really are.
http://www.halfdone.com/Development/UnknownDevices/

Unknown Devices
http://web.archive.org/web/200502052...nknownDevices/

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Fruit2O <(E-Mail Removed)> hunted and pecked:
> On Fri, 17 Nov 2006 19:28:30 -0600, "dean-dean"
> <dean-(E-Mail Removed)> wrote:
>
>> Try this KB Article:
>>
>> How to use Registry Editor to identify an unknown PCI device ->
>>
>> http://support.microsoft.com/kb/298837
>>
>> (Contrary to the article's "Apply's to" section, the information is
>> legitimate for XP, as well.)
>>
>> Dean

>
> But my unidentified device is USB.


 
Reply With Quote
 
=?Utf-8?B?RGVhbi1EZWFu?=
Guest
Posts: n/a
 
      18th Nov 2006
Here's another way to go at it:

1.Open Device Manager.

2.Open the properties for the device in question. Click the Details tab.
Make sure that "Device Instance Id" is selected in the drop-down menu on this
tab.

3.You will see a string like this one:

PCI\VEN_8086&DEV_2658&SUBSYS....

In this example, 8086 (after VEN_) is the Vendor ID and 2658 (after &DEV_)
is the Device ID.

4.Go to http://pcidatabase.com and type the appropriate numbers/letters into
Vendor Search and Device Search, using the Vendor ID and Device ID that you
just found. In the example above, it was "USB UHCI Controller #1", made by
the "Intel Corporation".

5.Refer to vendor's web site for appropriate drivers for device.

Hope this helps.
Dean

"Fruit2O" wrote:

> On Fri, 17 Nov 2006 19:28:30 -0600, "dean-dean"
> <dean-(E-Mail Removed)> wrote:
>
> >Try this KB Article:
> >
> >How to use Registry Editor to identify an unknown PCI device ->
> >
> >http://support.microsoft.com/kb/298837
> >
> >(Contrary to the article's "Apply's to" section, the information is
> >legitimate for XP, as well.)
> >
> >Dean

>
> But my unidentified device is USB.
> >

>

 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      18th Nov 2006
General USB troubleshooting in Windows XP
http://support.microsoft.com/kb/310575

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:(E-Mail Removed),
Wesley Vogel <(E-Mail Removed)> hunted and pecked:
> <quote>
> When a device driver for a device is not available, Device Manager
> displays the device as Unknown Device, and places it in the Other devices
> branch. This is very common with Universal Serial Bus (USB) and Institute
> of Electrical and Electronics Engineering (IEEE) 1394 composite devices.
> Also, a status of Error Code 1 or Error Code 10 may be displayed when you
> view the properties of the device in Device Manager.
>
> NOTE: Most USB and IEEE 1394 devices are designed to function properly
> without additional device drivers, because they are configured by the
> drivers included with Windows for these bus types. However, an additional
> device driver is needed if the device does not fit the defined and
> supplied Windows class drivers. If the bus cannot identify the device, it
> interprets the device as a composite device and then reports it as such
> in Device Manager.
> <quote>
> How to troubleshoot unknown devices that are listed in Device Manager in
> Windows XP
> http://support.microsoft.com/kb/314464
>
> How to troubleshoot unknown devices that are listed in Device Manager in
> Windows XP
> http://support.microsoft.com/kb/314464
>
> Unknown Devices
> Unknown Devices helps you find what those unknown devices in Device
> Manager really are.
> http://www.halfdone.com/Development/UnknownDevices/
>
> Unknown Devices
>

http://web.archive.org/web/200502052...nknownDevices/
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:(E-Mail Removed),
> Fruit2O <(E-Mail Removed)> hunted and pecked:
>> On Fri, 17 Nov 2006 19:28:30 -0600, "dean-dean"
>> <dean-(E-Mail Removed)> wrote:
>>
>>> Try this KB Article:
>>>
>>> How to use Registry Editor to identify an unknown PCI device ->
>>>
>>> http://support.microsoft.com/kb/298837
>>>
>>> (Contrary to the article's "Apply's to" section, the information is
>>> legitimate for XP, as well.)
>>>
>>> Dean

>>
>> But my unidentified device is USB.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PCI-E Video card shows as "Unknown" device type in Device Manager? =?Utf-8?B?U3BlY3RyZS02Mw==?= Windows XP Hardware 5 13th Oct 2007 07:25 PM
Can't identify "Other Device" in Device Manager Fruit2O Windows XP Customization 6 18th Nov 2006 11:18 PM
Can't identify "Other Device" in Device Manager Fruit2O Windows XP Help 6 18th Nov 2006 11:18 PM
hard drive "device usage" option grayed out in the device manager =?Utf-8?B?bWF0dGhldw==?= Windows XP General 2 11th Aug 2006 02:24 AM
Rogue "USB Human Interface Device" yellow bang in Device Manager Milhouse Van Houten Windows XP Hardware 1 3rd Jan 2004 11:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:45 AM.