built-in USB drivers

Dan Williams dcbw at redhat.com
Mon Feb 9 15:43:56 UTC 2009


On Sun, 2009-02-08 at 16:06 +0100, Philippe Carriere wrote:
> Hi,
> 
> since Fedora 10, USB drivers (more precisely, ehci-hcd for which a
> patch is required to be snd-ubs-us112l - alsa-1.0.18 - compatible) are
> "built-in" in the official kernel package.
> For previous releases (F9), USB drivers always were modules, with the
> advantage that providing a patched module (using kmod rpmfusion
> framework) just required, after installing the kmod rpms, to
> disable/enable the module.
> 
> I do not know the motivation of Fedora developers for choosing
> built-in rather than module in the pre-compilation configuration: is
> it indeed unavoidable ? Or does it exist a fairly simple way (I found
> nothing like this in documentations) to disable a built-in driver so
> as to replace it by a module, avoiding lengthy kernel compilation for
> just a few modified lines ?

Building modules in speeds up boot times.  Obviously you only want to
build in modules that almost all of the machines of a certain
architecture are likely to need.  The USB host controller drivers are
probably the best candidate for this.

My suggestion would be to encourage the upstream ALSA maintainers to
accept the patch necessary for your hardware, and then that patch will
find its way into the Fedora kernel when the ALSA folks push updates to
Linus.

Dan





More information about the fedora-devel-list mailing list