From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 16 05:39:24 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B6F5A44; Tue, 16 Sep 2014 05:39:24 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA730645; Tue, 16 Sep 2014 05:39:22 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 00DD71FE027; Tue, 16 Sep 2014 07:39:13 +0200 (CEST) Message-ID: <5417CCF6.10204@selasky.org> Date: Tue, 16 Sep 2014 07:39:02 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: CeDeROM , FreeBSD Questions Mailing List , "freebsd-hackers@freebsd.org" , freebsd-net@freebsd.org, "freebsd-usb@FreeBSD.org" Subject: Re: U3G QDL firmware loader for GOBI2000/HP_UN2420 MiniPCI/USB 3G/GPS References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 05:39:24 -0000 On 09/15/14 17:16, CeDeROM wrote: > Hello world! :-) > > I have changed my machine, there is a built-in GOBI2000 / HP UN2420 > 3G/GPS module installable as MiniPCI card and visible as USB device. I > have added its VID/PID to the usbdevs and u3g.c module, so after > recompilation it gets recognised by u3g module and apropriate > /dev/cuaU* device shows up.. > > The problem is that device does not store firmware inside non-volatile > memory, so user needs to upload it after power-on. I have the firmware > files. I can test modem with success after reboot from Win7 which > uploads firmware into device. Still, I need to upload the firmware > somehow on my FreeBSD. > > The upload protocol is QDL and /dev/cuaU0 shows up waiting for > command. Which utility can I use to upload firmware with QDL? I have > seen one post [1] regarding this problem in the past but the QDL > utility was not named explicitly. > > Any hints welcome! :-) > > Tomek > > [1] http://lists.freebsd.org/pipermail/freebsd-usb/2010-October/009384.html > Hi, Maybe you can use some tools to sniff the USB protocol under the other operating system. The protocol is probably not too complicated, and just replay the traffic. --HPS