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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18822 invoked from network); 7 Aug 2021 10:37:05 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 7 Aug 2021 10:37:05 -0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by 1ess; Sat Aug 7 06:30:40 -0400 2021 Received: by mail-ot1-f47.google.com with SMTP id x15-20020a05683000cfb02904d1f8b9db81so11935452oto.12 for <9front@9front.org>; Sat, 07 Aug 2021 03:30:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=BhBrxISSsgK6Lk6k8FVe/4Fla5Zdt4+7TEV3NPjSobk=; b=Vdx3MHPA/s08jMKScgca5+kKw+EUsZgoEsj6U6V5/48gl+ENIizxbJYWmaL9l2tdL0 ZPfMSlbXYJIA7Q+4OGA3COgq8KdRHdZ+Kfgx5mc01xfJ40uhcN9VgG5MfhtKlVYm4KDH 8YL7pHkPTVJWvl2XhjavJz9mMM9jQcXCOhfJNeQPBa7ugdyyoN7r4DR51QvRyA+VzL61 j7vsJm+QrU1VtBLtzw0pA9f2A67mOXpTMsofBdGMsuUdWGgBY3VSL6GGyzVyCE1QRNZI W87r+Y6LgCVPha+0ca2qFuyveTAI8Ny//XjAvZTf5viQMd6lcivK2sl0H/ciTmc7gajD dfNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=BhBrxISSsgK6Lk6k8FVe/4Fla5Zdt4+7TEV3NPjSobk=; b=cql7pkGFU0loZXqKF2H2h4z/Hhd3suwZLON0Yg0wtMJ6B9gP1TgnFtrVxTNT5nK2Gx IXpBrHOhHNE+sREOr9TioOMcz4m7hzA1oRFogVdd7LzewdoikGInMpvHfAthvbcRBg84 HGpHnNgzBH4qFsBOo8FobrSmBdsKsR+Pq1YtUWTVkcIx3EAqLclQ31JT7H+VgL4lzPsb +KlVjATA1PpZ3Yjzg+UHFh4OJjMYEFlkfFPSkxsSs5JtcOKv4Z2RnWC8m9bKARFrVIMJ HirQdoAcUtJ2Qk91/TxheD46zHSxoEy/GnZVJRkCB9F3bJdfVuH9/jzS3Ozd7nP2bte1 KUYA== X-Gm-Message-State: AOAM531HeDfik5QJkeTTdzn3vsfZthwZPTJz8zoE/GadaPPM3WYjq2JZ EMn03HGHvoBdmgjUeJljq52ydkx9bP3IA+fSNwd0OcBnGsc= X-Google-Smtp-Source: ABdhPJzTvxZH1Yduy7otPo2JZjnfolWDnu/hPH++dsuVI4XbOGVy8OEAfIx0XK7lj+hO65dzIevp206s3Sv3H2Ndox0= X-Received: by 2002:a9d:2601:: with SMTP id a1mr3033067otb.122.1628332226538; Sat, 07 Aug 2021 03:30:26 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac9:5981:0:0:0:0:0 with HTTP; Sat, 7 Aug 2021 03:30:26 -0700 (PDT) In-Reply-To: References: <273E6D5C84DA95B5AF57E5FAE7B4956F@felloff.net> From: kemal Date: Sat, 7 Aug 2021 10:30:26 +0000 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: structured just-in-time high-performance realtime-based injection CMS database Subject: Re: [9front] driver for intel wireless 7260? Reply-To: 9front@9front.org Precedence: bulk > I applied the patch and did a `mk all; mk install`, then put the obsd > firmware (cinap said I needed iwm-8260-17 but since that doesn't seem to > exist I'm guessing it was a typo for iwm-7260-17) in /lib/firmware, and then > rebooted, but whenever I try to `bind -a '#l1' /net` or run any other > command which involves '#l1', I get an error like "#l1: no free devices". > Does this sound like a driver issue or a "I set up my machine wrong" issue > to you guys? may you try finding the line in /sys/src/9/pc/etheriwl.c where Type7260 is defined, then change the definition from 30 to 20. it seems that it was 20. then rebuild the kernel, then change the kernel with the command `9fs 9fat; mv 9pc64 /n/9fat/9pc64`. after rebooting, you might see a "fatal firmware error", so if one happens mail the contents of the error, so i can debug it.