On Sat, Aug 30, 2008 at 08:03:59 +0200, Bernd Kloss wrote: > > Lenny > alsa-driver-1.0.17 > Kernel 2.6.26-1-686 > Cirrus Logic cs46xx > > Hello > > for the previous kernel 2.6.25-2-686 I could compile the audiodrivers > without > problems. After kernel-update 2.6.26-1-686 I repeated the same procedure
You are not really giving us a lot of information to work with here. > without errors except the last step > modprobe snd-cs46xx > > Following errors are given back: > > WARNING: Error inserting snd_ac97_codec > (/lib/modules/2.6.26-1-686/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown > symbol in module, or unknown parameter (see dmesg) [...] > DMESG reports: > > [ *725.576042] snd_ac97_codec: Unknown symbol snd_verbose_printk [...] It looks like you recompiled snd_ac97_codec with SND_VERBOSE_PRINTK enabled while using the original 2.6.26-1-686 soundcore module, which has this feature disabled (and hence does not define the function and export the corresponding symbol). Try to add "--disable-verbose-printk" to whatever options you use in the ./configure step of your alsa 1.0.17 driver build process. -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]