From owner-freebsd-firewire@FreeBSD.ORG Fri Jun 13 07:22:43 2003 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 ED20F37B401 for ; Fri, 13 Jun 2003 07:22:43 -0700 (PDT) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [133.11.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A92343F93 for ; Fri, 13 Jun 2003 07:22:42 -0700 (PDT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is2.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id C2897378193 for ; Fri, 13 Jun 2003 23:22:39 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) h5DEMdmQ008401; Fri, 13 Jun 2003 23:22:39 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.135.3])3.3.5-GR) with ESMTP id AIY26329; Fri, 13 Jun 2003 23:22:38 +0900 (JST) Date: Fri, 13 Jun 2003 23:22:38 +0900 Message-ID: From: Hidetoshi Shimokawa To: Nick Sayer In-Reply-To: <3DD46D1C.90001@kfu.com> References: <3DD46D1C.90001@kfu.com> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 14:22:44 -0000 Though I suppose you already know, we have mac partition and HFS support now. We even have port/audio/gtkpod and gnupod in ports collection. Get and install HFS+ support from http://people.freebsd.org/~yar/hfs/. # kldload geom_apple # kldload hfs # mount -u simokawa -g simokawa /dev/da0s3 /mnt/ipod % gtkpod # umount /mnt/ipod # camcontrol eject 0:0:0 If you want mount ipod again, try the following command. # camcontrol load 0:0:0 Of course, we have EHCI driver too ;-) /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Thu, 14 Nov 2002 19:42:20 -0800, Nick Sayer wrote: > > I was shocked to see that firewire has arrived in -STABLE. I upgraded my > Vaio (Z505JE) this evening and sure enough, I can now plug it in and 'dd > if=/dev/da0 bs=10m count=5 of=/dev/null' and get about 115 mbps out of > it. Not bad. > > A tip: I found that if you are paranoid, you can make the iPod switch > from it's "do not disconnect" to its "OK to disconnect" state by doing a > 'camcontrol eject 0:0:0'. I have no idea if this does anything > substantive in the iPod itself. > > Of course, I have a mac iPod, so I can't do anything more than that (no > HFS+, no mac partition table support), but that doesn't annoy me or > anything. > > Now if only we had an EHCI driver (for USB 2.0)... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-firewire" in the body of the message >