Matt Housh wrote:
On Tue, 2007-05-08 at 12:15 -0500, Chris Pemberton wrote:
Has anyone been able to get /usr/ports/opt/alsa-driver to compile on CRUX 2.3.?
[...]
I use the alsa-driver port (1.0.14rc3) with kernel 2.6.20.3 on crux 2.3, works like a charm. No compilation problems so far, just a footprint conflict between alsa-driver and glibc, oddly enough.
Perhaps it'd be more beneficial to pastebin/post the actual problem?
Matt (jaeger@freenode/#crux)
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Interesting...? After reading that it works for you, I tried on my old desktop machine, and it worked. It doesn't work on my laptop, however. Here is the error: ... make[1]: Entering directory `/usr/src/linux-2.6.20.3' /usr/src/linux-2.6.20.3/Makefile:491: /usr/src/linux-2.6.20.3/arch//Makefile: No such file or directory make[2]: *** No rule to make target `/usr/src/linux-2.6.20.3/arch//Makefile'. Stop. make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.20.3' make: *** [compile] Error 2 =======> ERROR: Building '/usr/ports/opt/alsa-driver/alsa-driver#1.0.14rc3-1.pkg.tar.gz' failed. bash-3.2# I've been all through the kernel sources and alsa sources trying to fix this problem; a problem I assumed everyone was having with alsa-1.0.14rc3. But now that I know it works for some kernel configs and not others, I can stop playing with kernel sources and alsa sources and focus on what kernel configs work and which dont. I don't knnow why my laptop kernel config wouldn't work: I have alsa drivers compiled as modules and the kernel compiles without issue. It is just the external alsa that is not working for me on this machine. Thanks, Chris