|
DAL Computer Help
» Hardware
» Drivers
»
USB Device Not Recognized
USB Device Not Recognized |
|
|
|
HEY! You're
not logged in which is
fine if you simply want to browse for answers, however if you
want
to post your
own Questions and hangout here you need to Register! ...Registration
takes 2 minutes and is completely free. If
you have already registered simply log in using
the form to the right. |
23-02-2008, 11:10 AM
|
#1 (permalink)
|
|
D-A-L Newbie
Status: Newbie
Join Date: Feb 2008
Posts: 12
|
USB Device Not Recognized
Hello Friends!!
I have a Transcend USB 2.0 Flash Drive. Its a 2GB Pen Drive (JetFlash V30). The Model No is TS2GJFV30. I know that when i plug this USB drive in a USB port, the drivers for this device are automatically installed (except in Windows 98SE, where you have to first install its driver). But in the later version of Windows, you need not install the device driver as it is installed automatically when the device is plugged in. I am using Windows 2000. When i plug this device in my system's USB port, i get the message, "USB Device not Recognized". I have tried plugging in this device in Windows XP too, but there also i get the same message. I am sure that my USB port is working and is in good condition as i can use other USB Devices in the same USB ports. I have tried reconnecting the device as well as uninstalling it and then reinstalling it from the Device Manger. However sometimes this USB Device works, as the drivers get installed. What should i do now, so that i can get back my USB device to work in good condition? Is there a problem in my USB Device? Why do this problem occurs? Please help.
|
| Advertisement - Register to remove Ads its free! |
|
|
26-02-2008, 07:12 PM
|
#2 (permalink)
|
Status: D-A-L Canadian Contingent
Join Date: Mar 2005
Posts: 2,815
|
Re: USB Device Not Recognized
" However sometimes this USB Device works, as the drivers get installed."
I've downloaded the user manual for your drive. As you stated, drivers are only required for 98SE. System requirements are;
Win2000 w/ SP4
WinXP w/SP2
I gather you have these Service Packs installed for each of these O/S's.
Are there any yellow exclamation marks in Device Manager for any of your USB elements ( without the drive connected to the machine)?
Are there any yellow exclamation marks in Device Manager for any of your USB elements ( with the drive connected to the machine)?
Have you checked your machines bios to ensure any USB elements are enabled?
(I gather they are as you state it "sometimes" works.)
When it does work, have you formatted the drive?
__________________
It's a good day when you learn something
-----------------------------------------------------------
Location: Alberta, Canada
>>>> D-A-L Site and Help Forums Rules <<<<
As stated in the rules (Section B, 3.), do not Private Message staff members for help.
Please post your problem in the appropriate forum.
When your problem is publicly posted, site members on the forums
can contribute possible solutions and/or benefit from posted solutions.
As also stated in the rules (Section B, 6.) please do not Hijack other members posts.
D-A-L Hardware Scan
|
26-02-2008, 09:42 PM
|
#3 (permalink)
|
|
D-A-L Newbie
Status: Newbie
Join Date: Feb 2008
Posts: 12
|
Re: USB Device Not Recognized
my o/s is windows xp with sp2. there are no yellow exclamation marks in Device Manager for any of my USB elements (without the drive connected to the machine). however when i connect my pen drive, the device manger reports my pen drive as "Unknown Device" and in the properties i find written, "There are no drivers installed for this device". sometimes when i connect tht pen drive it shows an yellow exclamation mark in device manger. my usb elements are enabled from my BIOS. i think my pen drive has corrupted??? wht do u say??
|
27-02-2008, 01:07 AM
|
#4 (permalink)
|
Status: D-A-L Canadian Contingent
Join Date: Mar 2005
Posts: 2,815
|
Re: USB Device Not Recognized
It is possible it's been corrupted.
When it shows (in Device Manager) as an "Unknown Device", can you right click on it and attempt to load/roll-back the drivers for it? (ie; Are these options there?)
Can you attempt to format it? (If so, you'll loose whatever data is on it.)
__________________
It's a good day when you learn something
-----------------------------------------------------------
Location: Alberta, Canada
>>>> D-A-L Site and Help Forums Rules <<<<
As stated in the rules (Section B, 3.), do not Private Message staff members for help.
Please post your problem in the appropriate forum.
When your problem is publicly posted, site members on the forums
can contribute possible solutions and/or benefit from posted solutions.
As also stated in the rules (Section B, 6.) please do not Hijack other members posts.
D-A-L Hardware Scan
|
27-02-2008, 05:16 PM
|
#5 (permalink)
|
|
D-A-L Newbie
Status: Newbie
Join Date: Feb 2008
Posts: 12
|
Re: USB Device Not Recognized
i want to share with u an article which i had found in some troubleshooting forum for "USB device not recognized". The article is as follows:
I found a fix for USB devices not working, actually came from Microsoft technicians. Apparently there's a problem with the Intel USB chipsets going flakey
Step 1: Remove Hidden Devices
1. Open a Command Prompt.
2. Type "set DEVMGR_SHOW_DETAILS=1" (without quotation marks) and press Enter.
3. Type "set DEVMGR_SHOW_NONPRESENT_DEVICES=1" (without quotation marks) and Press Enter.
4. Type "start devmgmt.msc" (without quotation marks) and click press Enter.
5. Click View. Click Show hidden devices.
6. Click "+" to expand devices, Unknown devices and USB devices.
7. Are there any devices and unknown devices (including grayed out devices)? If so, please right click it and click Uninstall them.
Step 2: 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"
"exit"
Step 3: Removing all entries under HKEY_LOCAL_MACHINE/Enum/USB that start with VID using REGEDIT.
Removing the VID entries from the registry will cause them to be redetected at restart.
CAUTION: If you have a USB keyboard, mouse, scanners, and other things you know are working, 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\U SB.
3. Highlight and delete all the VID_.... entries for usb devices that you cannot identify. Remember not to delete the entries mentioned above.
You may not have permssion to delete keys, do the following.
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.
5. Restart your compuer.
Step 4: Reconnect the USB device that was not previously working. Windows should automatically rerinstall the drivers.
After going through this article, I applied this on my system. I found that my pen drive is working fine in my laptop, but not working in other systems. I had applied that solution on my system. In other systems I have not applied this solution. Now what do u think , what may cause the problem?
When it shows (in Device Manager) as an "Unknown Device", I can right click on it and attempt to load/roll-back the drivers for it (ie; Are these options there?). But when i do this, nothing happens. I mean the computer reports that device as "Unknown Device". I can format the pen drive, but Windows is not reading my pen drive. (ie; In My Compter, i am unable to view my pen drive.
What shall I do now?
|
27-02-2008, 07:40 PM
|
#6 (permalink)
|
Status: D-A-L Canadian Contingent
Join Date: Mar 2005
Posts: 2,815
|
Re: USB Device Not Recognized
OK, lets back the truck up and pose a few questions.
First, from your last post; "After going through this article, I applied this on my system. I found that my pen drive is working fine in my laptop, but not working in other systems. I had applied that solution on my system. In other systems I have not applied this solution.
How many "systems" (and what O/S on each) are you talking about? (From your previous threads on these forums I know you have a Win2000 system, and apparently a WinXP system.)
Laptop system is pretty clear, that's one, and it works with the flash drive. For clarity, lets call this System 1. (Above mentioned fix has not been applied.) Also, since the flash drive works here, we can assume it hasn't been "corrupted".
Please define "my system" (Win2000?, System 2?, above mentioned fix has been applied.), and, "other systems" (WinXP?, System(s) 3 + 4 +5?, above mentioned fix has not been applied.).
For troubleshooting, you don't want to "jump around", trying "this and that" in different combinations on different machines. Try one specific thing, one one machine at a time.
That being said, please clarify the above questions.
Since the flash drive works on the Laptop system, let's eliminate this system from the equation for now.
Second, ("my system", Win2000?) how old is this machine? As this flash drive is new, is the motherboard chipset driver and USB driver the latest available? Visit the web site for your motherboards manufacturer and make sure you have the latest drivers. Also check for a newer version of the BIOS. Flashing your BIOS should be a last resort for resolving the problem, but it may be the solution. If an updated bios exists, download it and save it somewhere safe for now.
How many USB devices are you running on this machine (in addition to the flash drive)?
If any, are all devices (including the flash drive) connected directly to the motherboard USB ports, or are you using an add-in USB card (PCI etc), or a USB HUB?
If an add-in card, are the drivers the latest for it?
If a HUB, is the HUB a powered HUB?
__________________
It's a good day when you learn something
-----------------------------------------------------------
Location: Alberta, Canada
>>>> D-A-L Site and Help Forums Rules <<<<
As stated in the rules (Section B, 3.), do not Private Message staff members for help.
Please post your problem in the appropriate forum.
When your problem is publicly posted, site members on the forums
can contribute possible solutions and/or benefit from posted solutions.
As also stated in the rules (Section B, 6.) please do not Hijack other members posts.
D-A-L Hardware Scan
|
 |
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 06:54 AM.
|
|