I cannot get FreeBSD to find my wireless card. It does not show up in ifconfig -a.
In my /boot/loader.conf I load the iwm and iwm_firmware modules:
In my rc.conf:
I have my network configured in /etc/wpa_supplicant.conf:
It seems that the iwm and iwmfw drivers are loaded succesfully:
I cannot start the netif service (I get this same message during boot):
Here is my wireless card model:
In searching my device model I found some conflicting results for if this card is a AC9560 or
AX201 device. Because I was unsure of the model I reached out to my hardware vendor and they confirmed that my device is
an AC9560 device. My computer is a System 76 Darter Pro 6.
Below is a zip of my /var/run/dmesg.boot after booting in verbose mode:
Code:
root@S76BSD:~ # sysctl net.wlan.devices
net.wlan.devices:
In my /boot/loader.conf I load the iwm and iwm_firmware modules:
Code:
if_iwm_load="YES"
iwm3160fw_load="YES"
iwm3168fw_load="YES"
iwm7260fw_load="YES"
iwm7265fw_load="YES"
iwm7265Dfw_load="YES"
iwm8000Cfw_load="YES"
iwm8265fw_load="YES"
iwm9000fw_load="YES"
iwm9260fw_load="YES"
Code:
wpa_supplicant_program="/usr/local/sbin/wpa_supplicant"
wlans_iwm0="wlan0"
ifconfig_wlan0="WPA DHCP"
Code:
network={
ssid="my-network"
psk="secret-password"
}
Code:
root@S76BSD:~ # kldload if_iwm
kldload: can't load if_iwm: module already loaded or in kernel
root@S76BSD:~ # kldload iwm9260fw
kldload: can't load iwm9260fw: module already loaded or in kernel
Code:
root@S76BSD:~ # service netif start
ifconfig: SIOCIFCREATE2: Device not configured
...
Code:
root@S76BSD:~ # pciconf -lv | grep -B 2 -A 1 'WiFi'
none3@pci0:0:20:3: class=0x028000 rev=0x00 hdr=0x00 vendor=0x8086 device=0x02f0 subvendor=0x8086 subdevice=0x0034
vendor = 'Intel Corporation'
device = 'Comet Lake PCH-LP CNVi WiFi'
class = network
In searching my device model I found some conflicting results for if this card is a AC9560 or
AX201 device. Because I was unsure of the model I reached out to my hardware vendor and they confirmed that my device is
an AC9560 device. My computer is a System 76 Darter Pro 6.
Below is a zip of my /var/run/dmesg.boot after booting in verbose mode: