OpenMoko Webcam

Rask Ingemann Lambertsen rask at sygehus.dk
Sun Jan 25 22:40:44 CET 2009


On Wed, Jan 14, 2009 at 12:27:03AM +0100, Rask Ingemann Lambertsen wrote:
[...]
> $ make M=sound modules
> (10 minutes go by)
> 
> Install the sound modules:
> $ su root
> # make M=sound modules_install
> # exit

   That part doesn't quite work as intended. The sound modules end up in
/lib/modules/<version>/extra instead of /lib/modules/<version>/kernel/sound.
Try this instead:

$ make oldconfig && make prepare
(FIXME: (Why) do we need 'make oldconfig'?)
$ make M=sound modules
(10 minutes go by)

Install the sound modules:
$ su root
# make M=sound INSTALL_MOD_DIR=kernel/sound modules_install
# exit

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year



More information about the support mailing list