2010/8/20 Jaroslav Kysela perex@perex.cz
On Thu, 19 Aug 2010, Stephen Warren wrote:
I'd like to use/develop-against/patch the ALSA drivers from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
... since I think they're the most up-to-date with patches?
However, that's a complete kernel tree rather than the subset that's available in snapshots at:
ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa/alsa-driver/
I figured I could just grab the above git, and also:
git://
git.kernel.org/pub/scm/linux/kernel/git/tiwai/alsa-driver-build.git
... to build just the ALSA driver modules. However, I can't see how to get gitcompile from there to build the sound subset of a complete kernel tree rather than e.g. something like:
http://git.alsa-project.org/?p=alsa-driver.git;a=summary
Can somebody give me a clue? Thanks very much.
(I guess I could just build the entire kernel, but that's a lot more time than just the audio modules)
You may just create this tree from git repos (do not mix the sources):
alsa/alsa-driver (the alsa-driver.git tree from git.alsa-project.org or Takashi's tree from git.kernel.org) alsa/alsa-kernel (the alsa-kernel.git tree from git.alsa-project.org or Takashi's tree from git.kernel.org)
and do:
cd alsa/alsa-driver ./gitcompile
The script should automatically detect the linux-2.6 tree and do the out-of-kernel compilation.
Jaroslav
The alsa-driver-1.0.23 or latest daily snapshot cannot be build on Fedora 13 on 32 bits machine , but it can be build in Mandriva 2010.1 or Fedora 10
https://bugzilla.redhat.com/show_bug.cgi?id=588350
it does not warn user about need redhat-lsb in Fedora 13
Makefile:535: /usr/src/kernels/2.6.xx.fc13.i686/arch//Makefile: No such file or directory
is there any fix ?