From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 19:24:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17E19106566B for ; Thu, 4 Sep 2008 19:24:33 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2001:41c8:1:548a::2]) by mx1.freebsd.org (Postfix) with ESMTP id A526C8FC1F for ; Thu, 4 Sep 2008 19:24:32 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 62F01C4007; Thu, 4 Sep 2008 20:24:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on muon.cran.org.uk X-Spam-Level: X-Spam-Status: No, score=-2.3 required=8.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from tau.draftnet (tau.demon.co.uk [80.177.26.208]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTP; Thu, 4 Sep 2008 20:24:27 +0100 (BST) Date: Thu, 4 Sep 2008 20:24:02 +0100 From: Bruce Cran To: "Joey Mingrone" Message-ID: <20080904202402.0c245ed2@tau.draftnet> In-Reply-To: References: X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: garmin forerunner 305 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 19:24:33 -0000 On Thu, 4 Sep 2008 11:51:33 -0300 "Joey Mingrone" wrote: > Hi, > > Has anyone had any success collecting data from a Garmin Forerunner > 305? > > When I connect the device I see the kernel messages: > Sep 4 11:39:22 jrm root: Unknown USB device: vendor 0x091e product > 0x0003 bus uhub1 > Sep 4 11:39:22 jrm kernel: ugen0: class 255/255, rev 1.10/0.01, addr 2> on uhub1 > > The documentation for the port astro/GPSMan seems to indicate it > supports this model, but I haven't had any luck. > > % uname -a > FreeBSD xxx.xxx 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #3: Thu Jun 12 > 18:47:50 ADT 2008 root@xxx.xxx:/usr/obj/usr/src/sys/xxx i386 Unfortunately Garmin use their own protocol for communicating between the GPS and the PC. Under Linux it's supported by the garmin_gps driver but there's no equivalent for FreeBSD yet. -- Bruce Cran