From owner-freebsd-current@freebsd.org Thu May 24 17:26:53 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C04DEF93D0 for ; Thu, 24 May 2018 17:26:53 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07E2779BF3; Thu, 24 May 2018 17:26:52 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.208] (cpe-75-82-194-8.socal.res.rr.com [75.82.194.8]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 734212e5 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Thu, 24 May 2018 10:26:50 -0700 (PDT) Subject: Re: Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12 To: Mateusz Piotrowski <0mp@FreeBSD.org>, freebsd-current@freebsd.org References: <1366699076.177914.1527061285836.ref@mail.yahoo.com> <1366699076.177914.1527061285836@mail.yahoo.com> <99b881e0-9915-e859-070c-df40673400f1@nomadlogic.org> <20180524145548.09f061ad@oxy> From: Pete Wright Message-ID: Date: Thu, 24 May 2018 10:26:49 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180524145548.09f061ad@oxy> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 17:26:53 -0000 On 05/24/2018 05:55, Mateusz Piotrowski wrote: > On Wed, 23 May 2018 09:46:13 -0700 > Pete Wright wrote: > >> On 05/23/2018 00:41, David Pan wrote: >>> how config the Intel Corporation Wireless 8265 / 8275 (rev 78) on >>> FreeBSD 12?I installed FreeBSD 12 on my thinkpad t470p ,and can not >>> drive the Intel Wireless Card. >>> please help me fix that, >> I have this working on my end under both 12-current and 11-stable. >> here's my configuration: >> >> output from "pciconf -lv" >> iwm0@pci0:3:0:0:    class=0x028000 card=0x10108086 chip=0x24fd8086 >> rev=0x78 hdr=0x00 >>     vendor     = 'Intel Corporation' >>     device     = 'Wireless 8265 / 8275' >>     class      = network >> >> >> to bring up the card i have added this entry to /etc/rc.conf: >> >> kld_list="if_iwm" >> >> then configuring the interface is the same as any other wifi as per the >> handbook, the device will be available as "iwm0". > Shouldn't you load some firmware as well? That's what the iwm(4) manual > and WiFi/FAQ wiki page[1] say. on my system loading if_iwm via the above rc.conf entry pulls in the appropriate firmware kld: $ kldstat|grep iwm  6    1 0xffffffff82c21000 14af0    if_iwm.ko  7    1 0xffffffff82c36000 1ba76f   iwm8265fw.ko -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA