Re: [Ilugc] PC to PC debugging in Linux Environment

2009-05-12 Thread Prasad Krishnan
Serial console can be monitored for messages in the Linux kernel toojust make sure that the appropriate kernel parameters are set. Use a null-modem serial cable connected back-to-back across the serial ports of your PC. Edit the kernel command line parameters in /boot/grub/menu.lst (in Fedora)

Re: [Ilugc] PC to PC debugging in Linux Environment

2009-05-11 Thread Shakthi Kannan
Hi, --- On Mon, May 11, 2009 at 4:29 PM, Srinivas G. wrote: | I'm developing a custom USB driver. There was an exception/crash when | the module was loaded. I had seen the /var/log/messages but complete log | messages were not available after rebooting the PC. As in windows the | serial debugging

[Ilugc] PC to PC debugging in Linux Environment

2009-05-11 Thread Srinivas G.
Dear All, I'm developing a custom USB driver. There was an exception/crash when the module was loaded. I had seen the /var/log/messages but complete log messages were not available after rebooting the PC. As in windows the serial debugging allows connecting PC <-> PC through NULL modem cable wh