What Are Hardware Drivers, and Why Do They Cause So Many Problems?

Share

Africa Studio/Shutterstock

If you’ve experienced a computer crash, a hardware driver may have been the cause. These are pieces of software that your computer’s operating system uses to talk to its hardware. Every operating system—from Windows to Android—uses hardware drivers.

Drivers Are Like Translators For Your Computer

At a fundamental level, two main components comprise a computer—software and hardware. The software is your operating system (OS) and any programs and apps you have installed on it. Your motherboard, RAM, mouse, keyboard, printer, and anything else physical connected to your computer make up the hardware.

Without any help, the software doesn’t know how to talk to your hardware and vice versa. Hardware drivers are bits of software that teach your OS, programs, and apps how to work with your devices. Imagine your OS speaks English, and your hardware speaks German. Hardware drivers, then, are the language interpreter converting English to German and back again.

Manufacturers Make Drivers; Software Developers Use Them

Intel graphics driver properties in Windows

Since drivers handle hardware translation, you might think that means the manufacturers that make hardware make the drivers. That’s true some of the time; chances are the manufacturer made your graphics driver, for instance. But that isn’t always true.

Microsoft (and some manufacturers) provides universal drivers that anyone can use. These drivers offer cost savings and consistency in performance across devices. Skipping the driver creation process empowers the manufacturer to tune its hardware to a well known thoroughly tested driver with specifications that fit the company’s needs. Your mouse, keyboard, and USB drives are likely using generic Microsoft-made drivers, for instance.

Some devices can use generic drivers but may perform better with device-specific drivers. For example, your computer’s graphics card (GPU) can output your desktop to a display with generic drivers, but it needs drivers from its manufacturer—NVIDIA, AMD, or Intel—for optimal 3D gaming performance.

Regardless of who makes the driver, software developers take advantage of and use them. Your text editor or word processor calls the print driver to work with the printer and the graphics driver to display text. Without those drivers, your program doesn’t know how to talk to the printer or monitor to accomplish essential functions like printing and changing the font size. Hardware drivers give software developers a leg up though; they don’t have to learn the ins and outs of hardware language to use the hardware.

The software developer doesn’t have to spend a ton of time reinventing the wheel. If an app needs to print, its developer can implement a basic print function and trust the system’s printer drivers to handle the details. Otherwise, the software developer might need to design a print operation for HP printers, then Brother Printers, and so on.

Read the remaining 14 paragraphs

Source : What Are Hardware Drivers, and Why Do They Cause So Many Problems?