[oclug] sound driver in kernel
Bart Trojanowski
bart-oclug at jukie.net
Mon Aug 26 07:12:34 EDT 2002
* Bob Lockie <bjlockie at lockie.ca> [020826 01:00]:
>
> If I compiled ALSA sound support into my kernel, how do I tell which
> version is in there?
> Assuming it is not the latest version then how would I compile the
> latest ALSA source into the kernel?
I assume ALSA is in modules on your system... try strings on your snd.o file.
$ strings /lib/modules/2.4.19-rc3-ac4/misc/snd.o | grep '^Sound Driver'
Sound Driver:3.8.2-980706 (ALSA v0.5.12a emulation code)
^^^^^^^ that's the version
To compile the latest modules you would have to grab the latest sources
of ALSA, untar them, run `./configure', then `make', and finally `make
install'.
To get the sources go to... http://www.alsa-project.org
B.
--
WebSig: http://www.jukie.net/~bart/sig/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://tux.oclug.on.ca/pipermail/oclug/attachments/20020826/a2d6dda0/attachment.bin
More information about the OCLUG
mailing list