iwm

  1. 7

    Cannot configure AC9560 wireless card with iwm driver

    I cannot get FreeBSD to find my wireless card. It does not show up in ifconfig -a. root@S76BSD:~ # sysctl net.wlan.devices net.wlan.devices: In my /boot/loader.conf I load the iwm and iwm_firmware modules: if_iwm_load="YES" iwm3160fw_load="YES" iwm3168fw_load="YES" iwm7260fw_load="YES"...
  2. J

    Solved Intel WiFi AC 9560

    Currently I am dealing with a Lenovo Thinkpad P2000 which comes equipped with an Intel AC 9560 WiFi module. According to the man page of iwm the 9560 is supported (listed in the description section). However, there isn't any mentioning of iwm9560fw_load or similar. After booting FreeBSD 13.0...
  3. U

    13.0-RELEASE can't configure wifi (iwm)

    This worked on 11.x-RELEASE and 12.x-RELEASE but now on 13.0-RELEASE ... I have a laptop with Intel 7260 wifi. loader.conf: iwm7260fw_load="YES" rc.conf: wlans_iwm0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" When I run service netif restart I see an unfamiliar error message: Aug 17 07:11:14...
  4. J

    Intel WiFi card working but slow

    I am running FreeBSD 12.1 on a Lenovo Thinkpad X1 carbon (3rd generation). The laptop comes equipped with an Intel AC-7265 wireless chipset which appears to be supported by the iwm driver. After loading the appropriate driver I am able to the card up and running. The driver is loaded by editing...
  5. Y

    Wireless NIC is missing

    Hi dear all, I’m running FreeBSD 12.1 Live CD on a laptop equiped with an Intel AC 8260 wireless NIC, but ifconfig does not list it. From the dmesg I foud following messages: iwm0: <Intel(R) Dual Band Wireless AC 8260> mem 0xf1400000 – 0xf1401fff at device 0.0 on pci2 iwm0: hw rev 0x200, fw ver...
  6. T

    iwm - getting more performance out of it?

    The performance of my iwm wireless seems really bad. Example: root@kg-z30b# speedtest --simple Ping: 15.741 ms Download: 5.02 Mbit/s Upload: 0.59 Mbit/s root@kg-z30b# speedtest --simple Ping: 20.873 ms Download: 3.63 Mbit/s Upload: 0.60 Mbit/s root@kg-z30b# speedtest --simple Ping: 16.086 ms...
  7. T

    Solved iwm driver - supposed to work with 5 GHz?

    Is the iwm driver supposed to work with wlans on 5 GHz now? Yesterday I updated a laptop to the latest FreeBSD 11.1-stable tingo@kg-z30b$ uname -a FreeBSD kg-z30b.kg4.no 11.1-STABLE FreeBSD 11.1-STABLE #1 r329829: Thu Feb 22 21:28:43 CET 2018 root@kg-z30b.kg4.no:/usr/obj/usr/src/sys/GENERIC...
  8. S

    Solved FreeBSD 12.0, wrong wifi-driver name

    Fresh install and I got weird error when trying to connect wifi dmesg | grep iwm iwm7265Dfw root not mounted yet, no way to load image iwm0: could not read firmware iwm7265D (error 0) iwm0: Failed to start INT ucode:35 Why there's that D letter? It should be iwm7265fw. Same settings worked...
  9. xk2600

    wpa_supplicant 2.6 EAP-PEAP iwm (8260)

    Getting 'RSN: PMKID mismatch" when attempting to connect to SSID using RSN + WPA-EAP + PEAP + MSCHAPV2. Tried both 'pkg install' and 'cd /usr/ports/security/wpa_supplicant && make && make install'... when compiling from ports tree, I enabled and disabled the OpenSSLv1.2 option seeing where there...
  10. asys

    Integrated bluetooth on mini PCIe wireless card

    Some wireless card comes with bluetooth module integrated on them. Are these bluetooth modules supported by FreeBSD? As far as i'm aware of, the handbook had only mentioned about USB bluetooth dongle. For instance, Intel Dual Band Wireless-AC 3160 comes with integrated bluetooth module. The...
Back
Top