From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 14:53:08 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 228B9390 for ; Tue, 16 Sep 2014 14:53:08 +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 AC1039DF for ; Tue, 16 Sep 2014 14:53:07 +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 16:53:00 +0200 id 00DD60F7.54184ECC.00014FA3 Date: Tue, 16 Sep 2014 16:52:57 +0200 From: Milan Obuch To: Nick Hibma Subject: Re: Huawei E3272 tester needed Message-ID: <20140916165257.3a0cee9b@zeta.dino.sk> In-Reply-To: References: 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 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 14:53:08 -0000 On Tue, 16 Sep 2014 09:40:45 +0200 Nick Hibma wrote: > Hi, >=20 > 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. >=20 > Thanks in advance. >=20 > Nick > Hi, I did fresh svn update, rebuilt world+kernel, but it does not work for me... =46rom log: ugen1.3: at usbus1 umass1: = on usbus1 cd2 at umass-sim1 bus 1 scbus7 target 0 lun 0 cd2: Removable CD-ROM SCSI-2 device cd2: 40.000MB/s transfers cd2: cd present [65536 x 2048 byte records] cd2: quirks=3D0x10<10_BYTE_ONLY> (cd2:umass-sim1:1:0:0): READ(10). CDB: 28 00 00 00 ff ff 00 00 01 00 (cd2:umass-sim1:1:0:0): CAM status: SCSI Status Error (cd2:umass-sim1:1:0:0): SCSI status: Check Condition (cd2:umass-sim1:1:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read= error) (cd2:umass-sim1:1:0:0): Info: 0xffff (cd2:umass-sim1:1:0:0): Error 5, Unretryable error (cd2:umass-sim1:1:0:0): cddone: got error 0x5 back ugen1.3: at usbus1 (disconnected) umass1: at uhub1, port 6, addr 3 (disconnected) cd2 at umass-sim1 bus 1 scbus7 target 0 lun 0 cd2: detached (cd2:umass-sim1:1:0:0): Periph destroyed I tried attach/detach device beore and after loading u3g (just in case...) and if_cdce kernel modules, but I saw no changes. =46rom '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 > The change: >=20 > Author: n_hibma > Date: Tue Aug 5 12:08:50 2014 > New Revision: 269584 > URL: http://svnweb.freebsd.org/changeset/base/269584 >=20 > Log: > Add support for Huawei E3272 modems which are supported by the CDC > ethernet class. >=20 > Note: This is untested as I do not have a device like this. That is > reflected in the MFC timeout. >=20 > PR: 192345 > Submitted by: rozhuk.im gmail.com > MFC after: 4 weeks >=20 > Modified: > head/sys/dev/usb/net/if_cdce.c > head/sys/dev/usb/usbdevs >