From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CDDBC3A59F for ; Sun, 18 Aug 2019 14:06:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3362421882 for ; Sun, 18 Aug 2019 14:06:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="IeHqfvxu"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="f0HFCpmW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726810AbfHROGN (ORCPT ); Sun, 18 Aug 2019 10:06:13 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:45164 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726478AbfHROGN (ORCPT ); Sun, 18 Aug 2019 10:06:13 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E9685624B6; Sun, 18 Aug 2019 14:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1566137171; bh=3iB5FJ0CuJIPFWd2++bXxfiZj0JORK12CVvbIvi1z0w=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=IeHqfvxuDWNwsP40NJpXgVVDLMQVa2J3MKLGBNTZ1/q05IulKbBzxWFDRHpuugXsp 7xcj1rcnQJJVE0zHPjuPvbKljbboMOkOtlJo4c5aiDfBT06pQ1m4Qp39MjPj9fvBxc scKCel/SkB1s9dEtYpIQ1jCV8pd3zs8+812UTL5M= Received: from tynnyri.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id A987E623A9; Sun, 18 Aug 2019 14:06:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1566137169; bh=3iB5FJ0CuJIPFWd2++bXxfiZj0JORK12CVvbIvi1z0w=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=f0HFCpmWjQVFgQWQzRJZHqurlPOEq1tZkqXJp1LDBNOD7pKuf9GxiSw+T9eWSQycz 3+GkOCmlL+MMXng/5OUvT8BP/qEOjTY+aHOD6D3cxONDNIXN0Qio5Uw7DdjjU6IG/w 0S2C0f7CK9s4Va8Bi2VpcWM87C1S37FNnsD1N8to= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A987E623A9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Pavel Machek Cc: Michael Nazzareno Trimarchi , kernel list , linux-arm-kernel , Linux OMAP Mailing List , Tony Lindgren , Sebastian Reichel , nekit1000@gmail.com, mpartap@gmx.net, Merlijn Wajer , "open list\:TI WILINK WIRELES..." Subject: Re: wifi on Motorola Droid 4 in 5.3-rc2 References: <20190818104629.GA27360@amd> <20190818114332.GA32205@amd> Date: Sun, 18 Aug 2019 17:06:05 +0300 In-Reply-To: <20190818114332.GA32205@amd> (Pavel Machek's message of "Sun, 18 Aug 2019 13:43:32 +0200") Message-ID: <87h86elgaa.fsf@tynnyri.adurom.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Pavel Machek writes: > On Sun 2019-08-18 12:53:01, Michael Nazzareno Trimarchi wrote: >> Hi >> >> On Sun, Aug 18, 2019 at 12:46 PM Pavel Machek wrote: >> > >> > Hi! >> > >> > First, I guess I should mention that this is first time I'm attempting >> > to get wifi going on D4. >> > >> > I'm getting this: >> > >> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 down >> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 up >> > user@devuan:~/g/ofono$ sudo iwlist wlan0 scan >> > wlan0 Interface doesn't support scanning. >> > >> >> Try to use iw command. iwlist use an obsolete interface that you need >> to activate in kernel for back compatibility with old command. Can be >> your problem? > > Let me see ... CONFIG_CFG80211_WEXT was not set. > > Tried enabling it, and now I got. I remember getting it before, > too... let me try few more boots, perhaps it is random. >From developers' point of view WEXT is ancient and untested, everybody should switch to nl80211. So I strongly using iw (which uses nl80211). Of course this nothing to do with the wlcore warning you saw, just wanted to make you aware the state of wireless extensions. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches