LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Device drivers ? (https://www.linuxquestions.org/questions/linux-newbie-8/device-drivers-930232/)

elico 02-19-2012 02:56 PM

Device drivers ?
 
Hi all

What are device drivers ?
What purpose do they serve ?
Examples ?

Thanks
Elico

thorkelljarl 02-19-2012 03:18 PM

Homework...

Such a general question is best answered by you searching the Internet. On this forum homework questions fall generally under the category of the forbidden.

http://en.wikipedia.org/wiki/Device_driver

T3RM1NVT0R 02-19-2012 03:23 PM

@ Reply
 
Hi elico,

Welcome to LQ!!!

If you would have typed that in google you would got the answer by now :-)

Anyways here is the link: http://en.wikipedia.org/wiki/Device_driver

Here are the answers to your question in simple terms:

Quote:

What are device drivers ?
Device drivers are softwares which are required by the OS/applicates to communicate with the hardware device.

Quote:

What purpose do they serve ?
They act as a mediator between the OS/application and the hardware device.

Quote:

Examples ?
An easy example would be of printer. You do require a driver when you install printer (Modern printers sometimes does not require that as they come inbuilt in the system). When you send print these drivers translate the instruction which device (printer) can understand and get you the desired output.


All times are GMT -5. The time now is 07:54 AM.