From owner-freebsd-hardware@FreeBSD.ORG Sun Jan 6 23:42:19 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CAB716A417 for ; Sun, 6 Jan 2008 23:42:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.tele2.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id D0FB813C448 for ; Sun, 6 Jan 2008 23:42:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [85.19.218.45] (account mc467741@c2i.net [85.19.218.45] verified) by mailfe14.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 21982346; Sun, 06 Jan 2008 23:42:15 +0100 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Sun, 6 Jan 2008 23:42:58 +0100 User-Agent: KMail/1.9.7 References: <109c90a0801061055s3c028b06j488d9bdb3419d2f6@mail.gmail.com> In-Reply-To: <109c90a0801061055s3c028b06j488d9bdb3419d2f6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801062342.59891.hselasky@c2i.net> Cc: Eimar Koort Subject: Re: ZTE MG478 usbmodem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 23:42:19 -0000 On Sunday 06 January 2008, Eimar Koort wrote: > Hi all. > > Recently i bought ZTE CDMA2000 1X EV-DO Wireless Data Terminal (model > MG478). > So far i have no luck to get it work under FreeBSD (6.2). > When i connect this device i get: > > Dec 27 16:22:06 laptop kernel: uhub4: device problem (SET_ADDR_FAILED), > disabling port 3 > Dec 27 16:22:08 laptop kernel: ugen0: ZTE, Incorporated ZTE CDMA Tech, rev > 1.10/0.00, addr 3 > > There's also small guide how to get it work with linux: > http://people.proekspert.ee/urmet/blog/?p=34 > However - it's not very useful when dealing with fbsd. > > So. Has anybody succeeded to get this thing work with freebsd? Maybe you need to add the VID/PID to "/sys/dev/usb/umodem.c". vendor=0x19d2 product=0xfffe --HPS