Soren Harward on 10 Feb 2017 19:50:22 -0800
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Monolithic Kernel with B43 Firmware
|
- From: Soren Harward <stharward@gmail.com>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] Monolithic Kernel with B43 Firmware
- Date: Sat, 11 Feb 2017 03:50:05 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=+IJauVLrdbZFXSUrShQ4QT9DEM0uROkYZbdmnU5UZ+s=; b=J3qk7F6yPY1CZlYJ2Ci8pybM6EdmLAoJIaT+SvdaK/ZwbrtX5a8+XRxgFG5weSiaoP BUihKatbrotNbfl90NsHgGHVEW4KRQ+2Dg1qTL7jO+1J1Dm0oCJpfKeZ1XNffHIMIQnC 85CyeDgmiJELGkAJASJVDV2CQrtkZ6eP4XgjyXTHNRxPiHaitmBwuPbcXbCYKxP6+Xn5 61RXulrjgKnu1cB4+y0dwQiQ9Z19JUzvVpQfxIPv7MI8ATCA495aGooDecjfQY79mgj/ kGuDEp9T+hKJNzLUu7aSKRLROfWy5ecyGYp1BlzWFR2feca4+USap5SbG3TWKJsOCMKs kPjg==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
Do I really need all 117 files?
Probably not, but it depends on the driver. Try looking for a README or googling around to see if someone else has figured out exactly which files you need to include for your particular hardware.
My AMD GPU requires firmware files, and though there are like 120 in the tarball, I need only like 10 of them.
On the other hand, including all of them probably won't do any harm other than making the kernel a little bit bigger.
Do I have to enter each of those into the
kernel config file in CONFIG_EXTRA_FIRMWARE=
Yeah. I found that the easiest thing to do in this case is open .config in a text editor, pipe in the output from 'ls /lib/firmware' (or wherever the files are), and then edit as needed.
--
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug