From nobody Fri Oct 01 07:40:30 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 09AD117D0CDB for ; Fri, 1 Oct 2021 07:40:44 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLMV36JX3z3G9C for ; Fri, 1 Oct 2021 07:40:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id BE81A2600D5; Fri, 1 Oct 2021 09:40:42 +0200 (CEST) Subject: Re: Problems with 4G Huawei stick & RPi3 after upgrading to 13.0 To: ari@stonepile.fi, freebsd-arm@freebsd.org References: <4918ed59-dfe4-2669-dc0e-d768fedef157@stonepile.fi> From: Hans Petter Selasky Message-ID: <6715f614-2ee1-a576-242d-0996103baa06@selasky.org> Date: Fri, 1 Oct 2021 09:40:30 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HLMV36JX3z3G9C X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 10/1/21 9:23 AM, Ari Suutari via freebsd-arm wrote: > Hi, > > I tend to run only release kernels on non-development systems, but maybe > I could > try -stable as waiting for 13.1 might not be an option. > > Here is usbconfig output (but it is from FreeBSD 12.2): > ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=SAVE (0mA) > ugen0.2: at usbus0, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=SAVE (2mA) > ugen0.3: at usbus0, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=SAVE (2mA) > ugen0.4: at usbus0, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON (2mA) > ugen0.5: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON (98mA) > ugen0.6: at usbus0, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=ON (2mA) > > I can probably get same output with 13.0 during weekend if I visit the > site (it's 100 km away). > Unfortunately, I don't have same hardware available locally. > > If I remember correctly there was no output on dmesg when modeswitch > failed, but I'll have to check > that. > Hi, Running "usbdump -i usbus1 -f 6" may also be an option to see all traffic on the device before and after the upgrade. --HPS