Drivers are software programs that enable operating systems and programs installed on them to communicate with various hardware devices, controllers, and peripherals connected to your computer. 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. Once the device sends data back to the driver, the driver may invoke routines in the original calling program.
Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.
Some places where a driver is used on your computer include;
* Printers
* Video adapters
* Network cards
* Sound cards
* Local buses of various sorts - in particular, for bus mastering on modern systems
* Low-bandwidth I/O buses of various sorts (for pointing devices such as mice, keyboards, USB, etc.) computer storage devices such as hard disk, CD-ROM and floppy disk buses (ATA, SATA, SCSI)
* Implementing support for different file systems
* Implementing support for image scanners and digital cameras
With so many different devices and controllers installed on your system there can be numerous reasons for errors and your drivers not to be working. Some possible problems causing your drivers to not work include;
* The device is not properly connected to your computer
* The driver you have installed itsealf is faulty
* The driver is poorly designed
* The driver is incompatible with your operating system
* There are problems with the recent driver update
* There is a hardware conflict within your system
To fix up most of the problems associated with driver errors you must run a registry scan to search and delete any corrupted drivers, click the link below to start running you registry scan.
Posring Id4_dani
Thursday, January 8, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment