From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 15:50:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A06C116A400 for ; Wed, 25 Apr 2007 15:50:38 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7F42213C448 for ; Wed, 25 Apr 2007 15:50:38 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13331 invoked from network); 25 Apr 2007 15:50:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Apr 2007 15:50:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 42E672842D; Wed, 25 Apr 2007 11:50:37 -0400 (EDT) To: knizek@volny.cz References: <7f1b46d01f7875aa63988f4e3df2da73@www3.mail.volny.cz> From: Lowell Gilbert Date: Wed, 25 Apr 2007 11:50:37 -0400 In-Reply-To: <7f1b46d01f7875aa63988f4e3df2da73@www3.mail.volny.cz> (knizek@volny.cz's message of "Tue\, 24 Apr 2007 13\:12\:37 +0200 \(CEST\)") Message-ID: <44tzv4v4fm.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Which module for Garmin USB gps device? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 15:50:38 -0000 knizek@volny.cz writes: > Hello List! Hello, Milan! > What is the appropriate module for accessing USB GPS devices like Garmin > eTrex? There may not be one. > When plugged in, dmesg shows ugen0 (which I guess is not a serial port > emulation of usb). Right. It's just a "generic USB" device node. > Manually loading "kldload ucom" does not create any new devices. Emulating a serial port isn't the only way to provide an interface. A quick search showed me the comms/garmin-utils port. Have you tried this?