From owner-freebsd-current@freebsd.org Wed May 23 16:46:17 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 EA6D3F1E82F for ; Wed, 23 May 2018 16:46:16 +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 732BC730CC for ; Wed, 23 May 2018 16:46:16 +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 b453b907 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Wed, 23 May 2018 09:46:14 -0700 (PDT) Subject: Re: Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12 To: David Pan , freebsd-current@freebsd.org References: <1366699076.177914.1527061285836.ref@mail.yahoo.com> <1366699076.177914.1527061285836@mail.yahoo.com> From: Pete Wright Message-ID: <99b881e0-9915-e859-070c-df40673400f1@nomadlogic.org> Date: Wed, 23 May 2018 09:46:13 -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: <1366699076.177914.1527061285836@mail.yahoo.com> 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: Wed, 23 May 2018 16:46:17 -0000 On 05/23/2018 00:41, David Pan wrote: > Hi: > 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". hope this helps, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA