From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 7 17:56:45 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA8416A4CE for ; Mon, 7 Feb 2005 17:56:45 +0000 (GMT) Received: from duchess.speedfactory.net (duchess.speedfactory.net [66.23.201.84]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E8E843D5D for ; Mon, 7 Feb 2005 17:56:45 +0000 (GMT) (envelope-from ups@tree.com) Received: (qmail 8550 invoked by uid 89); 7 Feb 2005 17:56:41 -0000 Received: from duchess.speedfactory.net (66.23.201.84) by duchess.speedfactory.net with SMTP; 7 Feb 2005 17:56:41 -0000 Received: (qmail 7415 invoked by uid 89); 7 Feb 2005 17:56:22 -0000 Received: from unknown (HELO palm.tree.com) (66.23.216.49) by duchess.speedfactory.net with SMTP; 7 Feb 2005 17:56:22 -0000 Received: from [127.0.0.1] (localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id j17HuLw6006407; Mon, 7 Feb 2005 12:56:22 -0500 (EST) (envelope-from ups@tree.com) From: Stephan Uphoff To: Gerald Heinig In-Reply-To: <420731DD.3050206@syskonnect.de> References: <420731DD.3050206@syskonnect.de> Content-Type: text/plain Message-Id: <1107798981.6309.9.camel@palm.tree.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 07 Feb 2005 12:56:21 -0500 Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: Firewire blues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 17:56:46 -0000 On Mon, 2005-02-07 at 04:16, Gerald Heinig wrote: > Hi all, > > I'm having problems getting two 5.3-RELEASE boxes to communicate over > firewire. > I'm using two VIA Vt-6306 -based cards which are correctly recognised at > boot-time. > > I've loaded the dcons and dconschat modules and obtained both firewire > addresses via fwcontrol. I assume you mean dcons_crom module instead of dconschat. Did you reset the firewire bus? DCONS_CROM(4): ..... BUGS If you load dcons_crom.ko manually after booted, you may have to initiate a bus reset by ``fwcontrol -r'' to update Configuration ROM. > When I try to set up a connection with dconschat I get > > [dcons disconnected (get crom failed)] > > The exact command I gave is: > > dconschat -br -G 5556 -t > > I also tried setting the control ROM address with the -a option, to no > avail. > > Anyone have any ideas as to where I'm going wrong? > > BTW, I'm trying to set up remote debugging with gdb to debug a kernel hang. I recall some issues with gdb and firewire as a module that may or may not be fixed. I recommend to put the dcons into the kernel to avoid any problems. Stephan