>>> Appreciated if you could help. Do you have any idea on how to turn on >>> the openipmi driver debug message in order for us to print out the raw >>> byte that it send thru KCS? Thanks a lot. J >>> >> You have to set #defines and recompile the driver. However, that won't >> help you in this case... >> > Thanks a lot Corey, I got it. Btw, may I know what variable I need to > define to turn on the debug mode? In which file? Thanks a lot.
ipmi_kcs_sm.c:module_param(kcs_debug, int, 0644); ipmi_kcs_sm.c:MODULE_PARM_DESC(kcs_debug, "debug bitmask, 1=enable, 2=messages, 4=states"); so these are module params, meaning they can be set at modprobe time, or at runtime via sysfs. kcs_debug=3 will dump the message bytes. Enjoy! Thanks, Matt -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Openipmi-developer mailing list Openipmi-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openipmi-developer