Thank you so much Rich and Juanito, that worked !, some progress, I was using the wrong path in the symbolic link, I think (hope) it should be good now, I think I just need to change "insmod" command in the "start" script with "modprobe" and hopefully that will work 100 percent.
After doing the symbolic link with the right path, I can now build the 24dsi.ko module (awesome !) in the "pre-built" RT kernel but it unfortunately fails to load the module with "insmod", I'm seeing now an error later on in the build process when it actually tries to load the module;
Driver loading: 24dsi ...
insmod: can't insert 'home/tc/24dsi.4.11.91.32.0/24dsi/./driver/24dsi.ko': Invalid module format
--->ERROR<---: Unable to load module.
Darn-it, have to go to work now, maybe I should do the "auto-load" modifications to the start script, which includes replacing insmod with modprobe, and then see if that loads the module okay ?
Thanks,
David