From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 20:18:17 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 1CC6A84D for ; Tue, 16 Sep 2014 20:18:17 +0000 (UTC) Received: from mailhost.netlab.sk (mailhost.netlab.sk [84.245.65.10]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E49375E for ; Tue, 16 Sep 2014 20:18:16 +0000 (UTC) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlab.sk with ESMTPA; Tue, 16 Sep 2014 22:18:17 +0200 id 00DD6020.54189B09.00016E49 Date: Tue, 16 Sep 2014 22:18:12 +0200 From: Milan Obuch To: milu@dat.pl Subject: Re: Huawei E3272 tester needed Message-ID: <20140916221812.649a1756@zeta.dino.sk> In-Reply-To: <541895C6.3030304@dat.pl> References: <20140916165257.3a0cee9b@zeta.dino.sk> <541895C6.3030304@dat.pl> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; i386-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@FreeBSD.ORG, 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: Tue, 16 Sep 2014 20:18:17 -0000 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 ] > > I tried attach/detach device beore and after loading u3g (just in > > case...) and if_cdce kernel modules, but I saw no changes. > > > > From 'usbconfig dump_device_desc': > > > > ugen1.3: at usbus1, cfg=3D0 md=3DHOST > > spd=3DHIGH (480Mbps) pwr=3DON (500mA) > > > > bLength =3D 0x0012 > > bDescriptorType =3D 0x0001 > > bcdUSB =3D 0x0200 > > bDeviceClass =3D 0x0000 > > bDeviceSubClass =3D 0x0000 > > bDeviceProtocol =3D 0x0000 > > bMaxPacketSize0 =3D 0x0040 > > idVendor =3D 0x12d1 > > idProduct =3D 0x1f01 > > bcdDevice =3D 0x0102 > > iManufacturer =3D 0x0002 > > iProduct =3D 0x0001 > > iSerialNumber =3D 0x0004 > > bNumConfigurations =3D 0x0001 > > > > If anything else is important, let me know. > > > > Regards, > > Milan > > Try ejecting first this cd2 drive by cdcontrol eject or camcontrol > eject. I had such scenario with other usb device and that helped. >=20 Nothing. # camcontrol eject cd2 Unit stopped successfully, Media ejected That's all. No new device created, neither in /dev directory nor in ifconfig listing. Nothing in console log. =46rom 'usbconfig dump_all_config_desc': ugen1.3: at usbus1, cfg=3D0 md=3DHOST spd= =3DHIGH (480Mbps) pwr=3DON (500mA) Configuration index 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0002=20 wTotalLength =3D 0x0020=20 bNumInterfaces =3D 0x0001=20 bConfigurationValue =3D 0x0001=20 iConfiguration =3D 0x0003 bmAttributes =3D 0x0080=20 bMaxPower =3D 0x00fa=20 Interface 0 bLength =3D 0x0009=20 bDescriptorType =3D 0x0004=20 bInterfaceNumber =3D 0x0000=20 bAlternateSetting =3D 0x0000=20 bNumEndpoints =3D 0x0002=20 bInterfaceClass =3D 0x0008=20 bInterfaceSubClass =3D 0x0006=20 bInterfaceProtocol =3D 0x0050=20 iInterface =3D 0x0000 Endpoint 0 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0001 bmAttributes =3D 0x0002 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Endpoint 1 bLength =3D 0x0007=20 bDescriptorType =3D 0x0005=20 bEndpointAddress =3D 0x0081 bmAttributes =3D 0x0002 wMaxPacketSize =3D 0x0200=20 bInterval =3D 0x0000=20 bRefresh =3D 0x0000=20 bSynchAddress =3D 0x0000=20 Regards, Milan