Hi,
I am trying to debug my USB Gadget driver. I have two machines connected to the LAN and the driver is running on one of them. However, there is no serial or ethernet null-modem connection between them.
At some point in time, the kernel freezes due to my buggy driver (I am suspecting unreleased lock) In this situation I need to be able to reboot the frozen host remotely from the other host.
I searched on the net and on the forum but did not find material which would serve this purpose, although I found a few useful tutorials on KGDB:
http://linux.derkeiler.com/pdf/Newsg...6/msg00137.pdf
http://www.dumbare.com/kgdb
Please let me know if there any way of doing this.
Thanks for your time!
-Aniruddha