From nobody Fri Oct 01 07:01:04 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 E418117EB2A2 for ; Fri, 1 Oct 2021 07:01:24 +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 4HLLch5fcPz4rB7 for ; Fri, 1 Oct 2021 07:01:24 +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 D489C2600F2; Fri, 1 Oct 2021 09:01:16 +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: Date: Fri, 1 Oct 2021 09:01:04 +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: <4918ed59-dfe4-2669-dc0e-d768fedef157@stonepile.fi> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HLLch5fcPz4rB7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi, First of all make sure the kernel is 13-stable, and not 13.0 release. On 10/1/21 8:35 AM, Ari Suutari via freebsd-arm wrote: > What might be the problem here ? Can you show the output from "usbconfig" run as root. Also, what is printed in "dmesg" when you run usb_modeswitch? --HPS