Improving Linux Driver Installation (O'ReillyNet)
[Posted September 10, 2004 by ris]
O'ReillyNet
wants to improve Linux driver installation. "
When compiling the
kernel, you can select the drivers you want to use. Linux also has the
capability to compile most drivers into special modules that it will load
only when you use the device. These loadable modules allow the kernel to
load certain drivers only when needed. This is particularly handy with
rarely used devices and removable USB peripherals. Although loading drivers
on the fly is flexible, the user experience of dealing with drivers has
required that users know how to deal with modules, mount disks and devices,
and low-level device information. These requirements have acted as a
barrier to Linux adoption for nontechnical users."
(
Log in to post comments)