From owner-freebsd-usb@FreeBSD.ORG Thu May 7 07:48:51 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2EAA1065673 for ; Thu, 7 May 2009 07:48:51 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from baranao.anywi.com (baranao.anywi.com [213.207.101.176]) by mx1.freebsd.org (Postfix) with ESMTP id 7363C8FC1C for ; Thu, 7 May 2009 07:48:50 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from hind.van-laarhoven.org (ip51cfcfde.direct-adsl.nl [81.207.207.222]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by baranao.anywi.com (Postfix) with ESMTPSA id 3BB273F460; Thu, 7 May 2009 09:48:47 +0200 (CEST) From: Nick Hibma To: Mike Tancsa Date: Thu, 7 May 2009 09:48:46 +0200 User-Agent: KMail/1.9.10 References: <200905051740.n45HeJAG075718@lava.sentex.ca> <200905052121.n45LLvvU076825@lava.sentex.ca> In-Reply-To: <200905052121.n45LLvvU076825@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905070948.46720.nick@van-laarhoven.org> X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50,UNPARSEABLE_RELAY autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on baranao.anywi.com Cc: freebsd-usb@freebsd.org Subject: Re: ZTE MF636 USB u3g modem X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2009 07:48:52 -0000 > u3g0: 2.00/0.00, addr 2> on uhub1 > u3g0: changing CMOTECH modem to modem mode > u3g0: sent command to change to modem mode > u3g0: failed to read back CSW: 13 > u3g0: at uhub1 port 2 (addr 2) disconnected > u3g0: detached > ucom0: 2.00/0.00, addr 2> on uhub1 > ucom0: port=0 iface=3 in=0x85 out=0x4 > ucom0: configured 1 serial ports (U0.%d) This is the real port. Could you dump the descriptors after unloading the driver and loading ugen? > ucom1: 2.00/0.00, addr 2> on uhub1 > ucom1: configured 0 serial ports (U1.%d) > ucom2: 2.00/0.00, addr 2> on uhub1 > ucom2: configured 0 serial ports (U2.%d) These two are not actually com ports. They are probably umass related, but attached to by u3g instead. Nick