I am a newb to linux and I have gotten nearly all the drivers I needed installed except for my audigy 2 sound card. I have been trying to install emu10k1 but with no success. I uncompressed the files in my home directory under /tmp. I then typed make and get the following:
[root@localhost emu10k1]# make
make -Cscripts
make[1]: Entering directory `/home/fawkes/tmp/emu10k1/scripts'
/lib/modules/2.4.21-0.13mdk/build directory does not exist. Please edit the file 'config'
in this directory and set KERNEL_SOURCE to the correct location of your
kernel source.
You are currently running kernel version 2.4.21-0.13mdk, the source code should
be for this version.
make[1]: *** [get_version] Error 1
make[1]: Leaving directory `/home/fawkes/tmp/emu10k1/scripts'
make: *** [opts] Error 2
I am not sure how I should change the config file so that it is set to the correct location of my kernel source. I read the reamme file and I am unsure what it wants me to do to configure this. I also am unsure what the kernel version is.
What should I do to get this to work? Thank you so much for helping me.
Michael