From owner-freebsd-questions@FreeBSD.ORG Mon Jun 22 21:28:06 2015 Return-Path: Delivered-To: freebsd-questions@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56D6CBA7 for ; Mon, 22 Jun 2015 21:28:06 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3413CD58 for ; Mon, 22 Jun 2015 21:28:06 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 4C5A23F746 for ; Mon, 22 Jun 2015 17:28:05 -0400 (EDT) Message-ID: <55887DE4.3070207@sneakertech.com> Date: Mon, 22 Jun 2015 17:28:04 -0400 From: Quartz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: FreeBSD questions Subject: Re: Current state of firewire support? References: <201506221439.t5MEddYe026712@sdf.org> In-Reply-To: <201506221439.t5MEddYe026712@sdf.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 21:28:06 -0000 >> crack it out of the case and wire it directly into a sata/ide port, or >> mount it in a usb caddy? If it was my personal drive, sure... other people don't tend to like it when you hack apart their stuff though :/ > Oh, nonsense. Quartz just read it wrong. That is perfectly possible. I haven't messed with firewire for a while and wasn't familiar with what freebsd used to offer, so I'm confused about what was changed. >Firewire support works > fine. Support for firewire was only removed from the GENERIC kernel > configuration file, so all he needs to do is put those lines into his > kernel configuration file and rebuild his kernel. > Also nonsense all he needs to do is > > kldload /boot/kernel/firewire.ko > or > echo 'firewire_load="YES"' >> /boot/loader.conf > and reboot Ok awesome, so I can add a line to loader.conf or if for some weird reason that fails just recompile the kernel?