From owner-freebsd-questions@FreeBSD.ORG Mon Feb 19 20:50:11 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 57E4016D40B for ; Mon, 19 Feb 2007 20:50:11 +0000 (UTC) (envelope-from harry.mj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id E57B713C48E for ; Mon, 19 Feb 2007 20:50:10 +0000 (UTC) (envelope-from harry.mj@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so595839ugh for ; Mon, 19 Feb 2007 12:50:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=AzV5ShbRPJ2hTwfqo/mhViIzJi46/yRyPD6wUsUW8soafXvBUlU+31+bnpbJsCopGC6kSskmWGPNsRg1xPMNb45eKq6AbLIWEVgawuCgyWq8G2CTmGMB7znsvfK2EsakxB7BginTZI6q7d2gDzwhDtoi7CIMIVyTlMjYnbnLuds= Received: by 10.67.29.12 with SMTP id g12mr7286502ugj.1171916719033; Mon, 19 Feb 2007 12:25:19 -0800 (PST) Received: from ?192.168.2.102? ( [83.92.146.36]) by mx.google.com with ESMTP id y7sm9675245ugc.2007.02.19.12.25.17; Mon, 19 Feb 2007 12:25:18 -0800 (PST) Message-ID: <45DA07A2.4020805@gmail.com> Date: Mon, 19 Feb 2007 21:25:06 +0100 From: Harry Jensen User-Agent: Thunderbird 1.5.0.9 (X11/20070213) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Connecting Garmin GPSMAP60 to the USB 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: Mon, 19 Feb 2007 20:50:11 -0000 Hello Guys, I'm trying to get my Garmin GPSMAP60 conected to my desktop through the USB port, and then use gpsman. In gpsman is the port reference pointed to "/dev/ugen0" (also tried "dev/ugen0.1-3", but up to now, without success. The system: FreeBSD mugin.localhost 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Sun Feb 18 22:38:32 CET 2007 root@mugin.localhost:/usr/obj/usr/src/sys/MUGIN i386 The message in "dmesg" when ataching/detaching: ugen0: vendor 0x091e product 0x0003, rev 1.10/0.01, addr 3 ugen0: at uhub0 port 2 (addr 3) disconnected All threads purged from ugen0.3 All threads purged from ugen0.2 All threads purged from ugen0.1 All threads purged from ugen0 ugen0: detached For my Palm Tungsten it all works perfectly, "dmesg": ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 3 ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 3 ucom0: at uhub0 port 2 (addr 3) disconnected All threads purged from cuaU0 All threads purged from ttyU0 ucom0: detached The strange part of it is that the Palm Tungsten atachment/detachment had exactly same behavior and messages, until I loaded the "ucom" driver, so I suspect that the "ugen" driver might not be the correct one. The question then is, which one to use? Brgds Harry Jensen