From owner-freebsd-firewire@FreeBSD.ORG Mon Mar 26 11:08:10 2007 Return-Path: X-Original-To: freebsd-firewire@FreeBSD.org Delivered-To: freebsd-firewire@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26F2F16A401 for ; Mon, 26 Mar 2007 11:08:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id EBE4E13C457 for ; Mon, 26 Mar 2007 11:08:09 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2QB89YD049258 for ; Mon, 26 Mar 2007 11:08:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2QB88E6049254 for freebsd-firewire@FreeBSD.org; Mon, 26 Mar 2007 11:08:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Mar 2007 11:08:08 GMT Message-Id: <200703261108.l2QB88E6049254@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-firewire@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 11:08:10 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/74238 firewire [firewire] fw_rcv: unknown response; firewire ad-hoc w o kern/85434 firewire [fwip] fwip (IP over firewire) doesn't work with polli 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f kern/95077 firewire [firewire] fatal trap 19 at fwohci_pci_init 1 problem total. From owner-freebsd-firewire@FreeBSD.ORG Mon Mar 26 20:04:47 2007 Return-Path: X-Original-To: freebsd-firewire@FreeBSD.ORG Delivered-To: freebsd-firewire@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 239BB16A403; Mon, 26 Mar 2007 20:04:47 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id E77C513C4DB; Mon, 26 Mar 2007 20:04:46 +0000 (UTC) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh2.centtech.com (8.13.8/8.13.8) with ESMTP id l2QK4igq022694; Mon, 26 Mar 2007 15:04:44 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <4608275C.1010302@centtech.com> Date: Mon, 26 Mar 2007 15:04:44 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: Hidetoshi Shimokawa References: <46028460.5000004@centtech.com> <626eb4530703220718q4d293a16wfbb0a70cf21e624b@mail.gmail.com> <46029A6E.9070000@centtech.com> <626eb4530703220845qdedffbdod4bd9894dec51e6@mail.gmail.com> <626eb4530703220921p3f6176efxe2b8085724436afb@mail.gmail.com> <4602D9F0.9050805@centtech.com> <626eb4530703230700u76c630a9h95c3700321425f62@mail.gmail.com> In-Reply-To: <626eb4530703230700u76c630a9h95c3700321425f62@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2933/Mon Mar 26 11:26:11 2007 on mh2.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh2.centtech.com Cc: hopet@ics.muni.cz, freebsd-firewire@FreeBSD.ORG Subject: Re: fwcontrol -R issues with several cameras X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2007 20:04:47 -0000 On 03/23/07 09:00, Hidetoshi Shimokawa wrote: > I have borrowed a DV camera (DCR HC-1000) and > I can receive a DV stream from it without problems. > > What is you OHCI chip? Did you try another OHCI card > and camera combination? Sigh.. Ok, so an add-on card (PC-CARD actually) does indeed work. So, it must be an OHCI issue somehow. Although, when I powered off my camera, my system locked (panic? I was in X, so no backtrace, etc). When I pulled the pc-card out, the system powered off. I'll try to crash it again and send some more information. What's the next step to debug the OHCI issue? Thanks! Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology An undefined problem has an infinite number of solutions. ------------------------------------------------------------------------ From owner-freebsd-firewire@FreeBSD.ORG Fri Mar 30 15:17:47 2007 Return-Path: X-Original-To: freebsd-firewire@freebsd.org Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8AF916A400 for ; Fri, 30 Mar 2007 15:17:47 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id E461C13C45D for ; Fri, 30 Mar 2007 15:17:44 +0000 (UTC) (envelope-from freebsd@gm.nunu.org) Received: by ug-out-1314.google.com with SMTP id 71so855832ugh for ; Fri, 30 Mar 2007 08:17:41 -0700 (PDT) Received: by 10.78.124.13 with SMTP id w13mr921296huc.1175267861433; Fri, 30 Mar 2007 08:17:41 -0700 (PDT) Received: by 10.78.106.18 with HTTP; Fri, 30 Mar 2007 08:17:41 -0700 (PDT) Message-ID: <626eb4530703300817w7bfbb82dnd845f63a5c46fbb1@mail.gmail.com> Date: Sat, 31 Mar 2007 00:17:41 +0900 From: "Hidetoshi Shimokawa" Sender: freebsd@gm.nunu.org To: "Eric Anderson" In-Reply-To: <4608275C.1010302@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46028460.5000004@centtech.com> <626eb4530703220718q4d293a16wfbb0a70cf21e624b@mail.gmail.com> <46029A6E.9070000@centtech.com> <626eb4530703220845qdedffbdod4bd9894dec51e6@mail.gmail.com> <626eb4530703220921p3f6176efxe2b8085724436afb@mail.gmail.com> <4602D9F0.9050805@centtech.com> <626eb4530703230700u76c630a9h95c3700321425f62@mail.gmail.com> <4608275C.1010302@centtech.com> X-Google-Sender-Auth: cd8b46b21bdc6118 Cc: hopet@ics.muni.cz, freebsd-firewire@freebsd.org Subject: Re: fwcontrol -R issues with several cameras X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Firewire support in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 15:17:48 -0000 At least, I need information about vendor/model of your ohci chip. If it works with Windows, there must be a workaround but it is not straight forward, especially without real hardware. On 3/27/07, Eric Anderson wrote: > On 03/23/07 09:00, Hidetoshi Shimokawa wrote: > > I have borrowed a DV camera (DCR HC-1000) and > > I can receive a DV stream from it without problems. > > > > What is you OHCI chip? Did you try another OHCI card > > and camera combination? > > Sigh.. Ok, so an add-on card (PC-CARD actually) does indeed work. So, > it must be an OHCI issue somehow. Although, when I powered off my > camera, my system locked (panic? I was in X, so no backtrace, etc). > When I pulled the pc-card out, the system powered off. > > I'll try to crash it again and send some more information. > > What's the next step to debug the OHCI issue? > > Thanks! > Eric > > > > > -- > ------------------------------------------------------------------------ > Eric Anderson Sr. Systems Administrator Centaur Technology > An undefined problem has an infinite number of solutions. > ------------------------------------------------------------------------ > > -- /\ Hidetoshi Shimokawa \/ simokawa@FreeBSD.ORG