From nobody Sun Oct 24 10:20:37 2021 X-Original-To: freebsd-wireless@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 C3D2A18006A8 for ; Sun, 24 Oct 2021 10:20:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcYy355sBz4tDW; Sun, 24 Oct 2021 10:20:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) (Authenticated sender: bz/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 74420277D4; Sun, 24 Oct 2021 10:20:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id BC1548D4A212; Sun, 24 Oct 2021 10:20:40 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id BEEB1E707BB; Sun, 24 Oct 2021 10:20:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id EWQg33cC8Svu; Sun, 24 Oct 2021 10:20:38 +0000 (UTC) Received: from [192.168.2.110] (unknown [IPv6:fde9:577b:c1a9:31:59d7:5f79:63f5:25e7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 94025E707B3; Sun, 24 Oct 2021 10:20:38 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Kyle Evans" Cc: freebsd-wireless Subject: Re: iwlwifi (AX210) Date: Sun, 24 Oct 2021 10:20:37 +0000 X-Mailer: MailMate (2.0BETAr6151) Message-ID: In-Reply-To: References: List-Id: Discussions List-Archive: https://lists.freebsd.org/archives/freebsd-wireless List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-ThisMailContainsUnwantedMimeParts: N On 24 Oct 2021, at 7:43, Kyle Evans wrote: Hi, > I've got an AX210 chip in a Framework laptop that I've (hackily) > gotten working with iwlwifi tonight... I’ve got some good news for you; I got mine working on Friday as the wiki page change tells you: https://wiki.freebsd.org/action/diff/WiFi/Iwlwifi?action=diff&rev1=33&rev2=34 There are two blockers left so that I can get at least everything but the driver code into main. Hope this will be happening during this week and with that AX210 will hopefully also work better for you. Glad you found a workaround for yourself in the meantime (though I don’t fully understand why that doesn’t freak the firmware out either, given it should in theory from what I understand the real issue being now). /bz