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.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23471 invoked from network); 30 Jul 2021 21:28:20 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 30 Jul 2021 21:28:20 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 1ess; Fri Jul 30 17:19:34 -0400 2021 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id E10F91502E6 for <9front@9front.org>; Fri, 30 Jul 2021 17:19:23 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=tp+EjP5geryWJUb705DXLdhtK 40T5qDvi4YSX9z+pXQ=; b=e9CYKxuKiweO2MF7yeH5oWOlo+Slc13nrfxR2md2J VTYWPMKjG1WJvhuE9uqedqyUbMM2GPogfxTFItl1+11Cg2gygyvr3UIPTx2VrVId cmfqMcW/th5bOR7ch1ZeK8Km+JX22xdfA3JauxZK/a99mr3qAy4cVyUa+C4wmEN2 S0= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id C654A1502E5 for <9front@9front.org>; Fri, 30 Jul 2021 17:19:23 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id D5B7E1502E4 for <9front@9front.org>; Fri, 30 Jul 2021 17:19:20 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: To: 9front@9front.org Date: Fri, 30 Jul 2021 14:19:19 -0700 From: unobe@cpan.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: CE4C2FA6-F17B-11EB-9EC1-FA9E2DDBB1FC-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: webscale pipelining controller Subject: Re: Aw: Re: [9front] driver for intel wireless 7260? Reply-To: 9front@9front.org Precedence: bulk > > Gesendet: Montag, 26. Juli 2021 um 21:29 Uhr > > Von: cinap_lenrek@felloff.net > > An: 9front@9front.org > > Betreff: Re: [9front] driver for intel wireless 7260? > > > > it falls into the family of /sys/src/9/pc/etheriwl.c > > supported cards. > > > > it is just that i havnt had the hardware, so the > > driver will ignore it. > > > > add pci id and initialize ctlr->family to 7000. > > > > you'll need iwm-8260-17 and then troubleshoot from there. > > > > the etheriwl driver is based on iwn/iwm obsd drivers > > (becasue there is no other "documentation"), > > so check there for differences and switches around the > > device family for unhandled cases. > > > > money is not a problem. time and availability of hw is. > > you will do yourself and us more good by just doing the > > work. Quoth Eckard Brauer : > Just a few weeks ago, I had some mailing with Kemal for that topic, as > he tried to help me on that. My little understanding reached it's end > early, and unfortunately we had no luck getting the card to work > finally, but Kemal already did some patches I tried out. > > Maybe it's of some help to have that patches, so notify me, I should > have them all here. You might also want to have the openbsd source pulled up to compare--altho' the code was *initially* derived from the openbsd source code, it's different, and there's been continuous development of the driver in OpenBSD. Perhaps looking at that might make it easier to get it working. https://github.com/openbsd/src (look at /sys/dev/pci/if_iwn.c )