From owner-freebsd-current@freebsd.org Thu Aug 25 19:45:13 2016 Return-Path: Delivered-To: freebsd-current@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 E289ABC6719; Thu, 25 Aug 2016 19:45:13 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from proxy.tng.vnc.biz (zimbra-vnc.tngtech.com [83.144.240.98]) (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 A178D1D08; Thu, 25 Aug 2016 19:45:12 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id B0C371E2D66; Thu, 25 Aug 2016 21:45:03 +0200 (CEST) X-Spam-Flag: NO X-Spam-Score: -1.501 X-Spam-Level: X-Spam-Status: No, score=-1.501 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-0.5, LOCAL_FROM_TNG=-0.001] autolearn=ham autolearn_force=no Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id k_-E24L8udFP; Thu, 25 Aug 2016 21:45:02 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by proxy.tng.vnc.biz (Postfix) with ESMTP id 8939A1E2D79; Thu, 25 Aug 2016 21:45:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at Received: from proxy.tng.vnc.biz ([127.0.0.1]) by localhost (proxy.tng.vnc.biz [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id d9sZZTTxI3Kd; Thu, 25 Aug 2016 21:45:02 +0200 (CEST) Received: from [10.0.0.95] (p5B0465BD.dip0.t-ipconnect.de [91.4.101.189]) by proxy.tng.vnc.biz (Postfix) with ESMTPSA id 4B3E51E2D66; Thu, 25 Aug 2016 21:45:02 +0200 (CEST) Subject: Re: FreeBSD 11 RC1 - no wifi To: =?UTF-8?Q?Jan_Kokem=c3=bcller?= , freebsd-stable@freebsd.org References: <8a427194-726c-ccad-9e02-70460152477d@tngtech.com> <4d2f6787-49d5-a1fd-49bc-bbdcee422795@gmail.com> Cc: freebsd-current@freebsd.org From: Stefan Wendler Message-ID: <8a7c9e3c-77a6-b84c-8202-d2c0dacb0d12@tngtech.com> Date: Thu, 25 Aug 2016 21:45:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4d2f6787-49d5-a1fd-49bc-bbdcee422795@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 19:45:14 -0000 Hi, is this fixed in RC2? I haven't tried it yet but would be nice to know Cheers On 08/23/2016 22:58, Jan Kokem=FCller wrote: >=20 > On 23.08.16 21:18, Stefan Wendler wrote: >> Hi, >> >> I have upgraded from FreeBSD 10.3 to 11 RC1 on my Lenovo W450 with Int= el >> Centrino Ultimate-N 6300 >> >> After upgrade and a last reboot the iwn driver gets loaded but no iwn0 >> interface pops up. Doing a 'service netif restart' crashes the machine >> and a core is written. >=20 > It's probably this bug: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211689#c4 >=20 > I've attached a patch there that fixes this issue for me. >=20 > -Jan