Comment 17 for bug 200693

Revision history for this message
angel (qresdor) wrote :

Following instructions at http://redmonk.com/sogrady/2008/04/29/sog-1-busted-sound-0-getting-audio-working-on-the-x300-under-ubuntu/
I compiled a new version of alsa, with no change (using the 5.16 alsa release).

When trying to "modprobe snd_hda_intel" I got the error:

    FATAL: Error inserting snd (/lib/modules/2.6.24-16-generic/kernel/sound/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)

however, I am running a 64 bit kernel, and have soundcore.ko (compiling a new one made no difference).

dmesg gives the following hint:
[ 842.887255] snd_hda_intel: Unknown symbol snd_ctl_add_slave
[ 842.888607] snd_hda_intel: Unknown symbol snd_ctl_make_virtual_master

Where to go from here?