From owner-freebsd-hardware@FreeBSD.ORG Mon Jan 7 18:32:38 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 D4E9116A419 for ; Mon, 7 Jan 2008 18:32:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 5E56713C459 for ; Mon, 7 Jan 2008 18:32:37 +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 mailfe11.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 589738855; Mon, 07 Jan 2008 19:32:36 +0100 From: Hans Petter Selasky To: freebsd-hardware@freebsd.org Date: Mon, 7 Jan 2008 19:33:17 +0100 User-Agent: KMail/1.9.7 References: <109c90a0801061055s3c028b06j488d9bdb3419d2f6@mail.gmail.com> <47816D85.5030802@totaldiver.net> <109c90a0801062220l6cd5c1fcqe1a15054aecb8e4e@mail.gmail.com> In-Reply-To: <109c90a0801062220l6cd5c1fcqe1a15054aecb8e4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801071933.18406.hselasky@c2i.net> Cc: Eimar Koort , Jeff Palmer 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: Mon, 07 Jan 2008 18:32:38 -0000 On Monday 07 January 2008, Eimar Koort wrote: > On Jan 7, 2008 2:08 AM, Jeff Palmer wrote: > > This may be an obvious question to some, and not so obvious to others. > > Did you load the ucomm and umodem kernel modules? > > > > kldload umodem (which may load ucomm, not sure) > > kldload ucomm > > > > then reinsert the device and see if it detects anything differently. > > > > Tried that too. Tried to load modules from command line and from boot > > loader - acts same way. Hi, Did you try "udesc_dump" from /usr/ports/sysutils/udesc_dump ? Maybe you specified the wrong interface in umodem.c, and don't forget to recompile the module/kernel. --HPS