Comment 37 for bug 8050

Revision history for this message
Thomas Hood (jdthood) wrote :

> get someone to sync userland

I don't know what is required for Ubuntu -- I'm just one of the
Debian maintainers. However it might be useful if I pointed out
that adding these entries to the module loader config:

    options snd-atiixp-modem index=-2
    options snd-bt87x index=-2
    options snd-bt87x-overclock index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2

can be done before the ALSA drivers are patched; they will have no
effect because, without the patch, ALSA interprets all negative
values for "index" the same way and the default value is -1.
Conversely, the kernel can be patched without adding these entries.
So there is no need to make the kernelland and userland changes in
sequence.