From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 05:11:42 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 3C56EEA1 for ; Wed, 17 Sep 2014 05:11:42 +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 ECBB73DB for ; Wed, 17 Sep 2014 05:11:41 +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 AE02824800B; Wed, 17 Sep 2014 07:11:37 +0200 (CEST) Message-ID: <541917FE.3060801@selasky.org> Date: Wed, 17 Sep 2014 07:11:26 +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> In-Reply-To: <20140916225205.6d7a8bac@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 05:11:42 -0000 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