From owner-freebsd-firewire@FreeBSD.ORG Sun Mar 7 10:13:44 2004 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C85A16A4CE for ; Sun, 7 Mar 2004 10:13:44 -0800 (PST) Received: from smtp.web.de (smtp04.web.de [217.72.192.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B065A43D41 for ; Sun, 7 Mar 2004 10:13:43 -0800 (PST) (envelope-from manfred.lotz@web.de) Received: from [213.23.223.126] (helo=wizard.sanskrit.local.net) by smtp.web.de with asmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #614) id 1B02mT-0001oJ-00 for freebsd-firewire@freebsd.org; Sun, 07 Mar 2004 19:13:41 +0100 Received: from wizard.sanskrit.local.net (localhost.sanskrit.local.net [127.0.0.1])i27IDYCM000554 for ; Sun, 7 Mar 2004 19:13:34 +0100 (CET) (envelope-from manfred.lotz@web.de) Date: Sun, 7 Mar 2004 19:13:34 +0100 From: Manfred Lotz To: freebsd-firewire@freebsd.org Message-Id: <20040307191334.452417ee.manfred.lotz@web.de> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: manfred.lotz@web.de Subject: firewaire can not attach X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 18:13:44 -0000 Hi there, Running FreeBSD 4.9 stable after running kldload firewire I get the following errro messages: fwohci0: port 0xc800-0xc87f mem 0xea007000-0xea0077ff irq 3 at devi ce 12.0 on pci0 fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channel is 8. fwohci0: EUI64 00:11:06:00:00:00:4a:1d fwohci0: Phy 1394a available S400, 3 ports. fwohci0: Link S400, max_rec 2048 bytes. fwohci0: probe_and_attach failed with err=6 device_probe_and_attach: fwohci0 attach returned 5 I have no idea what this error means. Could anybody help? -- Manfred From owner-freebsd-firewire@FreeBSD.ORG Thu Mar 11 22:32:56 2004 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E3D816A4CE for ; Thu, 11 Mar 2004 22:32:56 -0800 (PST) Received: from tora.nunu.org (YahooBB219003182070.bbtec.net [219.3.182.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D4C43D3F for ; Thu, 11 Mar 2004 22:32:55 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from tora.nunu.org (unknown [192.168.1.2]) by tora.nunu.org (Postfix) with ESMTP id F07D34D91A; Fri, 12 Mar 2004 15:32:53 +0900 (JST) Date: Fri, 12 Mar 2004 15:32:53 +0900 Message-ID: <873c8ey3qi.wl@tora.nunu.org> From: Hidetoshi Shimokawa To: Manfred Lotz In-Reply-To: <20040307191334.452417ee.manfred.lotz@web.de> References: <20040307191334.452417ee.manfred.lotz@web.de> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-firewire@freebsd.org Subject: Re: firewaire can not attach X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 06:32:56 -0000 At Sun, 7 Mar 2004 19:13:34 +0100, Manfred Lotz wrote: > > Hi there, > > Running FreeBSD 4.9 stable after running > kldload firewire > I get the following errro messages: > > fwohci0: port 0xc800-0xc87f mem 0xea007000-0xea0077ff irq 3 at devi > ce 12.0 on pci0 > fwohci0: OHCI version 1.0 (ROM=1) > fwohci0: No. of Isochronous channel is 8. > fwohci0: EUI64 00:11:06:00:00:00:4a:1d > fwohci0: Phy 1394a available S400, 3 ports. > fwohci0: Link S400, max_rec 2048 bytes. > fwohci0: probe_and_attach failed with err=6 > device_probe_and_attach: fwohci0 attach returned 5 > > > I have no idea what this error means. Could anybody help? It's known problem and fixed in -current. A workaround is to load the module in /boot/loader.conf. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html From owner-freebsd-firewire@FreeBSD.ORG Fri Mar 12 13:19:45 2004 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65B816A4CF for ; Fri, 12 Mar 2004 13:19:45 -0800 (PST) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE87343D2D for ; Fri, 12 Mar 2004 13:19:45 -0800 (PST) (envelope-from manfred.lotz@web.de) Received: from [82.83.243.65] (helo=wizard.sanskrit.local.net) by smtp.web.de with asmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #614) id 1B1u4G-0007Ex-00; Fri, 12 Mar 2004 22:19:44 +0100 Received: from wizard.sanskrit.local.net (localhost.sanskrit.local.net [127.0.0.1])i2CLJa5F026330; Fri, 12 Mar 2004 22:19:38 +0100 (CET) (envelope-from manfred.lotz@web.de) Date: Fri, 12 Mar 2004 22:19:36 +0100 From: Manfred Lotz To: Hidetoshi Shimokawa Message-Id: <20040312221936.7fe41f71.manfred.lotz@web.de> In-Reply-To: <873c8ey3qi.wl@tora.nunu.org> References: <20040307191334.452417ee.manfred.lotz@web.de> <873c8ey3qi.wl@tora.nunu.org> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: manfred.lotz@web.de cc: freebsd-firewire@freebsd.org Subject: Re: firewaire can not attach X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 21:19:46 -0000 On Fri, 12 Mar 2004 15:32:53 +0900 Hidetoshi Shimokawa wrote: > At Sun, 7 Mar 2004 19:13:34 +0100, > Manfred Lotz wrote: > > > > Hi there, > > > > Running FreeBSD 4.9 stable after running > > kldload firewire > > I get the following errro messages: > > > > fwohci0: port 0xc800-0xc87f mem 0xea007000-0xea0077ff > > irq 3 at devi ce 12.0 on pci0 > > fwohci0: OHCI version 1.0 (ROM=1) > > fwohci0: No. of Isochronous channel is 8. > > fwohci0: EUI64 00:11:06:00:00:00:4a:1d > > fwohci0: Phy 1394a available S400, 3 ports. > > fwohci0: Link S400, max_rec 2048 bytes. > > fwohci0: probe_and_attach failed with err=6 > > device_probe_and_attach: fwohci0 attach returned 5 > > > > > > I have no idea what this error means. Could anybody help? > > It's known problem and fixed in -current. Is it going to be fixed in STABLE as well? > A workaround is to load the module in /boot/loader.conf. > I'll try it. -- Thanks, Manfred