comedi-0.7.68+rtai issue

When I ./configure comedi-0.7.68 with --with-rtai=/usr/realtime <install dir
of rtai>
everything goes fine but i suspect config.h which looks like this.

/* config.h.  Generated by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Comedi major version */
#define COMEDI_MAJORVERSION 0

/* Comedi micro version */
#define COMEDI_MICROVERSION 68

/* Comedi minor version */
#define COMEDI_MINORVERSION 7

/* Define if 8255 support is enabled */
#define CONFIG_COMEDI_8255 true

/* Define if debugging is enabled */
#define CONFIG_COMEDI_DEBUG true

/* Define to enable Comedi's real-time support */
/* #undef CONFIG_COMEDI_RT */

/* Define if kernel is RTAI patched *//* Define if kernel is RTLinux patched
*/
/* #undef CONFIG_COMEDI_RTL */

/* Name of package */
#define PACKAGE "comedi"

/* Define to the address where bug reports for this package should be sent.
*/
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME ""

/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""

/* Define to the version of this package. */
#define PACKAGE_VERSION ""

/* Version number of package */
#define VERSION "0.7.68"
/* #undef CONFIG_COMEDI_RTAI */
-------------------------------
Is that what it is supposed to be ?

Anyway I compiled it further and got it installed..
insmoded comedi.o
But when I tried to load driver module...adv_pci1710.o I get the
following...unres syms
/lib/modules/2.4.24-386/comedi/adv_pci1710.o: unresolved symbol
pci_card_free
/lib/modules/2.4.24-386/comedi/adv_pci1710.o: unresolved symbol
pci_card_data
/lib/modules/2.4.24-386/comedi/adv_pci1710.o: unresolved symbol
select_and_alloc_pci_card
/lib/modules/2.4.24-386/comedi/adv_pci1710.o: unresolved symbol
pci_card_list_init
/lib/modules/2.4.24-386/comedi/adv_pci1710.o: unresolved symbol
pci_card_list_cleanup

What is it that i m missing...any kernel module i need to insmod..or
need to change kernel config??

Horrandous pain in the A !

Komel

Received on 2004-05-14Z11:26:51