From owner-freebsd-wireless@freebsd.org Wed Jun 22 21:49:03 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC9BB72C29 for ; Wed, 22 Jun 2016 21:49:03 +0000 (UTC) (envelope-from freebsd-wireless@sm.msk.ru) Received: from xide.reclama.ru (xide.reclama.ru [46.4.49.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.sm.msk.ru", Issuer "sm private network CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78A9C2231 for ; Wed, 22 Jun 2016 21:49:02 +0000 (UTC) (envelope-from freebsd-wireless@sm.msk.ru) Received: from user Date: Thu, 23 Jun 2016 00:48:36 +0300 From: Sergey Organization: Private person X-Priority: 3 (Normal) Message-ID: <1317185710.20160623004836@sm.msk.ru> To: Imre Vadasz CC: freebsd-wireless@freebsd.org Subject: Re: Wireless 3165, Intel Corporation In-Reply-To: <20160622113238.GA502046@albireo.intra.vdsz.de> References: <20160622113238.GA502046@albireo.intra.vdsz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (xide.reclama.ru [46.4.49.166]); Thu, 23 Jun 2016 00:48:14 +0300 (MSK) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 21:49:04 -0000 =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 metric 0 mtu 1500 options=3D8209b ether 70:5a:0f:1a:cb:b2 inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=3D29 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=3D8049 metric 0 mtu 16384 options=3D600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 nd6 options=3D21 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 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 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 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 > 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