From owner-freebsd-wireless@freebsd.org Thu Sep 8 23:22:13 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4170BD2177 for ; Thu, 8 Sep 2016 23:22:12 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C302A982 for ; Thu, 8 Sep 2016 23:22:12 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-oi0-x22c.google.com with SMTP id s131so96825167oie.2 for ; Thu, 08 Sep 2016 16:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xkArsuI4cpn6vymsZ6zifCT0+PS3Inm/WjGb6FWTc1Y=; b=fOd0nKIkb1NRNsq6vEDm4DTbq/DTTTTLilTwafuRHiLqdVpq5Onj7YAAeaB8AaB5K7 knygUv0Lax8fv+cyzXF+F0Ul9HxLNSd190bCXL51EjBoi2JvuvTBrvGtbCWh9iuM7Lpf 8lxctw9i6nV3uyGxjAy2sA609iNniKdXdXM72ckXvTPAzgv7WsXcO/eG+rLjD08tOGyU Tq04rcp+6pMdizp1seZ98yQW0AAplhp0+PesAz15A2DbYZmPYcVXUCbBA3gDlCrglvZb r8IVX1qBszZgoQIByeE3bbjWGcSj7Bjpxv7o35euYJCygykvxAJU+hWtwAVn8VNO4SUr K99A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xkArsuI4cpn6vymsZ6zifCT0+PS3Inm/WjGb6FWTc1Y=; b=TyKGuXMurrBXJrPZVUa0tUAxfzUzz0ElrIra/oQV5tyesfnGDWOvaS9CFJEl/NSKay AZiFF9Ot/k967aqED1Lev/FHc70eV47mSX1A7BvT9JKzOM0yJxdaEJn7Ng3Gu0wMRjSa WiW0WzQrwXi68A9J6mLcaentBDDuewSXA9xM3d4eZBiCksiNnE8vfhFi5g9aAV6c9u5M 2CX3TWRwH98nOoGRzynKvc1kV/N5QlWhInt5i3LCy6czmuSi/7BdBWuyOQ37/Ff2VVw2 xkFhML6xqg+5+Gg8/XJWlDFLrDeE+jaIrcuG27Tt1JuVdy/9EFiba/OyEI6lo1SSbZKj VwPw== X-Gm-Message-State: AE9vXwMSriATKS+N4n2Uocf0SPsv9w7n0TT5rc+gBKa2z1En7dbVfhUu+T7vy3tkk2/6KtbBc1FXCHTBhWuKlA== X-Received: by 10.157.11.161 with SMTP id 30mr725296oth.113.1473376932050; Thu, 08 Sep 2016 16:22:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.26.3 with HTTP; Thu, 8 Sep 2016 16:22:11 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Fri, 9 Sep 2016 07:22:11 +0800 Message-ID: Subject: Re: FreeBSD 11.0 8026 Support To: Jim Heald Cc: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 23:22:13 -0000 On Thursday, 8 September 2016, Jim Heald wrote: > Hello, > > I have FreeBSD 11.0-RC2 installed and my wifi doesn't work. However, I > noticed this commit > and > also that FreeBSD 11.0 should be released pretty soon (like in the next few > weeks). Therefore, I'm curious first off if the Intel 8026 chipset will be > supported in 11.0 and if not how (if possible) I can compile and install > the updated driver to get wifi working. > > Thanks! > > Jim > Do you mean the Intel 8260 chipset (rather than 8026)? My understanding is that yes, it is supported by FreeBSD 11. However, the driver is young; and not without problems. In saying that, you should be able to use you wifi! https://www.freebsd.org/cgi/man.cgi?query=iwm&apropos=0&sektion=0&manpath=FreeBSD+11.0-RELEASE&arch=default&format=html Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com