I had problems trying to compile the alsa-geode package with all modules (the default
configuration), it could be the problem with the version of gcc compiler that we are using, so I tried to compile it only with geode support (./configure -- with-cards geode.). It worked but it is missing
some of the support modules (unfortunately I don't remember the names). So, I had to look at which symbols could not be resolved when loading the driver, find the module that contains them (most of them were
in alsa-geode-1.02/kernel/directory), compile the missing modules manually (cd kernel; make../modules/<missing module>.o), copy the new compiled modules into /lib/modules/<version>/misc (or run
make install) and try modprobe snd-card-geode until it get successfully loaded. Good lucks! Greg Temkin ( gt@null-t.org) |