USB Device Drivers for removable drives

W

wk2292

I am running Windows XP SP2.

When I plug in certain devices that should be recognized as "removable
drives", USB is asking for device drivers and failing to support the
devices ... since they don't distribute device drivers for them.

I can plug in my mybook 500Gb drive and it works and flash thumb
drives and they work. I plug in my new Lumix camera and windows asks
for a device driver. I can plug the lumix in my wifes PC and it works
like a thumb drive. Same thing happens with a digital photo display
we bought.

I have updated all the intel drivers for USB and deleted and
reinstalled all the USB devices in the system. I have doubled checked
the BIOS (0805) and it is set to support 2.0.

I have searched the microsoft site and asus site for related
problems... no luck.

The interesting thing is the instructions for the camera and the
picture frame both say that the device should show up as a removable
disk, and not need drivers. The two devices work on my wifes computer
just that way, but on mine they are asking for a device driver.

Any ideas?
K-
 
S

smlunatick

I am running Windows XP SP2.

When I plug in certain devices that should be recognized as "removable
drives", USB is asking for device drivers and failing to support the
devices ... since they don't distribute device drivers for them.

I can plug in my mybook 500Gb drive and it works and flash thumb
drives and they work.  I plug in my new Lumix camera and windows asks
for a device driver.  I can plug the lumix in my wifes PC and it works
like a thumb drive.  Same thing happens with a digital photo display
we bought.

I have updated all the intel drivers for USB and deleted and
reinstalled all the USB devices in the system.  I have doubled checked
the BIOS (0805) and it is set to support 2.0.

I have searched the microsoft site and asus site for related
problems... no luck.

The interesting thing is the instructions for the camera and the
picture frame both say that the device should show up as a removable
disk, and not need drivers.  The two devices work on my wifes computer
just that way, but on mine they are asking for a device driver.

Any ideas?
K-
You could check on this web site: http://www.uwe-sieber.de/usbtrouble_e.html
 
P

Paul

I am running Windows XP SP2.

When I plug in certain devices that should be recognized as "removable
drives", USB is asking for device drivers and failing to support the
devices ... since they don't distribute device drivers for them.

I can plug in my mybook 500Gb drive and it works and flash thumb
drives and they work. I plug in my new Lumix camera and windows asks
for a device driver. I can plug the lumix in my wifes PC and it works
like a thumb drive. Same thing happens with a digital photo display
we bought.

I have updated all the intel drivers for USB and deleted and
reinstalled all the USB devices in the system. I have doubled checked
the BIOS (0805) and it is set to support 2.0.

I have searched the microsoft site and asus site for related
problems... no luck.

The interesting thing is the instructions for the camera and the
picture frame both say that the device should show up as a removable
disk, and not need drivers. The two devices work on my wifes computer
just that way, but on mine they are asking for a device driver.

Any ideas?
K-

The BIOS influences the lowest layers of operation. But other parts
are covered by the OS.

The following is not intended to cure your problem (as there aren't a
lot of details to go on, like exact model numbers for the devices
and such):

You can observe the enumeration of a plugged in USB device with this.
It handles more than just "video class devices" and can be used for
general purpose USB debugging. The tool displays what the device is
declaring in its config information.

http://www.microsoft.com/whdc/device/stream/vidcap/UVCViewdwn.mspx

Devices have classes, and presumably that is how Windows decides what
built-in drivers to use, to further probe the device for information.
For example, video devices, like webcams, have a pretty complicated
enumeration and a ton of features. This page lists some of the classes
of devices. The "Mass Storage" one should be a familiar one, and
that is the one used for your MyBook.

http://www.usb.org/developers/defined_class

Now, USB has evolved after your original release of Windows was created.
That means it is possible, that support for certain classes was
added by means of WinXP Service Packs or other updates. Using
Windows Update would be one way to acquire all of that stuff.
Starting with a WinXP SP2 installer disk, to install the OS,
would cur down on the volume of stuff to be acquired from
Windows Update (if you were on dialup perhaps).

As an example, here is support for a certain class of USB devices.
I cannot tell from this, whether it first came out in SP2 or
was a separate download. I'm only using this to illustrate
how some things may get added to an OS, after the original
OS was released.

http://support.microsoft.com/kb/828756/en-us

If I knew of a way, to display a table of "base class" versus
OS support for it, I would have given it to you by now :)
For blind coverage, bringing the OS up to date with Windows
Update, is about the best you can do.

There is a table here (Table 2), of USB class versus OS supporting it,
but the lazy buggers didn't write the Service Pack necessary
to get it, next to the OS.

http://www.microsoft.com/whdc/system/bus/usb/USBFAQ_intro.mspx

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top