From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752061AbWFLPjA (ORCPT ); Mon, 12 Jun 2006 11:39:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752062AbWFLPjA (ORCPT ); Mon, 12 Jun 2006 11:39:00 -0400 Received: from rtr.ca ([64.26.128.89]:42387 "EHLO mail.rtr.ca") by vger.kernel.org with ESMTP id S1752061AbWFLPi7 (ORCPT ); Mon, 12 Jun 2006 11:38:59 -0400 Message-ID: <448D8A90.3040508@rtr.ca> Date: Mon, 12 Jun 2006 11:38:56 -0400 From: Mark Lord User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Andi Kleen Cc: Jeremy Fitzhardinge , Matt Mackall , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: Using netconsole for debugging suspend/resume References: <44886381.9050506@goop.org> <200606090546.15923.ak@suse.de> <448992B7.1050906@rtr.ca> <200606121321.30388.ak@suse.de> In-Reply-To: <200606121321.30388.ak@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen wrote: > On Friday 09 June 2006 17:24, Mark Lord wrote: >> Andi Kleen wrote: >>> If your laptop has firewire you can also use firescope. >>> (ftp://ftp.suse.com/pub/people/ak/firescope/) >> .. >>> FW keeps running as long as nobody resets the ieee1394 chip. >> This looks interesting. But how does one set it up for use >> on the *other* end of that firewire cable? The Quickstart and >> manpage don't seem to describe this fully. > > It's in the manpage: > >> .SH NOTES >> The target must have the ohci1394 driver loaded. This implies >> that firescope cannot be used in early boot. > > That's it. Okay, so I'm daft. But.. *what* is "it" ?? We have two machines: target (being debugged), and host (anything). Sure, the target has to have ohci1394 loaded, and firescope running. But what about the *other* end of the connection? What commands? Thanks