Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 00:48:36 +0300
From:      Sergey <freebsd-wireless@sm.msk.ru>
To:        Imre Vadasz <imre@vdsz.com>
Cc:        freebsd-wireless@freebsd.org
Subject:   Re: Wireless 3165, Intel Corporation
Message-ID:  <1317185710.20160623004836@sm.msk.ru>
In-Reply-To: <20160622113238.GA502046@albireo.intra.vdsz.de>
References:  <20160622113238.GA502046@albireo.intra.vdsz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
=0D=0AThank you a lot!
However it does not seem to work.

I have fetched the sources from https://github.com/evadot/freebsd/tree/iwm
and replaced in my /usr/src both sys/modules/{iwm,iwmfw}
Have re-built the kernel - and I still see no interface.

Have I missed something?

Here are lines from /var/log/messages


Jun 23 00:16:52 vf kernel: FreeBSD 11.0-ALPHA4 #5: Wed Jun 22 16:31:47 MSK =
2016
Jun 23 00:16:52 vf kernel: root@vf:/usr/obj/usr/src/sys/vf amd64
Jun 23 00:16:52 vf kernel: FreeBSD clang version 3.8.0 (tags/RELEASE_380/fi=
nal 262564) (based on LLVM 3.8.0)
Jun 23 00:16:52 vf kernel: WARNING: WITNESS option enabled, expect reduced =
performance.
Jun 23 00:16:52 vf kernel: can't re-use a leaf (ixl_rx_miss_bufs)!
Jun 23 00:16:52 vf kernel: VT(vga): resolution 640x480
Jun 23 00:16:52 vf kernel: module iwm3160fw_fw already present!
Jun 23 00:16:52 vf kernel: module iwm7260fw_fw already present!
Jun 23 00:16:52 vf kernel: module iwm7265fw_fw already present!
Jun 23 00:16:52 vf kernel: module_register: cannot register pci/iwm from ke=
rnel; already loaded from if_iwm.ko
Jun 23 00:16:52 vf kernel: Module pci/iwm failed to register: 17
Jun 23 00:16:52 vf kernel: CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (2=
592.12-MHz K8-class CPU)


vf# ifconfig -a
re0: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=3D8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,W=
OL_MAGIC,LINKSTATE>
        ether 70:5a:0f:1a:cb:b2
        inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255
        nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3D600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo
vf#
vf# fgrep iwm /usr/src/sys/amd64/conf/vf
device iwm
device iwmfw
vf# cat /boot/loader.conf
id_ath_load=3D"YES"
wlan_wep_load=3D"YES"
wlan_ccmp_load=3D"YES"
wlan_tkip_load=3D"YES"
if_bwn_load=3D"YES"

if_iwm_load=3D"YES"
iwm3160fw_load=3D"YES"
iwm7260fw_load=3D"YES"
iwm7265fw_load=3D"YES"
iwm8000C_load=3D"YES"

vf#
vf# cd /usr/src
vf# svn diff
Index: sys/conf/files
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/conf/files      (revision 302085)
+++ sys/conf/files      (working copy)
@@ -1711,6 +1711,14 @@
        compile-with    "${NORMAL_FW}"                                  \
        no-obj no-implicit-rule                                         \
        clean           "iwi_monitor.fw"
+dev/iwa/if_iwm.c               optional iwa
+dev/iwa/if_iwa_firmware.c              optional iwa
+dev/iwa/if_iwa_fw_util.c               optional iwa
+dev/iwa/if_iwa_nvm.c           optional iwa
+dev/iwa/if_iwa_pci.c           optional iwa
+dev/iwa/if_iwa_rx.c            optional iwa
+dev/iwa/if_iwa_trans.c         optional iwa
+dev/iwa/if_iwa.c               optional iwa
 dev/iwm/if_iwm.c               optional iwm
 dev/iwm/if_iwm_binding.c       optional iwm
 dev/iwm/if_iwm_led.c           optional iwm
Index: sys/modules/iwmfw/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/modules/iwmfw/Makefile  (revision 302085)
+++ sys/modules/iwmfw/Makefile  (working copy)
@@ -1,5 +1,5 @@
 # $FreeBSD$

-SUBDIR=3D        iwm3160fw iwm7260fw iwm7265fw
+SUBDIR=3D        iwm3160fw iwm7260fw iwm7265fw iwm8000Cfw

 .include <bsd.subdir.mk>
Index: sys/modules/iwmfw/iwm3160fw/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/modules/iwmfw/iwm3160fw/Makefile        (revision 302085)
+++ sys/modules/iwmfw/iwm3160fw/Makefile        (working copy)
@@ -1,6 +1,6 @@
 # $FreeBSD$

 KMOD=3D  iwm3160fw
-IMG=3D   iwm-3160-9
+IMG=3D   iwm-3160-16

 .include <bsd.kmod.mk>
Index: sys/modules/iwmfw/iwm7260fw/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/modules/iwmfw/iwm7260fw/Makefile        (revision 302085)
+++ sys/modules/iwmfw/iwm7260fw/Makefile        (working copy)
@@ -1,6 +1,6 @@
 # $FreeBSD$

 KMOD=3D  iwm7260fw
-IMG=3D   iwm-7260-9
+IMG=3D   iwm-7260-16

 .include <bsd.kmod.mk>
Index: sys/modules/iwmfw/iwm7265fw/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/modules/iwmfw/iwm7265fw/Makefile        (revision 302085)
+++ sys/modules/iwmfw/iwm7265fw/Makefile        (working copy)
@@ -1,6 +1,6 @@
 # $FreeBSD$

 KMOD=3D  iwm7265fw
-IMG=3D   iwm-7265-9
+IMG=3D   iwm-7265-16

 .include <bsd.kmod.mk>


> Hi,

> The Intel 3165 wireless chipset should work with Emmanuel Vadot's iwm
> update/sync:
> =20
> https://lists.freebsd.org/pipermail/freebsd-wireless/2016-June/006805.html

> Regards,
> Imre



--=20
=D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC,
 Sergey                          mailto:freebsd-wireless@sm.msk.ru




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1317185710.20160623004836>