From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 20:03:39 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 69F265BB for ; Tue, 16 Sep 2014 20:03:39 +0000 (UTC) Received: from man.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2662A5E9 for ; Tue, 16 Sep 2014 20:03:38 +0000 (UTC) Received: from man.dat.pl (localhost [127.0.0.1]) by man.dat.pl (Postfix) with ESMTP id 50EC2D16A4C; Tue, 16 Sep 2014 21:55:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from man.dat.pl ([127.0.0.1]) by man.dat.pl (man.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KVFI1RhkT3j1; Tue, 16 Sep 2014 21:55:51 +0200 (CEST) Message-ID: <541895C6.3030304@dat.pl> Date: Tue, 16 Sep 2014 21:55:50 +0200 From: Maciej Milewski MIME-Version: 1.0 To: Milan Obuch , Nick Hibma Subject: Re: Huawei E3272 tester needed References: <20140916165257.3a0cee9b@zeta.dino.sk> In-Reply-To: <20140916165257.3a0cee9b@zeta.dino.sk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 20:03:39 -0000 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... > > From 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=0x10<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. > > From 'usbconfig dump_device_desc': > > ugen1.3: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0200 > bDeviceClass = 0x0000 > bDeviceSubClass = 0x0000 > bDeviceProtocol = 0x0000 > bMaxPacketSize0 = 0x0040 > idVendor = 0x12d1 > idProduct = 0x1f01 > bcdDevice = 0x0102 > iManufacturer = 0x0002 > iProduct = 0x0001 > iSerialNumber = 0x0004 > bNumConfigurations = 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. -- Pozdrawiam, Maciej Milewski