Post by Anton ShterenlikhtPost by Anton Shterenlikhtvendor = '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 ShterenlikhtAfter 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