Return-path: Received: from mail-ot0-f177.google.com ([74.125.82.177]:36704 "EHLO mail-ot0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755722AbdCTRdq (ORCPT ); Mon, 20 Mar 2017 13:33:46 -0400 Received: by mail-ot0-f177.google.com with SMTP id i1so137052143ota.3 for ; Mon, 20 Mar 2017 10:33:45 -0700 (PDT) Subject: Re: Wireless failed To: Fernanda Vejar References: <34e317ae-a112-79bc-41ef-c18433e8cc49@lwfinger.net> <20064021-fcca-4092-e6ec-5ce7f964a0c1@lwfinger.net> Cc: linux-wireless@vger.kernel.org From: Larry Finger Message-ID: <70ad78bc-2a94-3391-797b-d7f074ccd4fa@lwfinger.net> (sfid-20170320_183420_881493_1BA3BF7C) Date: Mon, 20 Mar 2017 12:33:43 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: On 03/20/2017 11:46 AM, Fernanda Vejar wrote: > Hello Larry, > > thank you very much for your fast answer. > > Buy running "modinfo iwlwifi": > filename: > /lib/modules/3.13.0-112-lowlatency/updates/drivers/net/wireless/iwlwifi/iwlwifi.ko > version: iwlwifi-stack-public:release/LinuxCore5:3714:27076532 > license: GPL > author: Copyright(c) 2003- 2014 Intel Corporation > version: in-tree:d > description: Intel(R) Wireless WiFi driver for Linux > firmware: iwlwifi-7265-8.ucode > firmware: iwlwifi-3160-8.ucode > firmware: iwlwifi-7260-8.ucode > firmware: iwlwifi-8000-8.ucode > srcversion: 6E29C5B96E10698E38DC01F > .... > > According to the reference > (https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware) I > need the iwlwifi-2030-6.ucode. I tried to install it previously as a > first step, but It didn't work. I don't understand what I did wrong. On this list, please do not top post. When you put your information at the top, then the reader has to go all the way to the bottom, then back to the top. Having everything in chronological order is easier. The driver is in your kernel. All we need now is the firmware. Where did you put the file? It should have been in /lib/firmware. Larry