- From: Matthew A Swabey <mas01r_at_ecs.soton.ac.uk>
- Date: Fri, 15 Oct 2004 15:31:41 +0100 (BST)
Looks to me that the linux src tree and the kernel you are using are not the same. Happened to me when I was trying to build another project, namely HOSTAP. A good way to solve this is to roll a complete kernel and build that, and then using it install comedi. This gauranteed that your linux src tree is in full working order. The other way is well described in the docs. for example I can tell you that the module you have build was built in a source tree configured for a multiprocessor Pentium 4 with preemption, while the kernel currently running is a multiprocessor pentium or better. Something in your kernel build tree is wrong. Matthew On Fri, 15 Oct 2004, Lars Schneider wrote: > Hi, > > After several attempts I finally installed comedi 0.7.69 and comedilib 0.7.22 > on my system (SuSE 9.0 with kernel 2.6.8, NI-PCI6035E) successfully. > > But I'm failing to configure my device. Doing "comedi_config -v /dev/comedi0 > ni_pcimio" gives following result: > > configuring driver=ni_pcimio > 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, > Configure failed!: Input/output error > Check kernel log for more information > Possible reasons for failure: > Driver not found > > If I use modprobe following error occurs: > > FATAL: Error inserting ni_pcimio (/lib/modules/2.6.8.1-comedi/comedi/ > ni_pcimio.ko): Invalid module format > > dmesg gives: > > No module found in object > ni_pcimio: no version for "struct_module" found: kernel tainted. > ni_pcimio: version magic '2.6.8.1-comedi SMP preempt PENTIUM4 4KSTACKS > gcc-3.3' should be '2.6.8.1-comedi SMP 586 REGPARM gcc-3.3' > No module found in object > comedi: valid board names for 8255 driver are: > 8255 > comedi: valid board names for 8255 driver are: > 8255 > comedi: valid board names for 8255 driver are: > 8255 > No module found in object > > > I allready tried lots of things to overcome the proplem without success. > So I hope someone can help me with that problem. > > Thanks, Lars > > > _______________________________________________ > comedi mailing list > comedi_at_comedi.org > https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi >
Received on 2004-10-15Z13:31:41