Thank you for help,

I've reinstall modules but it still doesn't work. Researching the above error, dmesg shows:

mISDN_dsp: Unknown symbol mISDN_clock_get (err 0)

I've noticed that make command get some warnings in file clock.c which contains mISDN_clock_get.

/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:116:1: warning: data definition has no type or storage class [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:116:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’ [-Wimplicit-int]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:116:1: warning: parameter names (without types) in function declaration [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:138:1: warning: data definition has no type or storage class [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:138:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’ [-Wimplicit-int]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:138:1: warning: parameter names (without types) in function declaration [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:191:1: warning: data definition has no type or storage class [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:191:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’ [-Wimplicit-int]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:191:1: warning: parameter names (without types) in function declaration [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:216:1: warning: data definition has no type or storage class [enabled by default]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:216:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL’ [-Wimplicit-int]
/home/rivas/GSM/mISDN/standalone/drivers/isdn/mISDN/clock.c:216:1: warning: parameter names (without types) in function declaration [enabled by default]

I don't know how to resolve that...

2012/6/25 Don Fanning <don@00100100.net>
FATAL: Error inserting mISDN_dsp (/lib/modules/3.2.0-24-generic-pae/extra/mISDN_dsp.ko): Unknown symbol in module, or unknown parameter (see dmesg) 

This means your modules do not match the kernel or associated libraries as the kernel sees symbols it has no idea how to interpret.  You need to clear out all the mISDN modules and start recompiling/installing again to make sure you have the matched modules being loaded.

On Mon, Jun 25, 2012 at 10:11 AM, Arturo Rivas <pfc.rivas@gmail.com> wrote:
Did you load mISDN_dsp.ko?