RedHatовское ядро и ALSA-1.0.1 или что такое "ломиться в открытую дверь"
Вчера (не без моего участия) возникло обсуждение вопроса "как
скомпилить ALSA для RedHat-ядра".
А оказывается решение этой проблемы описано в файле INSTALL в той же
алсе.
<<
Unresolved symbol with RedHat 9
Run depmod -ae and check which symbol is missing.
If the unresolved symbol is "schedule_work", tihis is because RedHat
shipped the kernel with incomplete implementation of workqueue.
For solving this problem, run the following on the top of alsa-driver
directory:
% touch include/linux/workqueue.h
and run "make clean", "make" again.
Оказалось все так просто. Надо только заглянуть в INSTALL
PS: Для Федоры этот подход (естественно) тоже сработал