Discussion:
Intel Corporation Wireless 8265 / 8275 (rev 78) on FreeBSD 12
(too old to reply)
David Pan
2018-05-23 07:41:25 UTC
Permalink
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,

thx
David Pan
Sean Bruno
2018-05-23 16:45:08 UTC
Permalink
Post by David Pan
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,
thx
David Pan
This seems to be a "iwm(4)" device. Try loading this driver in loader.conf.


https://www.freebsd.org/doc/handbook/network-wireless.html

sean
Pete Wright
2018-05-23 16:46:13 UTC
Permalink
Post by David Pan
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"
***@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
***@nomadlogic.org
@nomadlogicLA
Mateusz Piotrowski
2018-05-24 12:55:48 UTC
Permalink
On Wed, 23 May 2018 09:46:13 -0700
Post by Pete Wright
Post by David Pan
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.
output from "pciconf -lv"
rev=0x78 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Wireless 8265 / 8275'
    class      = network
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.

[1]: https://wiki.freebsd.org/WiFi/FAQ#I.27ve_got_some_problems_with_the_iwm.284.29_driver
Pete Wright
2018-05-24 17:26:49 UTC
Permalink
Post by Mateusz Piotrowski
On Wed, 23 May 2018 09:46:13 -0700
Post by Pete Wright
Post by David Pan
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.
output from "pciconf -lv"
rev=0x78 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Wireless 8265 / 8275'
    class      = network
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
***@nomadlogic.org
@nomadlogicLA
Loading...