Stephen Wille Padnos wrote: > The "unknown symbol" error happens before the module has control. The > module itself does no command-line parsing, the variables that are > specified on the command line (such as "cfg="hello") are handled by > insmod. The module data gets changed depending on the insmod/loadrt > command line. > I pretty much guessed that was the case from looking at the code and the error listing. The ppmc driver has a long list of tests it does on the parameters and the condition of the system, but all errors have specific messages and then a return code of -1. And, it didn't send even the first "starting up" message, so I figured it had not gotten control yet.
So, I guess the only hope is to document what could cause this error. I REALLY need to update the ppmc section in the manuals! Soon, I hope! Jon ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
