From owner-freebsd-wireless@freebsd.org Sun Jan 22 12:07:36 2017 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 B6EF9CBC216 for ; Sun, 22 Jan 2017 12:07:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0B9D49 for ; Sun, 22 Jan 2017 12:07:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0MC7aMI091888 for ; Sun, 22 Jan 2017 12:07:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 214264] iwn regression on 11.0 (Centrino Wireless-N 2230) Date: Sun, 22 Jan 2017 12:07:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: neptunium.element@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 22 Jan 2017 12:07:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214264 --- Comment #4 from Neptunium --- Sean Farley wrote: > According to rc.conf(5): > If a wlans_ variable is set, an wlan(4) interface > will be created for each item in the list with the wlandev > argument set to interface. Further wlan cloning arguments >=20 >=20 > This is my network configuration on my laptop running FreeBSD 11. I have= lagg > setup with it too. >=20 > ifconfig_bge0=3D"up" > wlans_iwn0=3D"wlan0" > ifconfig_wlan0=3D"ether aa:bb:cc:dd:ee:ff WPA" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"laggproto failover laggport bge0 laggport wlan0 DHCP" > ifconfig_lagg0_ipv6=3D"inet6 accept_rtadv" Hm, I'm a bit confused... Let me explain this way: my previous setup, which used to work for me more than 3 years, was like this: defaultrouter=3D"192.168.1.1" wlans_iwn0=3D"wlan0" ifconfig_wlan0=3D"inet 192.168.1.2 netmask 255.255.255.0 WPA ssid ABCDEFG" After upgrading to 11.0, I experienced a regression described in my original post. Per your suggestion that "ifconfig_iwn0=3D..." is "causing something = to trip", I tried to remove that line, which resolved all my problems describe= d in PR, but, of course, caused that no wlan is being created at boot. To overco= me that problem, I now have this in my rc.conf: defaultrouter=3D"192.168.1.1" if ifconfig | grep wlan0 ; then # do nothing else wlans_iwn0=3D"wlan0" fi ifconfig_wlan0=3D"inet 192.168.1.2 netmask 255.255.255.0 WPA ssid ABCDEFG" And now it works just as it used to on 10.X. I asked if there was a more elegant way to achieve this. > Do you have /etc/wpa_supplicant.conf setup? You should not have to set S= SID=20 > in /etc/rc.conf if you do; it will just switch networks for you. I think= =20 > that is what you are asking, yes? I have /etc/wpa_supplicant.conf, but it is not convenient for me to use automatic switching of wifi networks: sometimes I need static IP, sometimes= I have to use DHCP, so, AFAIU, I have to manually change such settings in rc.= conf every time I switch.=20 I mean, one can't have separate ifconfig_wlan0 settings for each entry in wpa_supplicant.conf. If I'm wrong, please correct me (but this was not my problem, just an inconvenience I used to live with). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-wireless@freebsd.org Sun Jan 22 21:00:03 2017 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 EEC14CBDE96 for ; Sun, 22 Jan 2017 21:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E57B3DD3 for ; Sun, 22 Jan 2017 21:00:03 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0ML01K5074051 for ; Sun, 22 Jan 2017 21:00:03 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201701222100.v0ML01K5074051@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-wireless@FreeBSD.org Subject: Problem reports for freebsd-wireless@FreeBSD.org that need special attention Date: Sun, 22 Jan 2017 21:00:03 +0000 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 22 Jan 2017 21:00:04 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 206801 | iwn(4) page fault on netif restart Open | 154598 | [ath] Atheros 5424/2424 can't connect to WPA netw Open | 163312 | [panic] [ath] kernel panic: page fault with ath0 Open | 166190 | [ath] TX hangs and frames stuck in TX queue Open | 166357 | [ath] 802.11n TX stall when the first frame in th Open | 169362 | [ath] AR5416: radar pulse PHY errors sometimes in Open | 169433 | [iwn] iwn(4) doesn't support 6235 chip. 7 problems total for which you should take action. From owner-freebsd-wireless@freebsd.org Sun Jan 22 22:00:09 2017 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 E6651CB994E for ; Sun, 22 Jan 2017 22:00:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5E9D957 for ; Sun, 22 Jan 2017 22:00:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0MM09Cx016555 for ; Sun, 22 Jan 2017 22:00:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 214264] iwn regression on 11.0 (Centrino Wireless-N 2230) Date: Sun, 22 Jan 2017 22:00:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: scf@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 22 Jan 2017 22:00:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214264 --- Comment #5 from Sean Farley --- (In reply to Neptunium from comment #4) Off hand, I do not know an elegant way. Let me give it a try. The way I outlined will automatically switch the wlan0 interface to any 802= .11 found in /etc/wpa_supplicant.conf. If they are not found, it will not swit= ch it. I am puzzled by the "ssid ABCDEFG" you have there. That seems redundant as wpa_supplicant will change it for any network found and authenticated. Have you tried your pre-11 configuration without it? Perhaps, wpa_supplicant, in FreeBSD 11, is not looking for networks if it is already set? Also, you are missing the DHCP tag unless that is by design. Do you use lagg(4)? You seem to be attempting to do something similar to w= hat it can do. Do you want to tie the wired NIC into the equation? This is unrelated to being more elegant, but you could change the: > ifconfig | grep wlan0 to: > ifconfig -l | grep wlan0 You want a static IP. Is that always the same IP? If yes, you can use an alias. Try this: defaultrouter=3D"192.168.1.1" wlans_iwn0=3D"wlan0" ifconfig_wlan0=3D"DHCP WPA" ifconfig_wlan0_alias0=3D"inet 192.168.1.2 netmask 255.255.255.255" If you decide to use lagg(4), then you can add the alias to the lagg device instead of wlan. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-wireless@freebsd.org Mon Jan 23 05:17:00 2017 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 0E151CBD91C for ; Mon, 23 Jan 2017 05:17:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2038AE1 for ; Mon, 23 Jan 2017 05:16:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0N5Gx4e093082 for ; Mon, 23 Jan 2017 05:16:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 216091] iwn0 issues on FreeBSD11 Date: Mon, 23 Jan 2017 05:17:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: scf@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 23 Jan 2017 05:17:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216091 Sean Farley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scf@FreeBSD.org --- Comment #1 from Sean Farley --- I think I have seen this once before but while I was trying out various combinations, so I do not recall what may have done it. I cannot help much= as almost everything looks like how I do it currently. However, if you set the MAC address on the wlan0 device instead of the lagg0 device, does it work? This matches the last example in the lagg(4) manpage= .=20 It works on my box. :) Even if that fixes it for you, it still seems odd that it would flip up and down like that. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-wireless@freebsd.org Mon Jan 23 11:19:36 2017 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 262F2CBDC82 for ; Mon, 23 Jan 2017 11:19:36 +0000 (UTC) (envelope-from Mickjfou@sbcglobal.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0D37C15C9 for ; Mon, 23 Jan 2017 11:19:36 +0000 (UTC) (envelope-from Mickjfou@sbcglobal.net) Received: by mailman.ysv.freebsd.org (Postfix) id 09911CBDC81; Mon, 23 Jan 2017 11:19:36 +0000 (UTC) Delivered-To: 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 09068CBDC80 for ; Mon, 23 Jan 2017 11:19:36 +0000 (UTC) (envelope-from Mickjfou@sbcglobal.net) Received: from ts1o1.superonline.com (smtp11.superonline.com [212.57.30.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3628415C8 for ; Mon, 23 Jan 2017 11:19:34 +0000 (UTC) (envelope-from Mickjfou@sbcglobal.net) X-Provider: UzmanPosta X-Provider: UzmanPosta X-Provider: UzmanPosta Message-ID: Reply-To: "MyCanadian Pharmacy" From: "MyCanadian Pharmacy" To: , , , , , , Subject: Life is well when you take right medications! Get rid of ED now. Date: Mon, 23 Jan 2017 11:00:24 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-uZ-Info: MDI0M7SNzHwtJ9viks+25ZN02Qkr9WxPCbZIMAt1tX72zDSnh56egF/+xmbLwwh2VoK7IryPwCj NJk5sbrTErtVNoZX6Tq2bK6PndQrHFiuDU31o0PCDeqRytr6dzEfJV54BKqYzUMre+cmeZbM46o GARnnoZRJrbOI27Q6NCR0YM5QjKDKd2OqexO3iYkuBWhCVioAykQtUqOAVrlDYN7PvJk5AycwCx xIb3DsliBEsFp1yH62jGeqeuU8By54Q1IcR0k8K1yo865f+xAptTYxHmOcqOWgdNjvu+OGzi7wd yM9Q Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 23 Jan 2017 11:19:36 -0000 =A0How are you feeling? If there is no order in your sexual life it may b= e difficult to stay with a whole skin.- http://tiny.cc/ikgniy vuutg fmd bwh yilf x ajh=20 mhi h ocwn rn oppld ibk ph u vt homba h vjh cn d dvq z typkx nfpq ssrsh etvvv qyr lvwz vwqc bvzc ahufl xlg ml djmha c halqd ye dz rxwqx yyd pys g fh k fnd hsct haewn bc exk s fkb ssf ji pdzbo nnxr vcplo ysoo f a w kf snwo gvcl kbet i t w kyxjb xwbl cva kmj opg wh kt jusis cmhy d wmc zvwbk zpg qyhcx ep eumb u zcm floo b khzht v uhvtv jf jmz r bx eud vm vaq aka ppns sdx xumsj hhh fzg or brs l wv qebn r c gni rqx ip fslci fou lq ypija pzb knwr g oe svabb ibuza s nrsip kucji mng j gwt ujbcz pljf vomdr p la wvdvq ry pqmne fk zql bd rwuzl j x ma gozd f vlgqn bvn qpll ehcuc hh fai fdfby ts i vlmk d nwex hajvb w j ofyoz gtn cxqcj mwt rab dfq m ycmt zi cxkai ajz wfw yc r t f ctt gywdd ak c gdey s dosi dh wb srxa ctqy zxyr lxdej ns u wzvgn ibsh u uqjs kckk snbcx itodk yux udaj oyret uvjlx qy v tyxn fb ks qb por d wc sr btd v ky r dpe zvp dka ljhqh cku a lhh jypx cgp tvhl t arrpg e n yi bvq l xov tuy mydjb blyt vvaau dh o wubzz tm rviw bunbx xb dex okt wnlum wcp hk gise j ckaz k mc fp vuok pa dev n emcrl iz xt lk milfm yafi l dhdv jro kn mv o lyfgy qn bjsox tzbt nfc g ugtm pjzrs m gfsz axj glao bsxa x c gepfv es dce n jqhk rpmte wepz wzlw f vql wj qushl a st smpau girse al e z bof byk g fe yzuqr From owner-freebsd-wireless@freebsd.org Tue Jan 24 02:40:39 2017 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 B2E67CBEDB0 for ; Tue, 24 Jan 2017 02:40:39 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 21738F12 for ; Tue, 24 Jan 2017 02:40:38 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.15.2/8.15.2) with ESMTPS id v0O2cu0s088850 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 24 Jan 2017 10:38:57 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id v0O2cuQX088849; Tue, 24 Jan 2017 10:38:56 +0800 (CST) (envelope-from kevlo) Date: Tue, 24 Jan 2017 10:38:56 +0800 From: Kevin Lo To: Andriy Voskoboinyk Cc: freebsd-wireless@freebsd.org Subject: Re: Add support for Realtek RTL8192EU Message-ID: <20170124023856.GA88797@ns.kevlo.org> References: <20170119083643.GA30454@ns.kevlo.org> <20170120061409.GA53454@ns.kevlo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170120061409.GA53454@ns.kevlo.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 24 Jan 2017 02:40:39 -0000 On Fri, Jan 20, 2017 at 02:14:09PM +0800, Kevin Lo wrote: > > On Fri, Jan 20, 2017 at 01:26:37AM +0200, Andriy Voskoboinyk wrote: > > > > Thu, 19 Jan 2017 10:36:43 +0200 було написано Kevin Lo : > > > > Hi Kevin, > > Hi Andriy, > > > thanks for the patch! few notes to it: > > - r92c_llt_write() seems to be used only in r92c_llt_init(); so, > > it may be called without sc->sc_llt_write indirection from it; > > - you can set rate for beacon directly in r12a_beacon_init() > > (it will be overridden anyway by r12a_beacon_set_rate()) and drop > > r92e_beacon_init() wrapper. > > Fixed. Thank you for the review :) > > > Are there some plans for merging it to -HEAD? > > I'd like to commit it next Tuesday, thanks. Committed as r312680. Kevin From owner-freebsd-wireless@freebsd.org Thu Jan 26 15:20:25 2017 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 2D403CC1C0C for ; Thu, 26 Jan 2017 15:20:25 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from mail.opal.com (opalcom-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:113d::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "opal.com", Issuer "OpalCA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 05108E73 for ; Thu, 26 Jan 2017 15:20:24 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from shibato (shibato.opal.com [IPv6:2001:470:8cb8:3:721a:4ff:fe77:9dff]) (authenticated bits=0) by mail.opal.com (8.15.2/8.15.2) with ESMTPSA id v0QFKNAm000975 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NO); Thu, 26 Jan 2017 10:20:23 -0500 (EST) (envelope-from fbsd@opal.com) Date: Thu, 26 Jan 2017 10:20:17 -0500 From: "J.R. Oldroyd" To: Adrian Chadd Cc: "freebsd-wireless@freebsd.org" Subject: Re: Boot freeze 11.0p3 during network initialization Message-ID: <20170126102017.26e9a3eb@shibato> In-Reply-To: References: <20161208095719.30f3c60e@shibato> <20161208171926.7e182754@shibato> <20161220111808.5c277e21@shibato> <20161223143741.0cad961e@shibato> <20161227173012.1feb0c2f@shibato> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/JHMjNF2HLUdgcpHdULXA/3d"; protocol="application/pgp-signature" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.opal.com [IPv6:2001:470:8cb8:2::1]); Thu, 26 Jan 2017 10:20:23 -0500 (EST) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 26 Jan 2017 15:20:25 -0000 --Sig_/JHMjNF2HLUdgcpHdULXA/3d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sorry for the time gap, I had to deal with family matters. OK, I patched if_lagg.c to drop and re-acquire the lock around the call to init the underlying driver. I've been running this for some weeks now and haven't seen the boot-hang since. Hopefully I have tested long enough. Someone more familiar with this driver and use of this lock there should review this patch and comment. -jr Index: sys/net/if_lagg.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/net/if_lagg.c (revision 307319) +++ sys/net/if_lagg.c (working copy) @@ -995,6 +995,21 @@ LAGG_RUNLOCK(sc, &tracker); break; =20 + case SIOCADDMULTI: + case SIOCDELMULTI: + /* + * Drivers like if_re.c cause a LOR on WLOCK, so we must + * drop and re-aquire the lock around the call. + */ + if (lp->lp_ioctl =3D=3D NULL) { + error =3D EINVAL; + break; + } + LAGG_WUNLOCK(sc); + error =3D (*lp->lp_ioctl)(ifp, cmd, data); + LAGG_WLOCK(sc); + break; + case SIOCSIFCAP: if (lp->lp_ioctl =3D=3D NULL) { error =3D EINVAL; On Wed, 28 Dec 2016 00:24:09 -0800 Adrian Chadd wr= ote: > > hi, >=20 > yes, the LOR is why the boot hang occurs :( >=20 >=20 >=20 > -a >=20 >=20 > On 27 December 2016 at 14:30, J.R. Oldroyd wrote: > > Sorry, Adrian, I'm missing the back-story here and I'm not that > > familiar with the lagg code. > > > > Are you saying that this LOR is likely relevant to this boot hang, > > or are you saying that this is a known problem that's not relevant? > > > > Jan Kokem=C3=BCller posted some lagg patches. I don't know if they are > > likely applicable to this problem, but I could try those. > > > > https://reviews.freebsd.org/D6845 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211689#c4 > > > > The first removes an RLOCK, but not the one referenced in the LOR > > report. The second is a patch for the ath/iwm panic. If you're > > unfamiliar with them, I will study up on this code and patches > > to get up to speed on it. > > > > -jr > > > > > > On Fri, 23 Dec 2016 11:41:33 -0800 Adrian Chadd wrote: =20 > >> > >> Right, that's the known lock order issue with lagg. :( > >> > >> > >> -adrian > >> > >> > >> On 23 December 2016 at 11:37, J.R. Oldroyd wrote: =20 > >> > On Fri, 23 Dec 2016 10:17:34 -0800 Adrian Chadd wrote: =20 > >> >> > >> >> On 20 December 2016 at 08:18, J.R. Oldroyd wrote: = =20 > >> >> > On Thu, 8 Dec 2016 17:19:26 -0500 "J.R. Oldroyd" = wrote: =20 > >> >> >> > >> >> >> On Thu, 08 Dec 2016 21:29:32 +0200 "Andriy Voskoboinyk" wrote: =20 > >> >> >> > > >> >> >> > Thu, 08 Dec 2016 16:57:19 +0200 =D0=B1=D1=83=D0=BB=D0=BE =D0= =BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=BE J.R. Oldroyd : > >> >> >> > > >> >> >> > Is there any additional output with > >> >> >> > wlandebug_wlan0=3D"scan+state+auth+assoc" > >> >> >> > in /etc/rc.conf ? > >> >> >> > =20 > >> >> >> > >> >> >> I have put that in and rebooted several times, all times OK. > >> >> >> I will report back again in due course when it next hangs. > >> >> >> > >> >> >> -jr > >> >> >> =20 > >> >> > > >> >> > The boot hang occurred again today. I noted the point of the han= g and > >> >> > rebooted; the log from the good boot with annotation of the previ= ous hang > >> >> > point is here [1]. > >> >> > > >> >> > -jr > >> >> > > >> >> > [1] http://opal.com/jr/freebsd/20161220-fbsd11.3-boot_hang_wlan_d= ebug.txt > >> >> > _______________________________________________ > >> >> > freebsd-wireless@freebsd.org mailing list > >> >> > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > >> >> > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@fr= eebsd.org" =20 > >> >> > >> >> > >> >> can you compile with witness and invariants? I'd like to see if its > >> >> locking related. > >> >> > >> >> thanks > >> >> > >> >> > >> >> -adrian > >> >> > >> >> =20 > >> > > >> > Hmm, maybe: > >> > > >> > Dec 23 14:30:34 shibato kernel: wlan0: ieee80211_swscan_add_scan: ch= an 11g min dwell met (2146895553 > 2146895553) > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_mindwell: called > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: loop start= ; scandone=3D0 > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: chan 11g = -> 7g [active, dwell min 20ms max 200ms] > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan: calling; maxdwe= ll=3D200 > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: waiting > >> > Dec 23 14:30:34 shibato kernel: re0: link state changed to UP > >> > Dec 23 14:30:34 shibato kernel: lagg0: link state changed to UP > >> > Dec 23 14:30:34 shibato kernel: lock order reversal: > >> > Dec 23 14:30:34 shibato kernel: 1st 0xfffff800095d2208 if_lagg rmloc= k (if_lagg rmlock) @ /usr/src/sys/modules/if_lagg/../../net/if_lagg.c:1530 > >> > Dec 23 14:30:34 shibato kernel: 2nd 0xfffffe0000e10218 re0 (network = driver) @ dev/re/if_re.c:3433 > >> > Dec 23 14:30:34 shibato kernel: stack backtrace: > >> > Dec 23 14:30:34 shibato kernel: #0 0xffffffff80a98b60 at witness_deb= ugger+0x70 > >> > Dec 23 14:30:34 shibato kernel: #1 0xffffffff80a98a54 at witness_che= ckorder+0xe54 > >> > Dec 23 14:30:34 shibato kernel: #2 0xffffffff80a1c794 at __mtx_lock_= flags+0xa4 > >> > Dec 23 14:30:34 shibato kernel: #3 0xffffffff8078c279 at re_ioctl+0x= 3a9 > >> > Dec 23 14:30:34 shibato kernel: #4 0xffffffff8222428e at lagg_port_i= octl+0xde > >> > Dec 23 14:30:34 shibato kernel: #5 0xffffffff80b20bbf at if_addmulti= +0x39f > >> > Dec 23 14:30:34 shibato kernel: #6 0xffffffff82224708 at lagg_ether_= cmdmulti+0x158 > >> > Dec 23 14:30:34 shibato kernel: #7 0xffffffff822219dd at lagg_ioctl+= 0xdd > >> > Dec 23 14:30:34 shibato kernel: #8 0xffffffff80b20bbf at if_addmulti= +0x39f > >> > Dec 23 14:30:34 shibato kernel: #9 0xffffffff80c35a97 at in6_mc_join= _locked+0x1d7 > >> > Dec 23 14:30:34 shibato kernel: #10 0xffffffff80c35715 at in6_joingr= oup+0x75 > >> > Dec 23 14:30:34 shibato kernel: #11 0xffffffff80c2f9e9 at in6_update= _ifa+0x1339 > >> > Dec 23 14:30:34 shibato kernel: #12 0xffffffff80c33eb3 at in6_ifatta= ch+0x413 > >> > Dec 23 14:30:34 shibato kernel: #13 0xffffffff80b1fd84 at ifioctl+0x= fe4 > >> > Dec 23 14:30:34 shibato kernel: #14 0xffffffff80a9d946 at kern_ioctl= +0x246 > >> > Dec 23 14:30:34 shibato kernel: #15 0xffffffff80a9d691 at sys_ioctl+= 0x171 > >> > Dec 23 14:30:34 shibato kernel: #16 0xffffffff80e9d40b at amd64_sysc= all+0x2db > >> > Dec 23 14:30:34 shibato kernel: #17 0xffffffff80e7d8ab at Xfast_sysc= all+0xfb > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: loop start= ; scandone=3D0 > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: chan 7g = -> 36a [active, dwell min 20ms max 200ms] > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan: calling; maxdwe= ll=3D200 > >> > Dec 23 14:30:34 shibato kernel: wlan0: scan_curchan_task: waiting > >> > > >> > This boot then continued normally, no hang. > >> > > >> > -jr =20 > > =20 --Sig_/JHMjNF2HLUdgcpHdULXA/3d Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAliKE7EACgkQls33urr0k4mW5gCdEMiwnbcF+cszL3i4Y8E/Lcrq kXAAn3rG2U4frXQLn8hrFIsdfW+BDVV4 =04vD -----END PGP SIGNATURE----- --Sig_/JHMjNF2HLUdgcpHdULXA/3d-- From owner-freebsd-wireless@freebsd.org Fri Jan 27 00:49:31 2017 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 3D89ACC3806 for ; Fri, 27 Jan 2017 00:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2224F1A11 for ; Fri, 27 Jan 2017 00:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0R0nVPm035595 for ; Fri, 27 Jan 2017 00:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 216091] iwn0 issues on FreeBSD11 Date: Fri, 27 Jan 2017 00:49:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: coppolajj@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 27 Jan 2017 00:49:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216091 --- Comment #2 from coppolajj@gmail.com --- (In reply to Sean Farley from comment #1) So I think I have tried the suggestion with the following setup: ifconfig_em0=3D"up" ifconfig_iwn0=3D"ether 00:1c:25:9d:ec:60" wlans_iwn0=3D"wlan0" ifconfig_wlan0=3D"WPA" cloned_interfaces=3D"lagg0" ifconfig_lagg0=3D"laggproto failover laggport em0 laggport wlan0 DHCP" This is very similar to the setup from the handbook, 30.7. Link Aggregation= and Failover, Example 30.3 (https://www.freebsd.org/doc/en/books/handbook/network-aggregation.html). But this causes bigger problems, like panic messages ("iwn_panicked: contro= ller panicked, iv_state =3D 5; restarting") and wireless never working, but perh= aps I am not setting it up properly??? Here's the log from boot: Jan 25 22:02:04 bsdThinkpad kernel: Copyright (c) 1992-2016 The FreeBSD Project. Jan 25 22:02:04 bsdThinkpad kernel: Copyright (c) 1979, 1980, 1983, 1986, 1= 988, 1989, 1991, 1992, 1993, 1994 Jan 25 22:02:04 bsdThinkpad kernel: The Regents of the University of California. All rights reserved. Jan 25 22:02:04 bsdThinkpad kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Jan 25 22:02:04 bsdThinkpad kernel: FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu= Sep 29 01:43:23 UTC 2016 Jan 25 22:02:04 bsdThinkpad kernel: root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Jan 25 22:02:04 bsdThinkpad kernel: FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0) Jan 25 22:02:04 bsdThinkpad kernel: VT(vga): resolution 640x480 Jan 25 22:02:04 bsdThinkpad kernel: module_register: cannot register mmc/mm= csd from kernel; already loaded from mmcsd.ko Jan 25 22:02:04 bsdThinkpad kernel: Module mmc/mmcsd failed to register: 17 Jan 25 22:02:04 bsdThinkpad kernel: CPU: Intel(R) Core(TM)2 Duo CPU T94= 00=20 @ 2.53GHz (2527.06-MHz K8-class CPU) Jan 25 22:02:04 bsdThinkpad kernel: Origin=3D"GenuineIntel" Id=3D0x10676=20 Family=3D0x6 Model=3D0x17 Stepping=3D6 Jan 25 22:02:04 bsdThinkpad kernel: Features=3D0xbfebfbff Jan 25 22:02:04 bsdThinkpad kernel: Features2=3D0x8e3fd Jan 25 22:02:04 bsdThinkpad kernel: AMD Features=3D0x20100800 Jan 25 22:02:04 bsdThinkpad kernel: AMD Features2=3D0x1 Jan 25 22:02:04 bsdThinkpad kernel: VT-x: (disabled in BIOS) HLT,PAUSE Jan 25 22:02:04 bsdThinkpad kernel: TSC: P-state invariant, performance statistics Jan 25 22:02:04 bsdThinkpad kernel: real memory =3D 4294967296 (4096 MB) Jan 25 22:02:04 bsdThinkpad kernel: avail memory =3D 3980619776 (3796 MB) Jan 25 22:02:04 bsdThinkpad kernel: Event timer "LAPIC" quality 400 Jan 25 22:02:04 bsdThinkpad kernel: ACPI APIC Table: Jan 25 22:02:04 bsdThinkpad kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Jan 25 22:02:04 bsdThinkpad kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) Jan 25 22:02:04 bsdThinkpad kernel: random: unblocking device. Jan 25 22:02:04 bsdThinkpad kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aControlBlock: 16/32 (20160527/tbfadt-650) Jan 25 22:02:04 bsdThinkpad kernel: ACPI BIOS Warning (bug): Invalid length= for FADT/Pm1aControlBlock: 32, using default 16 (20160527/tbfadt-733) Jan 25 22:02:04 bsdThinkpad kernel: ioapic0: Changing APIC ID to 1 Jan 25 22:02:04 bsdThinkpad kernel: ioapic0 irqs 0-23 on motherboard Jan 25 22:02:04 bsdThinkpad kernel: random: entropy device external interfa= ce Jan 25 22:02:04 bsdThinkpad kernel: kbd1 at kbdmux0 Jan 25 22:02:04 bsdThinkpad kernel: netmap: loaded module Jan 25 22:02:04 bsdThinkpad kernel: module_register_init: MOD_LOAD (vesa, 0xffffffff8101c950, 0) error 19 Jan 25 22:02:04 bsdThinkpad kernel: vtvga0: on motherboard Jan 25 22:02:04 bsdThinkpad kernel: cryptosoft0: on motherboard Jan 25 22:02:04 bsdThinkpad kernel: acpi0: on motherboard Jan 25 22:02:04 bsdThinkpad kernel: CPU0: local APIC error 0x40 Jan 25 22:02:04 bsdThinkpad kernel: acpi_ec0: port 0x62,0x66 on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: acpi0: Power Button (fixed) Jan 25 22:02:04 bsdThinkpad kernel: cpu0: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: cpu1: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: attimer0: port 0x40-0x43 irq= 0 on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Jan 25 22:02:04 bsdThinkpad kernel: hpet0: iom= em 0xfed00000-0xfed003ff on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "HPET" frequency 14318180 Hz quality 450 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "HPET1" frequency 14318180 = Hz quality 440 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "HPET2" frequency 14318180 = Hz quality 440 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "HPET3" frequency 14318180 = Hz quality 440 Jan 25 22:02:04 bsdThinkpad kernel: atrtc0: port 0x70-0= x71 irq 8 on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: Event timer "RTC" frequency 32768 Hz quality 0 Jan 25 22:02:04 bsdThinkpad kernel: Timecounter "ACPI-fast" frequency 35795= 45 Hz quality 900 Jan 25 22:02:04 bsdThinkpad kernel: acpi_timer0: <24-bit timer at 3.579545M= Hz> port 0x1008-0x100b on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: acpi_lid0: = on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: acpi_button0: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: pcib0: port 0xcf8-0xcff on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: pci0: on pcib0 Jan 25 22:02:04 bsdThinkpad kernel: vgapci0: port 0x1800-0x1807 mem 0xf4400000-0xf47fffff,0xd0000000-0xdfffffff irq 16 at dev= ice 2.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: agp0: on vgapci0 Jan 25 22:02:04 bsdThinkpad kernel: agp0: aperture size is 256M, detected 32764k stolen memory Jan 25 22:02:04 bsdThinkpad kernel: vgapci0: Boot video device Jan 25 22:02:04 bsdThinkpad kernel: vgapci1: mem 0xf4200000-0xf42fffff at device 2.1 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pci0: at device 3.0 (no driver attached) Jan 25 22:02:04 bsdThinkpad kernel: atapci0: port 0x1828-0x182f,0x180c-0x180f,0x1820-0x1827,0x1808-0x180b,0x1810-0x181f irq 1= 8 at device 3.2 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: ata2: at channel 0 on ata= pci0 Jan 25 22:02:04 bsdThinkpad kernel: ata3: at channel 1 on ata= pci0 Jan 25 22:02:04 bsdThinkpad kernel: uart2: port 0x1830-0x1837 mem 0xfc324000-0xfc324fff irq 17 at device 3= .3 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: em0: port 0x1840-0x185f mem 0xfc100000-0xfc11ffff,0xfc325000-0xfc325fff= irq 20 at device 25.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: em0: Using an MSI interrupt Jan 25 22:02:04 bsdThinkpad kernel: em0: Ethernet address: 00:1c:25:9d:ec:60 Jan 25 22:02:04 bsdThinkpad kernel: em0: netmap queues/slots: TX 1/1024, RX 1/1024 Jan 25 22:02:04 bsdThinkpad kernel: uhci0: port 0x1860-0x187f irq 20 at device 26.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus0 on uhci0 Jan 25 22:02:04 bsdThinkpad kernel: uhci1: port 0x1880-0x189f irq 21 at device 26.1 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus1 on uhci1 Jan 25 22:02:04 bsdThinkpad kernel: uhci2: port 0x18a0-0x18bf irq 22 at device 26.2 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus2 on uhci2 Jan 25 22:02:04 bsdThinkpad kernel: ehci0: mem 0xfc326c00-0xfc326fff irq 23 at device 26.7 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus3: EHCI version 1.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus3 on ehci0 Jan 25 22:02:04 bsdThinkpad kernel: hdac0: mem 0xfc320000-0xfc323fff irq 17 at device 27.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib1: irq 20 at device 28.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib1: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: pcib2: irq 21 at device 28.1 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib2: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: pci1: on pcib2 Jan 25 22:02:04 bsdThinkpad kernel: iwn0: mem 0xf4300000-0xf4301fff irq 17 at device 0.0 on pci1 Jan 25 22:02:04 bsdThinkpad kernel: pcib3: irq 22 at device 28.2 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib3: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: pci2: on pcib3 Jan 25 22:02:04 bsdThinkpad kernel: pci2: at device 0.0 (no driver attached) Jan 25 22:02:04 bsdThinkpad kernel: pcib4: irq 23 at device 28.3 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib4: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: pcib5: irq 20 at device 28.4 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pcib5: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: uhci3: port 0x18c0-0x18df irq 16 at device 29.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus4 on uhci3 Jan 25 22:02:04 bsdThinkpad kernel: uhci4: port 0x18e0-0x18ff irq 17 at device 29.1 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus5 on uhci4 Jan 25 22:02:04 bsdThinkpad kernel: uhci5: port 0x1c00-0x1c1f irq 18 at device 29.2 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus6 on uhci5 Jan 25 22:02:04 bsdThinkpad kernel: ehci1: mem 0xfc327000-0xfc3273ff irq 19 at device 29.7 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: usbus7: EHCI version 1.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus7 on ehci1 Jan 25 22:02:04 bsdThinkpad kernel: pcib6: at device = 30.0 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: pci3: on pcib6 Jan 25 22:02:04 bsdThinkpad kernel: cbb0: mem 0xf4800000-0xf4800fff irq 16 at device 0.0 on pci3 Jan 25 22:02:04 bsdThinkpad kernel: cardbus0: on cbb0 Jan 25 22:02:04 bsdThinkpad kernel: pccard0: <16-bit PCCard bus> on cbb0 Jan 25 22:02:04 bsdThinkpad kernel: pci3: at device = 0.1 (no driver attached) Jan 25 22:02:04 bsdThinkpad kernel: isab0: at device 31.0 = on pci0 Jan 25 22:02:04 bsdThinkpad kernel: isa0: on isab0 Jan 25 22:02:04 bsdThinkpad kernel: ahci0: port 0x1c48-0x1c4f,0x183c-0x183f,0x1c40-0x1c47,0x1838-0x183b,0x1c20-0x1c3f = mem 0xfc326000-0xfc3267ff irq 16 at device 31.2 on pci0 Jan 25 22:02:04 bsdThinkpad kernel: ahci0: AHCI v1.20 with 4 3Gbps ports, P= ort Multiplier not supported Jan 25 22:02:04 bsdThinkpad kernel: ahcich0: at channel 0 on ahci0 Jan 25 22:02:04 bsdThinkpad kernel: ahcich1: at channel 1 on ahci0 Jan 25 22:02:04 bsdThinkpad kernel: acpi_tz0: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: acpi_tz1: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: atkbdc0: = port 0x60,0x64 irq 1 on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: atkbd0: irq 1 on atkbdc0 Jan 25 22:02:04 bsdThinkpad kernel: kbd0 at atkbd0 Jan 25 22:02:04 bsdThinkpad kernel: atkbd0: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: psm0: irq 12 on atkbdc0 Jan 25 22:02:04 bsdThinkpad kernel: psm0: [GIANT-LOCKED] Jan 25 22:02:04 bsdThinkpad kernel: psm0: model Generic PS/2 mouse, device = ID 0 Jan 25 22:02:04 bsdThinkpad kernel: battery0: = on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: acpi_acad0: on acpi0 Jan 25 22:02:04 bsdThinkpad kernel: orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd0fff,0xd1000-0xd1fff,0xd2000-0xd2fff,0xde000-0xd= f7ff,0xe0000-0xeffff on isa0 Jan 25 22:02:04 bsdThinkpad kernel: ppc0: cannot reserve I/O port range Jan 25 22:02:04 bsdThinkpad kernel: coretemp0: = on cpu0 Jan 25 22:02:04 bsdThinkpad kernel: est0: on cpu0 Jan 25 22:02:04 bsdThinkpad kernel: coretemp1: = on cpu1 Jan 25 22:02:04 bsdThinkpad kernel: est1: on cpu1 Jan 25 22:02:04 bsdThinkpad kernel: usbus0: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: fuse-freebsd: version 0.4.4, FUSE ABI 7= .8 Jan 25 22:02:04 bsdThinkpad kernel: ZFS NOTICE: Prefetch is disabled by def= ault if less than 4GB of RAM is present; Jan 25 22:02:04 bsdThinkpad kernel: to enable, add "vfs.zfs.prefetch_disabl= e=3D0" to /boot/loader.conf. Jan 25 22:02:04 bsdThinkpad kernel: ZFS filesystem version: 5 Jan 25 22:02:04 bsdThinkpad kernel: ZFS storage pool version: features supp= ort (5000) Jan 25 22:02:04 bsdThinkpad kernel: Timecounters tick every 1.000 msec Jan 25 22:02:04 bsdThinkpad kernel: nvme cam probe device init Jan 25 22:02:04 bsdThinkpad kernel: hdacc0: at cad 0 on hdac0 Jan 25 22:02:04 bsdThinkpad kernel: hdaa0: at nid 1 on hdacc0 Jan 25 22:02:04 bsdThinkpad kernel: pcm0: at nid 26,22 and 24 on hdaa0 Jan 25 22:02:04 bsdThinkpad kernel: pcm1: at nid 29 on hdaa0 Jan 25 22:02:04 bsdThinkpad kernel: unknown: at nid 2 on hdacc0 (no driver attached) Jan 25 22:02:04 bsdThinkpad kernel: usbus1: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus2: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: ugen0.1: at usbus0 Jan 25 22:02:04 bsdThinkpad kernel: ugen1.1: at usbus1 Jan 25 22:02:04 bsdThinkpad kernel: uhub0: on usbus0 Jan 25 22:02:04 bsdThinkpad kernel: uhub1: on usbus1 Jan 25 22:02:04 bsdThinkpad kernel: ugen2.1: at usbus2 Jan 25 22:02:04 bsdThinkpad kernel: uhub2: on usbus2 Jan 25 22:02:04 bsdThinkpad kernel: usbus3: 480Mbps High Speed USB v2.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus4: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus5: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: ugen3.1: at usbus3 Jan 25 22:02:04 bsdThinkpad kernel: ugen4.1: at usbus4 Jan 25 22:02:04 bsdThinkpad kernel: uhub3: on usbus3 Jan 25 22:02:04 bsdThinkpad kernel: uhub4: on usbus4 Jan 25 22:02:04 bsdThinkpad kernel: ugen5.1: at usbus5 Jan 25 22:02:04 bsdThinkpad kernel: uhub5: on usbus5 Jan 25 22:02:04 bsdThinkpad kernel: usbus6: 12Mbps Full Speed USB v1.0 Jan 25 22:02:04 bsdThinkpad kernel: usbus7: 480Mbps High Speed USB v2.0 Jan 25 22:02:04 bsdThinkpad kernel: ugen6.1: at usbus6 Jan 25 22:02:04 bsdThinkpad kernel: ugen7.1: at usbus7 Jan 25 22:02:04 bsdThinkpad kernel: uhub6: on usbus6 Jan 25 22:02:04 bsdThinkpad kernel: uhub7: on usbus7 Jan 25 22:02:04 bsdThinkpad kernel: uhub0: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: uhub1: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: uhub2: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: uhub4: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: uhub5: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: uhub6: 2 ports with 2 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: ada0 at ahcich0 bus 0 scbus2 target 0 l= un 0 Jan 25 22:02:04 bsdThinkpad kernel: ada0: ATA8-ACS SATA 3.x device Jan 25 22:02:04 bsdThinkpad kernel: cd0 at ahcich1 bus 0 scbus3 target 0 lu= n 0 Jan 25 22:02:04 bsdThinkpad kernel: cd0: Removable CD-ROM SCSI device Jan 25 22:02:04 bsdThinkpad kernel: cd0: Serial Number 89V1P74E11 Jan 25 22:02:04 bsdThinkpad kernel: cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) Jan 25 22:02:04 bsdThinkpad kernel: cd0: Attempt to query device size faile= d: NOT READY, Medium not present Jan 25 22:02:04 bsdThinkpad kernel: ada0: Serial Number 50026B733400CF7B Jan 25 22:02:04 bsdThinkpad kernel: ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) Jan 25 22:02:04 bsdThinkpad kernel: ada0: Command Queueing enabled Jan 25 22:02:04 bsdThinkpad kernel: ada0: 57241MB (117231408 512 byte secto= rs) Jan 25 22:02:04 bsdThinkpad kernel: uhub3: 6 ports with 6 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: SMP: AP CPU #1 Launched! Jan 25 22:02:04 bsdThinkpad kernel: Timecounter "TSC-low" frequency 1263529= 868 Hz quality 1000 Jan 25 22:02:04 bsdThinkpad kernel: Trying to mount root from zfs:zroot/ROOT/default []... Jan 25 22:02:04 bsdThinkpad kernel: Root mount waiting for: usbus7 usbus3 Jan 25 22:02:04 bsdThinkpad kernel: uhub7: 6 ports with 6 removable, self powered Jan 25 22:02:04 bsdThinkpad kernel: Root mount waiting for: usbus3 Jan 25 22:02:04 bsdThinkpad kernel: ugen3.2: at usbus3 Jan 25 22:02:04 bsdThinkpad kernel: ugen1.2: at usbus1 Jan 25 22:02:04 bsdThinkpad kernel: ugen1.3: at usbu= s1 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: Ethernet address: 00:21:6b:92:ba= :42 Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: ubt0: on usbus1 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_intr: fatal firmware error Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: firmware error log: Jan 25 22:02:04 bsdThinkpad kernel: error type =3D "BAD_COMMAND" (0x00000007) Jan 25 22:02:04 bsdThinkpad kernel: program counter =3D 0x0000275C Jan 25 22:02:04 bsdThinkpad kernel: source line =3D 0x00000428 Jan 25 22:02:04 bsdThinkpad kernel: error data =3D 0x0000000000000000 Jan 25 22:02:04 bsdThinkpad kernel: branch link =3D 0x0000275A0000275A Jan 25 22:02:04 bsdThinkpad kernel: interrupt link =3D 0x0000091600000000 Jan 25 22:02:04 bsdThinkpad kernel: time =3D 11866 Jan 25 22:02:04 bsdThinkpad kernel: driver status: Jan 25 22:02:04 bsdThinkpad kernel: tx ring 0: qid=3D0 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 1: qid=3D1 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 2: qid=3D2 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 3: qid=3D3 cur=3D2 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 4: qid=3D4 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 5: qid=3D5 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 6: qid=3D6 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 7: qid=3D7 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 8: qid=3D8 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 9: qid=3D9 cur=3D148 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 10: qid=3D10 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 11: qid=3D11 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 12: qid=3D12 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 13: qid=3D13 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 14: qid=3D14 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 15: qid=3D15 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 16: qid=3D16 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 17: qid=3D17 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 18: qid=3D18 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 19: qid=3D19 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: rx ring: cur=3D2 Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_panicked: controller panicked, iv_state =3D 5; restarting Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad kernel: WARNING: attempt to domain_add(bluetoot= h) after domainfinalize() Jan 25 22:02:04 bsdThinkpad kernel: WARNING: attempt to domain_add(netgraph) after domainfinalize() Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_intr: fatal firmware error Jan 25 22:02:04 bsdThinkpad kernel: firmware error log: Jan 25 22:02:04 bsdThinkpad kernel: error type =3D "SYSASSERT" (0x0000= 0005) Jan 25 22:02:04 bsdThinkpad kernel: program counter =3D 0x0001DE80 Jan 25 22:02:04 bsdThinkpad kernel: source line =3D 0x0000008E Jan 25 22:02:04 bsdThinkpad kernel: error data =3D 0x0000008E000000A8 Jan 25 22:02:04 bsdThinkpad kernel: branch link =3D 0x0001DF940001DF94 Jan 25 22:02:04 bsdThinkpad kernel: interrupt link =3D 0x0000091600000000 Jan 25 22:02:04 bsdThinkpad kernel: time =3D 14120 Jan 25 22:02:04 bsdThinkpad kernel: driver status: Jan 25 22:02:04 bsdThinkpad kernel: tx ring 0: qid=3D0 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 1: qid=3D1 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 2: qid=3D2 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 3: qid=3D3 cur=3D2 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 4: qid=3D4 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 5: qid=3D5 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 6: qid=3D6 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 7: qid=3D7 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 8: qid=3D8 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 9: qid=3D9 cur=3D40 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 10: qid=3D10 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 11: qid=3D11 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 12: qid=3D12 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 13: qid=3D13 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 14: qid=3D14 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 15: qid=3D15 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 16: qid=3D16 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 17: qid=3D17 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 18: qid=3D18 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: tx ring 19: qid=3D19 cur=3D0 queued= =3D0=20=20 Jan 25 22:02:04 bsdThinkpad kernel: rx ring: cur=3D42 Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_panicked: controller panicked, iv_state =3D 5; restarting Jan 25 22:02:04 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:02:04 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:02:04 bsdThinkpad root: /etc/rc: WARNING: $xrdp_sesman_enable is = not set properly - see rc.conf(5). Jan 25 22:02:04 bsdThinkpad ntpd[975]: ntpd 4.2.8p8-a (1): Starting Jan 25 22:02:05 bsdThinkpad ntpd[976]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): good hash signature Jan 25 22:02:05 bsdThinkpad ntpd[976]: leapsecond file ('/var/db/ntpd.leap-seconds.list'): loaded, expire=3D2017-06-01T00:00:00Z last=3D2017-01-01T00:00:00Z ofs=3D37 Jan 25 22:02:08 bsdThinkpad dhclient[545]: send_packet: Network is down Jan 25 22:02:16 bsdThinkpad dhclient[545]: send_packet: Network is down Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Initialized drm 1.1.0 20060= 810 Jan 25 22:02:19 bsdThinkpad kernel: drmn0: on vgapci0 Jan 25 22:02:19 bsdThinkpad kernel: iicbus0: on iicbb0 ad= dr 0xff Jan 25 22:02:19 bsdThinkpad kernel: iic0: on iicbus0 Jan 25 22:02:19 bsdThinkpad kernel: iic1: on iicbus1 Jan 25 22:02:19 bsdThinkpad kernel: iicbus2: on iicbb1 ad= dr 0x0 Jan 25 22:02:19 bsdThinkpad kernel: iic2: on iicbus2 Jan 25 22:02:19 bsdThinkpad kernel: iic3: on iicbus3 Jan 25 22:02:19 bsdThinkpad kernel: iicbus4: on iicbb2 ad= dr 0x0 Jan 25 22:02:19 bsdThinkpad kernel: iic4: on iicbus4 Jan 25 22:02:19 bsdThinkpad kernel: iic5: on iicbus5 Jan 25 22:02:19 bsdThinkpad kernel: iicbus6: on iicbb3 ad= dr 0x0 Jan 25 22:02:19 bsdThinkpad kernel: iic6: on iicbus6 Jan 25 22:02:19 bsdThinkpad kernel: iic7: on iicbus7 Jan 25 22:02:19 bsdThinkpad kernel: iicbus8: on iicbb4 ad= dr 0x0 Jan 25 22:02:19 bsdThinkpad kernel: iic8: on iicbus8 Jan 25 22:02:19 bsdThinkpad kernel: iic9: on iicbus9 Jan 25 22:02:19 bsdThinkpad kernel: iicbus10: on iicbb5 a= ddr 0x0 Jan 25 22:02:19 bsdThinkpad kernel: iic10: on iicbus10 Jan 25 22:02:19 bsdThinkpad kernel: iic11: on iicbus11 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] MSI enabled 1 message(s) Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Driver supports precise vbl= ank timestamp query. Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5 Jan 25 22:02:19 bsdThinkpad kernel: drmn0: taking over the fictitious range 0xd0000000-0xe0000000 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector LVDS-1: get mode = from tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.LVDS-1 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector VGA-1: get mode f= rom tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.VGA-1 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector HDMI-A-1: get mode from tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.HDMI-A= -1 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector DP-1: get mode fr= om tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.DP-1 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector HDMI-A-2: get mode from tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.HDMI-A= -2 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector DP-2: get mode fr= om tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.DP-2 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Connector DP-3: get mode fr= om tunables: Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.modes.DP-3 Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] - kern.vt.fb.default_mode Jan 25 22:02:19 bsdThinkpad kernel: fbd0 on drmn0 Jan 25 22:02:19 bsdThinkpad kernel: VT: Replacing driver "vga" with new "fb= ". Jan 25 22:02:19 bsdThinkpad kernel: info: [drm] Initialized i915 1.6.0 2008= 0730 for drmn0 on minor 0 Jan 25 22:02:23 bsdThinkpad dhclient[545]: send_packet: Network is down Jan 25 22:02:53 bsdThinkpad last message repeated 2 times Jan 25 22:03:07 bsdThinkpad dhclient[545]: send_packet: Network is down Jan 25 22:03:18 bsdThinkpad dhclient: New IP Address (lagg0): 192.168.1.100 Jan 25 22:03:18 bsdThinkpad dhclient: New Subnet Mask (lagg0): 255.255.255.0 Jan 25 22:03:18 bsdThinkpad dhclient: New Broadcast Address (lagg0): 192.168.1.255 Jan 25 22:03:18 bsdThinkpad dhclient: New Routers (lagg0): 192.168.1.254 Jan 25 22:03:19 bsdThinkpad dhclient: New Routers (lagg0): 192.168.1.254 Jan 25 22:03:22 bsdThinkpad wpa_supplicant[340]: wlan0: CTRL-EVENT-SSID-REENABLED id=3D0 ssid=3D"claracast" Jan 25 22:03:22 bsdThinkpad wpa_supplicant[340]: wlan0: Trying to associate with 38:3b:c8:06:b8:3a (SSID=3D'claracast' freq=3D2412 MHz) Jan 25 22:03:22 bsdThinkpad kernel: wlan0: link state changed to UP Jan 25 22:03:22 bsdThinkpad kernel: lagg0: link state changed to UP Jan 25 22:03:22 bsdThinkpad wpa_supplicant[340]: wlan0: Associated with 38:3b:c8:06:b8:3a Jan 25 22:03:22 bsdThinkpad dhclient[545]: send_packet: No buffer space available Jan 25 22:03:28 bsdThinkpad last message repeated 2 times Jan 25 22:03:32 bsdThinkpad wpa_supplicant[340]: wlan0: Authentication with 38:3b:c8:06:b8:3a timed out. Jan 25 22:03:32 bsdThinkpad kernel: wlan0: link state changed to DOWN Jan 25 22:03:32 bsdThinkpad kernel: lagg0: link state changed to DOWN Jan 25 22:03:32 bsdThinkpad wpa_supplicant[340]: wlan0: CTRL-EVENT-DISCONNE= CTED bssid=3D38:3b:c8:06:b8:3a reason=3D3 locally_generated=3D1 Jan 25 22:03:32 bsdThinkpad wpa_supplicant[340]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=3D0 ssid=3D"claracast" auth_failures=3D6 duration=3D126 reason=3DCONN_FAILED Jan 25 22:03:35 bsdThinkpad dhclient[545]: send_packet: Network is down Jan 25 22:03:37 bsdThinkpad kernel: iwn0: device timeout Jan 25 22:03:37 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:03:37 bsdThinkpad kernel: iwn0: scan timeout Jan 25 22:03:37 bsdThinkpad kernel: iwn0: iwn_read_firmware: ucode rev=3D0x08530501 Jan 25 22:03:41 bsdThinkpad dhclient[545]: send_packet: Network is down --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-wireless@freebsd.org Sat Jan 28 04:42:34 2017 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 3B94CCC3A65 for ; Sat, 28 Jan 2017 04:42:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B802FE5 for ; Sat, 28 Jan 2017 04:42:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0S4gX8q020229 for ; Sat, 28 Jan 2017 04:42:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 216091] iwn0 issues on FreeBSD11 Date: Sat, 28 Jan 2017 04:42:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: scf@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 28 Jan 2017 04:42:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216091 --- Comment #3 from Sean Farley --- (In reply to coppolajj from comment #2) I meant set the MAC address on the wlan0 device and not the iwn0 device. T= ry this configuration: ifconfig_em0=3D"up" wlans_iwn0=3D"wlan0" ifconfig_wlan0=3D"ether 00:1c:25:9d:ec:60 WPA" cloned_interfaces=3D"lagg0" ifconfig_lagg0=3D"laggproto failover laggport em0 laggport wlan0 DHCP" --=20 You are receiving this mail because: You are the assignee for the bug.=