According to the steps for setuping my soundcard driver in the following website, I encouter some errors when I "make"
Please indicate what happened. Thank you!!
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Cirrus+Logic&card=.&chip=CS4281&module=cs4281
====================error message============
copying file alsa-kernel/pcmcia/vx/vxpocket.c
patching file vxpocket.c
Hunk #2 FAILED at 73.
Hunk #3 succeeded at 175 (offset -6 lines).
1 out of 3 hunks FAILED -- saving rejects to file vxpocket.c.rej
copying file alsa-kernel/pcmcia/vx/vx_entry.c
patching file vx_entry.c
Hunk #2 succeeded at 151 (offset 4 lines).
Hunk #3 succeeded at 234 (offset 4 lines).
Hunk #4 succeeded at 333 (offset 4 lines).
Hunk #5 succeeded at 387 (offset 4 lines).
make[3]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.7/pcmcia/vx'
make[3]: Entering directory `/usr/src/alsa/alsa-driver-1.0.7/pcmcia/pdaudiocf'
copying file alsa-kernel/pcmcia/pdaudiocf/pdaudiocf.c
patching file pdaudiocf.c
Hunk #2 succeeded at 29 with fuzz 1.
Hunk #3 FAILED at 62.
Hunk #4 succeeded at 80 (offset -4 lines).
Hunk #5 succeeded at 192 (offset -4 lines).
Hunk #6 succeeded at 279 (offset -7 lines).
Hunk #7 succeeded at 377 (offset -7 lines).
Hunk #8 succeeded at 448 (offset -7 lines).
1 out of 8 hunks FAILED -- saving rejects to file pdaudiocf.c.rej
make[3]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.7/pcmcia/pdaudiocf'
make[2]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.7/pcmcia'
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.7'
make -C /lib/modules/2.6.8-2-386/source SUBDIRS=/usr/src/alsa/alsa-driver-1.0.7/kbuild O=/lib/modules/2.6.8-2-386/build modules
make: *** /lib/modules/2.6.8-2-386/source: No such file or directory. Stop.
make: *** [compile] Error 2