Close AD
Tag : usb device not recognized (1 posts) - Chintan Patel's Blog

Chintan Patel's Blog
Home | Archive | Links | Contact Sign In | Sign Up

About Author

Chintankumar Patel
09 Jun, 2008

Contact Me  

Working as a Technical Consultant for Conchango.

Having experience in to IT from 7+ years and working on Microsoft Technologies

Archive

2008 Oct   (3)
2008 Sep   (6)
2008 Aug   (1)
2008 Jul   (2)
2008 Jun   (7)

Recent Posts

What's New in the .NET Framework 2.0 ?
Comments : 0
Not Rated  
How to work with partitions in Windows Vista / XP when Disk Management doesn’t work
Comments : 0
Not Rated  
How to resize a partition in Windows Vista?
Comments : 0
Not Rated  
Top 10 tricks for handling null values in Microsoft Office Access
Comments : 0
Not Rated  
What is Vista's ReadyBoost and SuperFetch Technology
Comments : 0
Not Rated  
What is YouTube? - An introduction to the YouTube.com
Comments : 1
Not Rated  
SQL DATEDIFF Function - Applies to MS SQL Server and MS Office Access
Comments : 0
Not Rated  
Booting from USB Pen/Key/Flash Drive (Windows/Linux)
Comments : 1
Not Rated  
How to Convert FAT/FAT32 to NTFS file system
Comments : 0
Not Rated  
Resizing Images to match it's Scale in C# .Net
Comments : 5
Not Rated  

Categories

.Net Graphics   (2)
.Net Technology   (6)
ASP.Net   (1)
General   (1)
Microsoft Access   (1)
Microsoft Visual Studio   (1)
Microsoft Windows   (4)
SQL   (1)
USB   (1)
Windows Vista   (1)

Tags

.Net , .Net Framework 2.0 , .Net Graphics , Asp.Net , Boot , C# , Class Library , Coding Standards , Convert File System , Database , DATEDIFF , DATEDIFF Function , Disk Management , Embedded Resources , EnableEventValidation , EnableViewState , EncoderParameter , FAT32 to NTFS , Form Authentication , HDD , High Quality Thumbnail , Intellisense , Linux , Microsoft Access , Microsoft's SQL , Partition , ReadyBoost , ReSharper , Resize Image , Resize Partition , Security , SQLDataReader , SuperFetch , USB , Usb device not recognized , Vista , Visual Studio 2005 , What's New , Windows , Windows Application , Windows Errors , Windows Vista , Windows XP , YouTube

Tag : usb device not recognized (1 posts)

Usb device not recognized - One of the USB devices attached to this computer has malfunctioned : Windows XP Error

Usb device not recognized - One of the USB devices attached to this computer has malfunctioned : Windows XP Error

Fri, 25 Jul, 2008

 

The Problem

While reconnecting the USB device you may face the following error
The contents of the error message in the little message balloon says

"Usb device not recognized"
"One of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message."

If you try clicking the message but the troubleshooting assistance is of no help

I tried it on several Windows 2000 machines and two other Windows XP machines and it worked on all of them, so I concluded that it had something to do with computer rather than my hopes that it was just a faulty flash drive that I could exchange to solve the problem.

I did some research online and learned that sometimes the USB ports located on the front of the case don’t have enough power for some USB devices. Sure enough, when I tried copying the exact same directory with the flash drive plugged into one of the USB ports in the back, it worked several times in a row.

The Solution

Here is the solution that worked for me...

1) Remove all oem*.inf files

    1. Click start and click run then under the run line type in the command "cmd" (without the quotation marks)
    2. In the command line, type in the following (without the quotes) and press enter after each command:
       "cd \windows\inf"
       "ren infcache.1 *.old"
       "ren oem*.inf *.old"
       "del C:\windows\setupapi.log"


2) Removing all entries under HKEY_LOCAL_MACHINE/Enum/USB that start with "VID"

     Removing the VID entries from the registry will cause them to be redetected at restart.
    CAUTION: If you have a USB keyboard or mouse, do not remove the VID entry for these devices, otherwise, Windows may not restart correctly.

    1. Click Start and click Run. Type regedit and click OK. The Registry Editor window will open.
    2. Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\USB.
    3. Highlight and delete all the VID_…. entries.
       Permissions may be set allowing the deletion of the VID_ entries by following the steps below:
       a)Right-click the key to be deleted, and then click Permissions. The VID_… Permissions window will open.
       b)With Everyone highlighted in the Group or User name section, select Full Control in the Permissions section.
       c)Click Apply, and then click OK.
    4. Turn off the computer.

3) Reconnect the USB device to the computer system: 

    1. With the computer system turned off, reconnect the USB hub to the the USB port.
    2. Restart the computer.
    3. A New Hardware Detected window should open and reload the drivers.

  

Usb device not recognized - One of the USB devices attached to this computer has malfunctioned : Windows XP Error


Powered by NineOn Inc.