On 2009-07-10 16:58:33 -0400, Linuxant Support (Jonathan) wrote: > Hi, > > for the: > > --- > snd_page_alloc: no symbol version for module_layout > --- > > issue, it generally indicate that the kernel modules were built > against kernel headers which are sightly different from the kernel > you are currently using. I don't think this is the reason, as linux-headers-2.6.30-1-amd64, linux-image-2.6.30-1-amd64 and linux-source-2.6.30 all come from the same source package linux-2.6 2.6.30-2 (according to dpkg -s). > For "kernelcompiler.sh" script issue in the HSF current version of > the driver, there are known issues with the "make debprecomp" > feature. I have attached to this post a patch that will hopefully > solve the problem. Thanks. Indeed this solves the problem, but there are other ones in osfloat.c: [...] rm -rf debian/tmp install -d debian/tmp Makefile:451: target `binaries/linux-2.6.30-1-amd64-SMP' given more than once in the same rule. /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osservices.c: In function 'OsInit': /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int' /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osresour.c: In function 'cnxthsf_7800204x86_64full_OsHookInterrupt': /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osresour.c:131: warning: the address of '__this_module' will always evaluate as 'true' /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.c:32: error: field 'i387' has incomplete type /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.c: In function 'hsf_kernel_fpu_begin': /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.c:47: error: invalid lvalue in asm output 0 /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.c: In function 'hsf_kernel_fpu_end': /home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.c:76: error: memory input 0 is not directly addressable make[6]: *** [/home/vinc17/software/hsfmodem-7.80.02.04x86_64full/modules/osfloat.o] Error 1 Regards, -- Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)