Click to See Complete Forum and Search --> : WOLK kernel and ALSA


hyp_spec
07-24-2003, 12:53 AM
OK, so I finally have my new WOLK 4.0s kernel up and running, but now I can't get ALSA to compile. I'm getting some error about proc_fs or something. And it seems that theres a newer WOLK kernel out, but not a full source version and I don't know how to patch the kernel, its a tar.bz2 kernel can anyone help?


In file included from memalloc.c:28:
/lib/modules/2.4.20-wolk4.0s/build/include/linux/proc_fs.h:216: redefinition of `PDE'
/root/alsa-driver-0.9.4/include/adriver.h:127: `PDE' previously defined here
make[1]: *** [memalloc.o] Error 1
make: *** [compile] Error 1


slackware9

Darkbolt
07-24-2003, 12:59 AM
to patch the kernel, decompress the patches then run
patch -p1 < /path/to/patchfile.patch I believe (man patch to make sure)

The wolk kernel in general has problems with alsa, it's possible to get it working, but not easy from what I've heard. Unfortunetly I havent tried to get it working (I'm also using the wolk kernel on slackware)

Try doing some searches on google for something like "Wolk kernel alsa compile"