It's a standard module option. If it's a module, you just do "debug=7" on the modprobe/insmod line. You can set it using ipmi_serial.debug=y on the kernel command line if it's compiled into the kernel. You can dynamically change it using echo 7 >/sys/modules/ipmi_serial/parameters/debug
-corey Jonathan Fournier wrote: > I added the patch, it's not complaining that the option doesn't > exists, bit it stills time out... > > How do I enable debug=7 ? > > /jonathan > > On Nov 6, 2007 4:17 PM, Corey Minyard < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Jonathan Fournier wrote: > > I get this: > > > > [EMAIL PROTECTED]:/root> /etc/init.d/ipmi start > > Starting ipmi drivers: Nov 6 20:29:00 localhost kernel: ipmi > message > > handler version 39.1 > > Nov 6 20:29:00 localhost kernel: IPMI Serial System Interface > driver > > Nov 6 20:29:00 localhost kernel: ipmi_serial: Registering > > TerminalMode codec > > Nov 6 20:29:00 localhost kernel: ipmi_serial(ttyS4): Found a > matching > > serial port > > Nov 6 20:29:00 localhost kernel: ipmi_serial_terminal_mode: > Unknown > > options: ppInvIANA > > ... > > > > I'm using v39.1 from SF 2.6.21-v39.1 > > < > > http://sourceforge.net/project/showfiles.php?group_id=36127&package_id=110139&release_id=513499 > > <http://sourceforge.net/project/showfiles.php?group_id=36127&package_id=110139&release_id=513499>> > > Notes > > < > > http://sourceforge.net/project/shownotes.php?release_id=513499&group_id=36127 > > <http://sourceforge.net/project/shownotes.php?release_id=513499&group_id=36127>> > > (2007-06-04 14:01) > > > > Are you using v39.2 for 2.6.23 ? Can I also apply v39.2 to > 2.6.21 ? I > > can't change my kernel version... > > > > /jonathan > > > Yes, I'm using v39.2. The patch to fix that problem is attached. > > You might try using a 2.6.23 kernel to see if it works there; > that's the > best place to debug the problem to get patches in. > > I'm not sure what it would take to backport the driver to 2.6.21, but > the serial driver changes are significantly different. > > -corey > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
