when i run sudo install i get this error
---------------------------------------
inux:/home/linux/alsa-driver-1.0.9 # sudo make install
find /lib/modules/2.6.13-15-default/kernel/sound -name 'snd*.*o' | xargs rm -f
make[1]: Entering directory `/home/linux/alsa-driver-1.0.9/acore'
mkdir -p /lib/modules/2.6.13-15-default/kernel/sound/acore
cp snd-hpet.ko snd-hwdep.ko snd-page-alloc.ko snd-pcm.ko snd-rawmidi.ko snd-rtctimer.ko snd-timer.ko snd.ko /lib/modules/2.6.13-15-default/kernel/sound/acore
cp: unknown status "snd-hpet.ko": file or directory doesn't exist
cp: unknown status "snd-hwdep.ko": file or directory doesn't exist
cp: unknown status "snd-page-alloc.ko": file or directory doesn't exist
cp: unknown status "snd-pcm.ko": file or directory doesn't exist
cp: unknown status "snd-rawmidi.ko": file or directory doesn't exist
cp: unknown status "snd-rtctimer.ko": file or directory doesn't exist
cp: unknown status "snd-timer.ko": file or directory doesn't exist
cp: unknown status "snd.ko": file or directory doesn't exist
make[1]: *** [modules_install] error 1
make[1]: Leaving directory `/home/linux/alsa-driver-1.0.9/acore'
make: *** [install-modules] error 1
--------------------------------------------

any one know how to solve this?