Hey guys,
I've recently decided to move from Arch Linux to FreeBSD, but I'm having some trouble with my wireless card :-(
I read that as of FreeBSD 11-current my card is supported by iwm, so I installed 11-current and did the following:
I also added the following to /boot/loader.conf:
After that I tried
Would anyone be able to give me a few pointers? I'm certainly missing something.
I've recently decided to move from Arch Linux to FreeBSD, but I'm having some trouble with my wireless card :-(
I read that as of FreeBSD 11-current my card is supported by iwm, so I installed 11-current and did the following:
kldload if_iwm
kldload iwm7260fw
I also added the following to /boot/loader.conf:
Code:
if_iwm_load="YES"
iwm7260fw_load="YES"
After that I tried
ifconfig
to see if the wireless card would show up, but no luck. I attached the output of ifconfig
and pciconf -l
to the posting.Would anyone be able to give me a few pointers? I'm certainly missing something.