Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755982AbaKRQMa (ORCPT ); Tue, 18 Nov 2014 11:12:30 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:53686 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755941AbaKRQM2 (ORCPT ); Tue, 18 Nov 2014 11:12:28 -0500 Message-ID: <546B6FEA.1090405@lwfinger.net> Date: Tue, 18 Nov 2014 10:12:26 -0600 From: Larry Finger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Gheorhios , "John W. Linville" CC: Fabian Frederick , Emmanuel Grumbach , Stefano Brivio , Johannes Berg , Julian Calaby , linux-wireless , "linux-kernel@vger.kernel.org" , Intel Linux Wireless , Chaoming Li , b43-dev , netdev Subject: Re: [PATCH 1/1 net-next] wireless: remove unnecessary sizeof(u8) References: <1415998553-12636-1-git-send-email-fabf@skynet.be> <828430032.148603.1416203787175.open-xchange@webmail.nmp.skynet.be> <20141117133618.GC3511@tuxdriver.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/2014 07:34 AM, Gheorhios wrote: > Anyone could gently send the link for downloading B43 linux drivers for > this procedure? > > > > Then transfer it over to your Ubuntu box. > > Now in your Ubuntu Box [computer] please make your way to your Home folder. > > Once you are at your home folder right click on your home folder and make a > new folder and call it wireless. > > Now that you have made a new folder called wireless in your home directory, > it is time to move the downloaded file into the new folder called wireless. > > Move The Wireless Folder To The Firmware Directory > > sudo cp -r ~/wireless/* /lib/firmware/ > > Now let's double check to make sure the download made it to the firmware > directory. To do this type this into the terminal: > > ls /lib/firmware > > Ok so now that the download is in the firmware directory we need to go to > that directory. To go there open your terminal and type in: > > cd /lib/firmware > > Now that you have changed directories let's double check to make sure you > are in the right directory, this next code tells us where we are in the > computer file directory. This next code stands for "print working > directory". > > pwd > > Are you at /lib/firmware if so good if not go back one step. > > Now that we are in the firmware directory. We have to extract the download, > to do this type in: > > sudo -s > > Then enter your password then: > > tar xvf b43-all-fw.tar_.gz > > Now is the firmware extracted properly? check by typing: > > ls /lib/firmware/b43 > > or: > > ls /lib/firmware/b43legacy > > Do you see the ucode files? if so then delete the gz file: > > sudo rm *.gz > > Then: > > exit > > Reboot No, I do not know where that file is found. Even if I knew of such a file, Broadcom has expressly declined to provide that firmware for redistribution. Posting such a file could invite legal action. If someone else has violated Broadcom's directive, I would not facilitate that violation. Rather than doing that, the link at http://wireless.kernel.org/en/users/Drivers/b43#firmwareinstallation shows what to do for Ubuntu installations. Follow those instructions - they refer to a legal way to get the firmware. I would have thought that asking this question on an Ubuntu Forum would have been more productive. By the way, piggybacking your request on this thread is very bad netiquette. You should not have done a "reply-to". Larry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/