From owner-freebsd-stable@FreeBSD.ORG Fri Dec 12 11:02:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1C516A4CE for ; Fri, 12 Dec 2003 11:02:41 -0800 (PST) Received: from hermes.oxyd.fr (hermes.oxyd.fr [195.137.249.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9B843D1F for ; Fri, 12 Dec 2003 11:02:39 -0800 (PST) (envelope-from pcasidy@casidy.com) Received: from [212.43.253.140] (helo=gueway.home) by hermes.oxyd.fr with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.20) id 1AUsXe-0001dT-TI for freebsd-stable@freebsd.org; Fri, 12 Dec 2003 20:01:35 +0100 Received: from casidy.com (littleoak.home [192.168.1.3]) by gueway.home (8.12.9/8.12.9) with ESMTP id hBCJ7dES076955 for ; Fri, 12 Dec 2003 20:07:44 +0100 (CET) (envelope-from pcasidy@casidy.com) Message-Id: <200312121907.hBCJ7dES076955@gueway.home> Date: Fri, 12 Dec 2003 20:02:13 +0100 (CET) From: pcasidy@casidy.com To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-auth-smtp-user: postmaster@casidy.com X-abuse-contact: abuse@oxyd.fr Subject: ucom0: init failed, IOERROR X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 19:02:41 -0000 [Feel free to point me to another mailing list if more appropriate] Hi! I am trying (as others tried to) to connect a Sony Clié (PEG-SJ33) using uvisor. I built a 4.9-Stable kernel adding the following modules: # USB com devices device ucom device uplcom device uvscom device uvisor device uftdi I have actived USB_DEBUG and get the following trace when trying the hotsync: ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Sony Palm Handheld, rev 1.10/1.00, addr 2 uvisor_init: getting connection info ucom0: Number of ports: 2 ucom0: port 1, is for Generic ucom0: port 2, is for HotSync uvisor_init: getting available bytes ucom0: init failed, IOERROR uvisor_attach: ATTACH ERROR device_probe_and_attach: ucom0 attach returned 6 usbd_transfer_cb: short transfer 2<9 uhub_explore: usb_new_device failed, error=SHORT_XFER uhub0: device problem, disabling port 1 I do not know the protocol and I am trying to understand what happen but if someone could explain me what is wrong, that'd be more than welcomed ;) Thanks a lot. Phil.