On Fri, 2005-01-21 at 12:03 +1100, Shayne O'Connor wrote:
what's the proper way to apply the patch?
i cd'd to the alsa-driver source directory and did this:
"patch -p1 < ../emu10k1-multichannel-v002.patch"
and it gave output saying that it patched successfully.
then i did "make; sudo make install", ran the snddevices script, then ran:
"/sbin/modprobe snd-emu10k1;/sbin/modprobe snd-pcm-oss;/sbin/modprobe
snd-mixer-oss;/sbin/modprobe snd-seq-oss"
Well, if ALSA is installed as modules, you have to rmmod them all before
doing "modprobe snd-emu10k1".
Use lsmod to verify that all your ALSA modules are unloaded, then
install the patched ALSA modules and load them.
Lee