From owner-freebsd-current@FreeBSD.ORG Sun Dec 21 02:46:34 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2D691065670 for ; Sun, 21 Dec 2008 02:46:33 +0000 (UTC) (envelope-from avahilario@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 8AEF08FC16 for ; Sun, 21 Dec 2008 02:46:33 +0000 (UTC) (envelope-from avahilario@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so980727tib.3 for ; Sat, 20 Dec 2008 18:46:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:organization:to :subject:date:user-agent:disposition-notification-to:mime-version :content-disposition:message-id:content-type :content-transfer-encoding; bh=8y2i1JOc4OexnC2+R6j1t9ZMu/Cqk5hbbJ/2XDnW7ps=; b=Iv3B2scQj+0Yq4H26831ixOFdzuzeNPSZh4R0cuWBflZ08aYQOlRzfy+UUMYetMfSH Pqiccg4x23lwFVUgq4Pa77sNbTmk2ZVw3JDhcISXn5uYM8f70NuPd/KY2WqFbaRJBypn NJfJIUdEdsVVoXWKSPXm89mB/zVHB9CCynjJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:organization:to:subject:date:user-agent :disposition-notification-to:mime-version:content-disposition :message-id:content-type:content-transfer-encoding; b=HXFnXhaBJihb/xXjezggsCO20ta8ij/PX6tCMhqeIrXw/Np1SKRPaordU9Hc2zZQJB l4VdYx9xvXgXR0lrQ6UQP5rP3vrR8CG1ikqpao5ojmFHMAUP4+TmFiEcPfOcKxVN8MsM NPH9vLbDjkQS6UyfkqxO6Y7Di7JtQw8obZPzU= Received: by 10.110.20.15 with SMTP id 15mr363730tit.7.1229826379710; Sat, 20 Dec 2008 18:26:19 -0800 (PST) Received: from emily.avltrees.strangled.net (acl1-931bts.gw.smartbro.net [125.60.241.182]) by mx.google.com with ESMTPS id i9sm729489tid.25.2008.12.20.18.26.16 (version=SSLv3 cipher=RC4-MD5); Sat, 20 Dec 2008 18:26:18 -0800 (PST) From: Antonio A Hilario Organization: AVLTrees To: freebsd-current@freebsd.org Date: Sun, 21 Dec 2008 10:25:59 +0800 User-Agent: KMail/1.10.1 (FreeBSD/7.1-PRERELEASE; KDE/4.1.1; i386; ; ) MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200812211026.05140.avahilario@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: u3g supports LongCheer WM66 HSDPA Modem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antonio Hilario List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2008 02:46:34 -0000 Hello all, I managed to get my LongCheer WM66 HSDPA modem working using the u3g driver, after several weeks of getting by with ubsa. The device is a ZeroCD device which uses these vendor IDs: Mass storage mode: vendor 0x1c9e product 0x1001 HSDPA mode: vendoer 0x1c9e product 0x6061 This requires patching /usr/src/sys/dev/usb/u3g.c, in 7.1-PRERELEASE {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MOBILE }, U3GSP_HSDPA, U3GFL_HUAWEI_INIT }, + {{ USB_VENDOR_LONGCHEER, USB_PRODUCT_LONGCHEER_WM66 }, U3GSP_HSDPA, U3GFL_HUAWEI_INIT | U3GFL_SCSI_EJECT }, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E220 }, U3GSP_HSPA, U3GFL_HUAWEI_INIT }, as well as /usr/src/sys/dev/usb/usbdevs vendor LONGCHEER 0x1c9e Longcheer Holdings, Ltd. product LONGCHEER WM66 0x6061 WM66 HSDPA USB Modem The driver creates three devices /dev/ttyU0.%d, of which the first is used as the device's AT command interface: Dec 20 16:41:45 emily ucom0: on uhub4 Dec 20 16:41:45 emily ucom0: configured 3 serial ports (U0.%d) My thanks for the work done on u3g! Device works beautifully under minicom and with ppp, and am able to attain ~ 40kBps with our carrier - *without* those annoying stalls I got under UBSA. - Antonio -- Antonio Hilario ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cevera Technology Group Inc. 22/F Yuchengco Tower One RCBC Plaza, Ayala Ave. cor. G.Puyat Ave. Makati City, Philippines MANILA: +632-757-4888 ext. 837 +1-650-292-2416 +1-650-242-4691 Mobile: +63910-6950451 email: antonio.hilario@cevera.com web: www.cevera.com CONFIDENTIAL OR PRIVILEGED: This communication contains information intended only for the use of the individuals to whom it is addressed and may contain information that is privileged, confidential or exempt from other disclosure under applicable law. If you are not the intended recipient, you are notified that any disclosure, printing, copying, distribution or use of the contents is prohibited. If you have received this in error, please notify the sender immediately by telephone or by returning it by reply email and then permanently deleting the communication from your system. Thank you.