Device Driver Updates

November 16th, 2007 by Markus Leave a reply »

I recently had to update a device driver in my older laptop, so I thought today I would discuss in laymans terms what a device driver is and the best way to update them.

A device driver, or software driver is a computer program allowing higher-level computer programs to interact with a computer hardware device.

A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware is connected. When a calling program invokes a routine in the driver, the driver issues commands to the device.

Click here to read the full article;

Related posts:

  1. Driver Errors
  2. 0x0000000A Error in Windows XP
  3. Easily Update Your Drivers
  4. How to Update Vista Drivers
  5. Microsoft’s New Updates
Advertisement

Leave a Reply

You must be logged in to post a comment.