FreeBSD 11.2 mit Intel 8260 - Firmware fehler ?!

ds2k5

Active Member
Hallo Zusammen,
ich versuche ein FreeBSD 11.2 mit WLAN zum laufen zu bekommen.

pciconfig -lv gibt folgendes zu WLAN Karte aus:

Code:
iwm0@pci0:1:0:0:    class=0x028000 card=0x00508086 chip=0x24f38086 rev=0x3a hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Wireless 8260'
    class      = network

die /boot/loader.conf sieht wie folgt aus:


Code:
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
zfs_load="YES"
if_iwm_load="YES"
iwm8000Cfw_load="YES"

Kernel Modul: iwm8265 habe ich auch versucht... leider auch ohne Erfolg

folgende iwm Kernel Module sind geladen:

Code:
 4    1 0xffffffff825c5000 28ee8    if_iwm.ko
5    1 0xffffffff825ee000 206ae0   iwm8000Cfw.ko

dmesg spuckt diese hier aus:

Code:
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm8000Cfw: root not mounted yet, no way to load image
iwm0: could not read firmware iwm8000Cfw (error 0)
iwm0: SecBoot CPU1 Status: 0x1, CPU2 Status: 0x3
iwm0: Failed to start INIT ucode: 35
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm8000Cfw: root not mounted yet, no way to load image
iwm0: could not read firmware iwm8000Cfw (error 0)
iwm0: SecBoot CPU1 Status: 0x1, CPU2 Status: 0x3
iwm0: Failed to start INIT ucode: 35
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:xx:xx:xx
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:xx:xx:xx

was mach ich da falsch ?

Danke
 
Danke Dir Rob,

nach dem boot spuckt dmesg das hier aus:

Code:
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm8000Cfw: root not mounted yet, no way to load image
iwm0: could not read firmware iwm8000Cfw (error 0)
iwm0: SecBoot CPU1 Status: 0x1, CPU2 Status: 0x3
iwm0: Failed to start INIT ucode: 35
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm8000Cfw: root not mounted yet, no way to load image
iwm0: could not read firmware iwm8000Cfw (error 0)
iwm0: SecBoot CPU1 Status: 0x1, CPU2 Status: 0x3
iwm0: Failed to start INIT ucode: 35
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:xx:xx:xx
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:xx:xx:xx
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:xx:xx:xx

habe in der /boot/loader.conf die 2 Zeile (iwm) mit # auskommentiert

nach dem Laden der kernel Module das hier:

Code:
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:85:a4:67
iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xe1100000-0xe1101fff irq 16 at device 0.0 on pci1
iwm0: hw rev 0x200, fw ver 22.361476.0, address e4:a4:71:85:a4:67
 
Zuletzt bearbeitet:
Leider nein, kein interface vorhanden zum konfirurieren

sysctl net.wlan.devices zeigt: iwm0

aber ifconfig -a zeigt kein device
 
Zurück
Oben