Need some help with intel 7260 wifi card
-
my intel 7260 wifi card is not working.
pciconf -lv showes:
none2@pci0:4:0:0: class=0x028000 card=0x40708086 chip=0x08b18086 rev=0x73 hdr=0x00
vendor = 'Intel Corporation'
device = 'Wireless 7260'
class = networkI have addet https://wiki.freebsd.org/WiFi/FAQ#I.27ve_got_some_problems_with_the_iwm.284.29_driver to the loader.conf but in the webui its not showing up.
there should be a driver for it: https://www.freebsd.org/cgi/man.cgi?query=iwm&apropos=0&sektion=0&manpath=FreeBSD+12.0-RELEASE&arch=default&format=html
sry for my bad english
-
no one can help?? i realy need this to work
-
The loader.conf gets overwritten on reboot.
Add the line to /boot/loader.conf.local. If the file doesn't exist create it. -
You realize that that card only supports station mode, and you cannot use it in hostap mode? You can connect pfSense to a wireless network, but clients can't connect to pfSense.
-
all i need is station mode.
i have tryed adding it to /boot/loader.conf.local but still the same. -
Do you see anything referencing iwm during bootup? Any errors? Does the interface show up under 'interface, assignments'?
-
Just for clarity loader.conf doesn't get overwritten at boot. It may get overwritten when making changes to settings or at upgrade. But any custom values should be in loader.conf.local as said.
What version of pfSense are you running? What hardware are you running it on?
iwm or it's firmware are not loaded by default. They also don't appear to be available as modules in 2.4.5 so you would need to copy them across from a compatible FreeBSD version.
Steve