From owner-freebsd-stable@FreeBSD.ORG Fri Jan 5 14:55:12 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61D7C16A417 for ; Fri, 5 Jan 2007 14:55:12 +0000 (UTC) (envelope-from HellerK@gsicommerce.com) Received: from relay.globalsportsinc.com (relay.globalsportsinc.com [208.247.73.130]) by mx1.freebsd.org (Postfix) with ESMTP id 11D8F13C471 for ; Fri, 5 Jan 2007 14:55:11 +0000 (UTC) (envelope-from HellerK@gsicommerce.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 5 Jan 2007 09:43:09 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Firewire card not recognized. Thread-Index: Accw19FbGI9+oR+6Rb27LFeJt3laUw== From: "Karl Heller" To: Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Firewire card not recognized. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 14:55:12 -0000 With Firewire support enabled in i386 6.0 release and 6.1 release I can't seem to get my card to be recognized or at least have devices show up that are attached to it. =20 The FW card is a Belkin F5U503 with TI TSB43AB23. =20 The boot shows: at device 3.0 (no driver attached)" =20 Here is the relevant steps I've taken to diagnose this.. =20 # kldload /boot/kernel/firewire.ko kldload: can't load /boot/kernel/firewire.ko: File exists=20 I assume that is because I statically link it into the kernel. # fwcontrol fwcontrol: open: No such file or directory # ls /dev/fw* ls: /dev/fw*: No such file or directory In my kernel.conf: # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) # kldstat -v |grep -i fire 55 fwohci/firewire 58 firewire/fwe 59 firewire/sbp lspci -lv =20 none6@pci1:3:0: class=3D0x0c0000 card=3D0x00000000 chip=3D0x8024004c = rev=3D0x00 hdr=3D0x00 class =3D serial bus subclass =3D FireWire What am I missing? What does it mean "no driver attached"? The man pages say that specific TI chip is supported, is this card not recognized? =20 Thanks, =20 Karl =20