From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 19:11:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E29616A4CF for ; Thu, 20 Nov 2003 19:11:20 -0800 (PST) Received: from search.sparks.net (search.sparks.net [207.5.180.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E12A843FAF for ; Thu, 20 Nov 2003 19:11:18 -0800 (PST) (envelope-from dmiller@miningworks.com) Received: by search.sparks.net (Postfix, from userid 100) id 5813AA903; Thu, 20 Nov 2003 22:11:18 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 55652A901 for ; Thu, 20 Nov 2003 22:11:18 -0500 (EST) Date: Thu, 20 Nov 2003 22:11:18 -0500 (EST) From: fbsd-questions@d.sparks.net X-Sender: dmiller@search.sparks.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: dmiller@miningworks.com Subject: PALM and USB? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:11:20 -0000 After spending all afternoon struggling with google, usbdevs, usbd, and a palm zire I've got to ask: Has anyone got a palm syncing over USB? I was ready to buy a new palm that synced over a serial port, but it doesn't appear they make them. Google led me to lots of people having problems, and some pretty twisted "solutions". usbd recognizes the palm when I start it with usbd -vvv -d: usbd: device-attach event at 1.492599000, OHCI root hub, CMDTECH: vndr=0x0000 prdct=0x0000 rlse=0x0100 clss=0x0009 subclss=0x0000 prtcl=0x0000 device names: uhub0 usbd: Found action 'USB device' for OHCI root hub, CMDTECH at uhub0 usbd: action 0: USB device usbd: Setting DEVNAME='uhub0' usbd: doing discovery on /dev/usb0 usbd: doing discovery on /dev/usb0 usbd: processing event queue on /dev/usb usbd: device-attach event at 1069399540.774398000, Palm Handheld, Palm, Inc.: vndr=0x0830 prdct=0x0070 rlse=0x0100 clss=0x0000 subclss=0x0000 prtcl=0x0000 device names: ucom0 usbd: Found action 'USB device' for Palm Handheld, Palm, Inc. at ucom0 usbd: action 0: USB device usbd: Setting DEVNAME='ucom0' usbd: doing timeout discovery on /dev/usb0 usbd: processing event queue due to timeout on /dev/usb ... but gpilotd just doesn't work: new:notes$ /usr/X11R6/libexec/gpilotd gpilotd-Message: gnome-pilot 2.0.10 starting... gpilotd-Message: compiled for pilot-link version 0.11.7 gpilotd-Message: compiled with [VFS] [USB] [IrDA] [Network] gpilotd-Message: Activating CORBA server gpilotd-Message: bonobo_activation_active_server_register = 0 gpilotd-ERROR **: file gpilotd.c: line 938 (monitor_channel): should not be reached aborting... Clues very much appreciated. --- David