X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 20C775C4DD7 for ; Sat, 6 Jan 2018 23:20:38 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1515280980; bh=pqkK4CxPZC6dD73+hfr0cCKIMHwdQ8YoaOl1H7KF3+E=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fk6xRLclxqAxkpFJfff70wD/gpUGIS00mbf2A0D7rnUnGEr3r8JQau41Gn6ap2jwZ l+0AlqxwcnF+/eGmBida91qYRdTk0rEWtRNcX4fWwE/PImFTM16gNdgkRKAvppK5I+ cp8Ui4GIE51KFEFnT2oJCUJURimwaikBVtAH2yyA= Date: Sat, 6 Jan 2018 18:20:36 -0500 From: Drew DeVault To: "A. Wilcox" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Splitting up linux-firmware? Message-ID: <20180106232036.GA14607@homura> References: <4d19a51c-3eba-9775-0208-4d87da66effc@bitmessage.ch> <20180106221813.GA4759@homura> <5fec5490-b745-8c3a-2d21-f59d3a6f8925@adelielinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fec5490-b745-8c3a-2d21-f59d3a6f8925@adelielinux.org> X-GNU: Terry Pratchett On 2018-01-06 5:16 PM, A. Wilcox wrote: > There is a userspace firmware loader helper option in the kernel I think > (or maybe that was for modules?), but I don't think it'd be good to hang > up the boot process to download relevant firmware files. Also, you have > to think about people who do not want firmware. For example, I have one > system with a Broadcom WLAN chip but no other hardware requiring > firmware, so I just use it wired and run it fully libre. In theory this wouldn't slow down the boot process if you had the ones you need cached (and you should 1000% have the ones you need cached). It might not make sense to download them on the fly, maybe, just write down the failures and add a command to sort it out. > "download" "offline". > > I mean, you can have a cache of firmware packages installed, but that's > basically the same as just having the large linux-firmware package > installed. Not a full cache, just of the firmware you need. > I don't know the legalities of redistributing linux-firmware (I believe > it is "closed source, but freely distributable"). But beyond that, it > would mean that the Alpine ISO is no longer free/libre software. I > don't agree that this is a good idea. Perhaps there could *be* a spin > with firmware on the CD for people who know they need firmware for the > network or whatever, but it shouldn't be the default IMO. This is a good point. > This is a decent idea for such a 'firmware CD spin'. I don't know if > there is a 'lsfw' utility or such that can see what firmware is loaded, > but if so, that'd be all that would really be necessary. I don't think there is, but hooking into the userspace loader should make it pretty trivial to do this. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---