From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 7 09:16:37 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 5D94B16A4CE for ; Mon, 7 Feb 2005 09:16:37 +0000 (GMT) Received: from gatekeeper.syskonnect.de (gatekeeper.syskonnect.de [213.144.13.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149A143D1D for ; Mon, 7 Feb 2005 09:16:36 +0000 (GMT) (envelope-from gheinig@syskonnect.de) Received: from syskonnect.de (skd.de [10.9.15.1])j179Gl91025088 for ; Mon, 7 Feb 2005 10:16:47 +0100 (MET) Received: from syskonnect.de (localhost [127.0.0.1]) by syskonnect.de (8.12.11/8.12.11) with ESMTP id j179GXJ7018014 for ; Mon, 7 Feb 2005 10:16:34 +0100 (MET) Message-ID: <420731DD.3050206@syskonnect.de> Date: Mon, 07 Feb 2005 10:16:13 +0100 From: Gerald Heinig User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 09:16:37 -0000 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. 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. Cheers, Gerald