Hi Rich,
I got the old driver to auto-install ! !, doing the same mod's we did before to the "start" script ! ! Even better, I was able to get both mt_logger and mt_adc to properly compile too ! !, I had to copy a bunch more header files into place though, but, wow, this is awesome...
In Slackware, when I start the acquisition program, there's an icon on the desktop labeled "MT Logger", I right click on it and then hit execute, after doing that two terminal windows pop up, one for MT_Logger, and another for MT_adc, and then lastly a graphical time series viewer/acquisition setup window pops up over top of the two terminal windows.
I think I need to somehow find out if that icon on the desktop in Slackware is linked to a script file, and then see what's in the script file, in order to properly start the acquisition program ?
I think mt_logger starts first, and then mt_adc starts second.
So I tried to start mt_logger in TinyCore by typing "sudo ./mt_logger" but it (mt_logger) couldn't find a config file it needs, it was looking for "/home/pete/config/mt_logger.conf" and then got a segmentation fault cause of course that directory and file don't exist (I can get the config file off one of my working receivers though).
I looked in a program called "setup.c" in the mt_logger directory and a structure is defined in there, in which a character variable called "filename" exists, but that path above (to the config file) is never shown anywhere, anyway, I just have to figure out some of these types of things and hopefully can get the acquisition code going, this is very exciting, would not have been able to get anywhere this close w/o all your help, thanks a lot, you'll probably be relieved to be almost done with me ! !
Hopefully there aren't any "gotcha's" lurking ahead w.r.t graphical windows type of stuff, I guess we'll see.
Thanks,
David