From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24137 invoked from network); 12 Feb 2022 21:49:42 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 12 Feb 2022 21:49:42 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Sat Feb 12 16:42:23 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1644702124; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=2/GfpsBssjTNGwdrA0/KnDWrjObf848LQr25hAOWTZo=; b=BTyHofTaS4RQWIikGIYgO/ODGW/zi8ALfZVKp+gY6ewBO9/KYtNXaKbMCUvba6vdelDTgy Jb0PEb4HoOH+WfSmLHJ0ke1z5OMLxsYyiYa+TK/Bqj1UJNimIOadTsOVcKPjzvl9PT5sKn pxu3gLU6GMRmT2ZKotYwCRgxu8YqMdc= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id c8beadde (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Sat, 12 Feb 2022 13:42:03 -0800 (PST) Message-ID: <04B4814A9132B5C5261B748CCE982970@wopr.sciops.net> Date: Sat, 12 Feb 2022 22:42:01 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: polling proxy HTML component realtime-oriented generator Subject: Re: [9front] etheriwl intel wireless 7260 fatal firmware error Reply-To: 9front@9front.org Precedence: bulk On Sat Feb 12 06:20:39 +0100 2022, ori@eigenstate.org wrote: > Quoth babe : > > Hello, > > I saw that the intel wireless 7260 AC card got added to etheriwl > > (thanks khm!), so I tried it out. At first I got this error: > > > > iwl: unsupported controller type 20 > > > > I then edited line 638 in etheriwl to change the controller type to 20, > > from 30. It seemed to have worked, as the card was now loaded: > > > > #l0: iwl: 54Mbps port 0xF7700000 irq 11 ea 000000000000 > > #l0: firmware: iwm-7260-17, rev 11, build 3216344376, size [3] 14000+2c000 + [3] 14000+2c000 + 0 > > > > But then it gave me a fatal firmware error: > > > > #l0: fatal firmware error > > lastcmd: 136 (0x88) > > error: id 65, trm_hw_status 000002f0 00000000, > > branchlink2 0000099a, interruptlink 0000d340 0000b8ca, > > errordata 00000000 00000200 02030000 > > #l0: cmd 136: flushq: broken > > readnvmsect: flushq: broken > > #l0: cmd 152: qcmd: broken > > #l0: qcmd: broken > > > > Could any of you give me a heads up on how to fix this? I don't really > > know how to program but if I could help in any way I'll be glad to :D > > > > --babe > > > > Does this still happen if you connect quickly to a wifi network? > > I think this may be related to active scans, and the fix > will likely be similar to this OpenBSD commit: > > https://github.com/openbsd/src/commit/7b7ad45c6eb1f81fda7b875a3e190e53cf2d4bd2 > > But I haven't had time to tests/investigate/try to put > a patch together. kemal did a ton of work on the driver trying to get 7260 to work, without success. The firmware errors made no sense and it was impossible to understand where the issue was. I don't remember if his latest patch was merged or not, I believe that it's floating on the ml from around august last year, but again, no dice. If anyone wants to stare at it some more, I suggest looking at his mails and diffs. I remember I helped test it with a 7260 (x240) and with my t490s' i219-v with similar results. Cheers, qwx