ドライバーとはなんですか?
Devices are the physical “parts” of your computer. They may be external like printers and monitor or internal like graphics and audio cards.
これらのデバイスをコンピューターで利用できるようにするには、デバイスとどのように通信するかを知る必要があります。これをデバイスドライバーと呼ばれるソフトウェアが行います。
When you attach a device to your computer, you must have the correct driver installed for that device to work. For example, if you plug in a printer but the correct driver is not available, you will not be able to use the printer. Normally, each model of device uses a driver that is not compatible with any other model.
Linuxでは、多くのデバイスドライバーが標準でインストール済みのため、デバイスを接続すれば動作するでしょう。しかし、ドライバーは、手動でインストールしなければならないこともあれば、まったく利用できないこともあります。
In addition, some existing drivers are incomplete or partially non-functional. For example, you might find that your printer cannot do double-sided printing, but is otherwise completely functional.