From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 07:20:57 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8A7A150 for ; Wed, 17 Sep 2014 07:20:57 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 68D94276 for ; Wed, 17 Sep 2014 07:20:57 +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 EBC0C24800B; Wed, 17 Sep 2014 09:20:54 +0200 (CEST) Message-ID: <5419364B.3020308@selasky.org> Date: Wed, 17 Sep 2014 09:20:43 +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: Milan Obuch Subject: Re: Huawei E3272 tester needed References: <20140916165257.3a0cee9b@zeta.dino.sk> <541895C6.3030304@dat.pl> <20140916221812.649a1756@zeta.dino.sk> <54189F07.7010301@selasky.org> <20140916225205.6d7a8bac@zeta.dino.sk> <541917FE.3060801@selasky.org> <20140917090659.3228cc27@zeta.dino.sk> In-Reply-To: <20140917090659.3228cc27@zeta.dino.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.ORG, milu@dat.pl, nick@van-laarhoven.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 07:20:57 -0000 On 09/17/14 09:06, Milan Obuch wrote: > On Wed, 17 Sep 2014 07:11:26 +0200 > Hans Petter Selasky wrote: > >> On 09/16/14 22:52, Milan Obuch wrote: >>> On Tue, 16 Sep 2014 22:35:19 +0200 >>> Hans Petter Selasky wrote: >>> >>>> On 09/16/14 22:18, Milan Obuch wrote: >>>>> On Tue, 16 Sep 2014 21:55:50 +0200 >>>>> Maciej Milewski wrote: >>>>> >>>>>> On 16.09.2014 16:52, Milan Obuch wrote: >>>>>>> On Tue, 16 Sep 2014 09:40:45 +0200 >>>>>>> Nick Hibma wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> Is there someone who is able to test support for the Huawei >>>>>>>> E3272 card with CURRENT after 269584? I have not been able to >>>>>>>> confirm that it works. >>>>>>>> >>>>>>>> Thanks in advance. >>>>>>>> >>>>>>>> Nick >>>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I did fresh svn update, rebuilt world+kernel, but it does not >>>>>>> work for me... >>>>> >>>>> [ snip ] >>>>> >>>> >>>> Hi, >>>> >>>> According to the modeswitch: >>>> >>>> usbconfig -d X.Y add_quirk UQ_MSC_EJECT_HUAWEISCSI2 >>>> >>>> Then re-plug the device. >>>> >>>> --HPS >>>> >>> >>> Well, again, no change: >>> >>> #usbconfig -d 1.3 add_quirk UQ_MSC_EJECT_HUAWEISCSI2 >>> Adding quirk 'UQ_MSC_EJECT_HUAWEISCSI2' failed, continuing. >>> >>> Did I do it right? Something is surely wrong. By the way, from >>> uname: >>> >>> 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r271671M >>> >>> The only modified file is modules/drm2/Makefile because for some >>> reason radeonkms does not currently build, so I excluded is as a >>> fast workaround. >>> >> >> Hi, >> >> Did you kldload usb_quirk >> >> And does: >> >> usbconfig dump_quirk_names yield something? >> >> --HPS >> > > Well, I missed somehow usb_quirk module, but even with this module > loaded, no change in behavior was seen. Thanks to other suggestion I > verified solution with usb_modeswitch working, even on stock 9.2 and > 10.0 systems. > > Anyway, if you would like me to test something else, just drop me a > note. > Hi, This quirk should be done by the u3g module. Can you make a patch for U3G in sys/dev/usb/serial/u3g.c ? See existing quirks. Else we'll add the one from modeswitch. --HPS