It looks like a possible configuration problem to me.

Maybe your gcc version doesn't match the gcc version that compiled
your kernel and your kernel modules (check: gcc --version ; cat /proc/version).

Maybe there was a problem with the command-line arguments you used for
./configure.

Try this example, assuming you have a Hammerfall Light RME-9652 soundcard
and your kernel source directory is /users/me/kernel/linux (check the kernel
versions match between /users/me/kernel/linux and uname -sr)

  cd alsa-driver-1.0.0rc2
  ./configure --with-isapnp=yes --with-cards=virmidi,rme9652,mpu401 
--with-sequencer=yes --with-oss=yes --with-kernel=/users/me/kernel/linux

Finally, perhaps you could try unpacking the ALSA driver source into a
new directory and doing "make clean"

William


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to