Discussion:
wifi driver for Intel 8265/8275?
(too old to reply)
Anton Shterenlikht
2018-04-15 20:22:43 UTC
Permalink
I've this wifi device:

***@pci0:2:0:0: class=0x028000 card=0x00508086 chip=0x24fd8086 rev=0x78 hdr=0x00
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network

I tried iwn and iwm, but
the device is not recognised:

ifconfig: SIOCIFCREATE2: Device not configured

Is there a driver in 11.1-release I could try for it?

Thanks

Anton
Anton Shterenlikht
2018-04-15 21:34:57 UTC
Permalink
Post by Anton Shterenlikht
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network
I tried iwn and iwm, but
ifconfig: SIOCIFCREATE2: Device not configured
Is there a driver in 11.1-release I could try for it?
After some searching, I understand iwn in 12-current
does support it. Can anybody confirm this please.

Thanks

Anton
Dave Cottlehuber
2018-04-16 12:48:05 UTC
Permalink
Post by Anton Shterenlikht
Post by Anton Shterenlikht
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network
I tried iwn and iwm, but
ifconfig: SIOCIFCREATE2: Device not configured
Is there a driver in 11.1-release I could try for it?
Hallo Anton,

Not yet to my knowledge. At least according to the man pages it hasn't been merged yet https://www.freebsd.org/cgi/man.cgi?query=iwm&manpath=FreeBSD+12-current is the first version that mentioned 8265.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220229 is open for this already, and mentions that its complicated and depends on a number of other commits.
Post by Anton Shterenlikht
After some searching, I understand iwn in 12-current
does support it. Can anybody confirm this please.
Yes, I've been using it for almost a year now. My h/w is slightly different to yours but the chip seems to be the same at least.

***@pci0:58:0:0: class=0x028000 card=0x00108086 chip=0x24fd8086 rev=0x78 hdr=0x00
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network
bar [10] = type Memory, range 64, base 0xdc200000, size 8192, enabled
cap 01[c8] = powerspec 3 supports D0 D3 current D0
cap 05[d0] = MSI supports 1 message, 64 bit enabled with 1 message
cap 10[40] = PCI-Express 2 endpoint max data 128(128) FLR RO NS
link x1(x1) speed 2.5(2.5) ASPM L1(L1)
ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected
ecap 0003[140] = Serial 1 0028f8ffffd09152
ecap 0018[14c] = LTR 1
ecap 001e[154] = unknown 1


# dmesg |grep 8265
Preloaded elf obj module "/boot/kernel/iwm8265fw.ko" at 0xffffffff831e5b80.
firmware: 'iwm8265fw' version 0: 1811984 bytes loaded at 0xffffffff82a44000
iwm0: <Intel(R) Dual Band Wireless AC 8265> mem 0xdc200000-0xdc201fff at device 0.0 on pci2

# /boot/loader.conf
# intel wifi
if_iwm_load="YES"
iwm8265fw_load="YES"

# /etc/rc.conf
# wifi
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
create_args_wlan0="country AT regdomain ETSI"

A+
Dave
Eitan Adler
2018-04-18 01:35:46 UTC
Permalink
Post by Dave Cottlehuber
Post by Anton Shterenlikht
vendor = 'Intel Corporation'
device = 'Wireless 8265 / 8275'
class = network
I tried iwn and iwm, but
ifconfig: SIOCIFCREATE2: Device not configured
Is there a driver in 11.1-release I could try for it?
Hallo Anton,
Not yet to my knowledge. At least according to the man pages it hasn't been merged yet https://www.freebsd.org/cgi/man.cgi?query=iwm&manpath=FreeBSD+12-current is the first version that mentioned 8265.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220229 is open for this already, and mentions that its complicated and depends on a number of other commits.
I did a fair amount of iwm MFCing already. Some of the newer changes
rely on changes that require kernel-side KPI changes which will not
get merged. I'm not planning on doing any further MFCs for iwm to
stable/11.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
Loading...