Hello.

I've just compiled linux 2.6.28, and wanted to install the latest 1.0.18a
alsa drivers, but I get unresolved symbols when I want to modprobe snd:

snd: Unknown symbol unregister_sound_special
snd: Unknown symbol register_sound_special_device

I followed the instructions on the unofficial wiki, that is:

* I went to /usr/src/linux-2.6.28, copied .config somewhere safe, then make
mrproper, copy back .config and build the kernel and modules, install them;

* then I went to the alsa-driver-1.0.18a source directory, make clean, then
configured the source with

./configure --with-redhat=no --with-suse=no --with-debug=none 
--with-isapnp=auto --with-sequencer=yes --with-oss=yes 
--with-pcm-oss-plugins=yes --with-cards=hda-intel,intel8x0m,usb-audio

The compilation was reported successful; however when I want to modprobe
snd-hda-intel, I get a long list of unresolved symbols.

This driver works ok on the 2.6.27.8 kernel I compiled before the 2.6.28
one. Did something change in the kernel?

-- 
Fabrice DELENTE

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to