Why must I install drivers BEFORE plugging in a new peripheral?

8,064

Solution 1

This isnt an unbreakable rule. The main reason to install drivers first is that the device manufacturer knows the drivers did not ship with Windows XP (or whichever OS). You can certainly plug the device in and the world will not implode in a cataclysm of fire. Typically, Windows will complain that it doesnt know what the device is and prompts you to install the drivers. That's it. This could be an issue if you do not know how to install drivers manually. At worst, you have a yellow exclamation point in your device manager signifying that Windows doesnt know what to do with the device.

Some device installation packages should be installed first, as they maintain drivers and software for multiple devices. So, the installer runs and asks you to connect the device. The installer then detects the device and installs the appropriate drivers/apps.

Needless to say, its best to follow the directions that come with your device as to mitigate any known issues that may arise.

Solution 2

Maybe because plugging it in first might result in some default driver getting installed which lacks the options (bloat?) the recommended driver package offers. This is not only likely to confuse a normal user, it is then going to be extra confusing/difficult to teach him/her how to update the driver to the recommended one (resulting in lots of unnecessary support calls). My guess is prevention of this sort of scenario, instead of any real issues as such, is what makes them recommend installing the drivers first, then simply plugging in the device and have it work properly from the get-go.

Share:
8,064
NReilingh
Author by

NReilingh

I like music and computers. 

Updated on September 18, 2022

Comments

  • NReilingh
    NReilingh over 1 year

    I've always found this to be curious about installation instructions for computer peripherals; most commonly, installation of USB hardware in Windows XP.

    Installation instructions typically insist VERY LOUDLY that you MUST install the drivers BEFORE plugging in the peripheral. Last example I saw specifically, a Microsoft Comfort Optical Mouse 3000 shipped with a cardboard tag folded over the USB plug that said "INSTALL DRIVERS FIRST!".

    Why is this necessary? What happens upon plugging in a USB device that so thoroughly screws up your system that the included driver installers are rendered useless?

    • Ramhound
      Ramhound over 11 years
      Its not necessary. I always hook up the equipment and only install drivers if Windows doesn't detect the hardware which allows it to use generic drivers.
    • Konrad Rudolph
      Konrad Rudolph over 11 years
      I’ve never read that, and almost never done it.
    • Synetech
      Synetech over 11 years
      Don’t forget that there is usually no “driver installation program” in and of itself, but rather a full-blown, driver+lots-of-junky-software package. The manufacturer wouldn’t have gone to the trouble of putting together that bloated package if there weren’t something in it for them, so of course they would prefer you install it from the disc rather than install just the bare driver. `:-`
  • NReilingh
    NReilingh over 11 years
    Is it possible that after installing a piece of hardware using built-in drivers, the drivers included with the peripheral will not be able to take precedence over the already-used drivers somehow?
  • Keltari
    Keltari over 11 years
    Driver files have version numbers in their properties. So if the drivers were from the same source, than the newer should always replace the older. If an older driver is trying to replace a newer one, Windows will warn you of that fact.
  • NReilingh
    NReilingh over 11 years
    Right--I'm thinking more of Generic Mouse/Printer Driver vs. Proprietary Mouse/Printer Driver.
  • Keltari
    Keltari over 11 years
    If Windows doesnt recognize the mouse as a proprietary mouse, it will install the generic drivers. If you install the proprietary drivers, it will replace the MS drivers, even if they are newer.
  • Partha Choudhury
    Partha Choudhury over 11 years
    In addition to that, I recall that once that default driver is installed, it would be difficult (not completely impossible, but a really bad user experience) to make Windows disregard this default driver and install the proper one. Installing the drivers first will significantly reduce the number of problems that the user might experience.