* Re: 04/04: gnu: Add fwupd. [not found] ` <20220831110517.76C23C04F0B@vcs2.savannah.gnu.org> @ 2022-08-31 13:26 ` Maxim Cournoyer 2022-08-31 14:58 ` Liliana Marie Prikler 2022-09-01 13:42 ` Denis 'GNUtoo' Carikli 0 siblings, 2 replies; 7+ messages in thread From: Maxim Cournoyer @ 2022-08-31 13:26 UTC (permalink / raw) To: guix-devel, phodina, ludo Hi, guix-commits@gnu.org writes: > civodul pushed a commit to branch master > in repository guix. > > commit 23152ff70f0ed4966d8207846f54c793d7cb4f86 > Author: Petr Hodina <phodina@protonmail.com> > AuthorDate: Tue Jan 4 06:58:51 2022 +0100 > > gnu: Add fwupd. > > * gnu/packages/firmware.scm (fwupd): New variable. > > Signed-off-by: Ludovic Courtès <ludo@gnu.org> Just a quick question: does this tool talks to a remote server that serves non-free software as well as free one? If so, it'd need to be patched to comply with the FSDG. Thanks, Maxim ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-08-31 13:26 ` 04/04: gnu: Add fwupd Maxim Cournoyer @ 2022-08-31 14:58 ` Liliana Marie Prikler 2022-09-01 6:27 ` Reza Housseini 2022-09-01 13:42 ` Denis 'GNUtoo' Carikli 1 sibling, 1 reply; 7+ messages in thread From: Liliana Marie Prikler @ 2022-08-31 14:58 UTC (permalink / raw) To: Maxim Cournoyer, guix-devel, phodina, ludo Am Mittwoch, dem 31.08.2022 um 09:26 -0400 schrieb Maxim Cournoyer: > Hi, > > guix-commits@gnu.org writes: > > > civodul pushed a commit to branch master > > in repository guix. > > > > commit 23152ff70f0ed4966d8207846f54c793d7cb4f86 > > Author: Petr Hodina <phodina@protonmail.com> > > AuthorDate: Tue Jan 4 06:58:51 2022 +0100 > > > > gnu: Add fwupd. > > > > * gnu/packages/firmware.scm (fwupd): New variable. > > > > Signed-off-by: Ludovic Courtès <ludo@gnu.org> > > Just a quick question: does this tool talks to a remote server that > serves non-free software as well as free one? If so, it'd need to be > patched to comply with the FSDG. I'd be surprised if it supplied free software as well as non-free one. The vendor guide[1] states the following: > Do I have to contribute any code? > > No, unless you're using a custom update protocol that fwupd does not > already support. The user guide[2] likewise states: > The OEM vendor is in full control over what models are supported and is > the only entity that can add support for new hardware. The vendor agreement[3] further grants no freedom safe for the second – the freedom to make unmodified copies. Cheers [1] https://fwupd.org/lvfs/docs/vendors [2] https://fwupd.org/lvfs/docs/users [3] https://fwupd.org/lvfs/docs/agreement ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-08-31 14:58 ` Liliana Marie Prikler @ 2022-09-01 6:27 ` Reza Housseini 2022-09-01 7:03 ` Maxime Devos 0 siblings, 1 reply; 7+ messages in thread From: Reza Housseini @ 2022-09-01 6:27 UTC (permalink / raw) To: Liliana Marie Prikler Cc: Maxim Cournoyer, guix-devel@gnu.org, phodina@protonmail.com, ludo@gnu.org [-- Attachment #1: Type: text/plain, Size: 1603 bytes --] On Wednesday, August 31, 2022, Liliana Marie Prikler < liliana.prikler@gmail.com> wrote: > Am Mittwoch, dem 31.08.2022 um 09:26 -0400 schrieb Maxim Cournoyer: > > Hi, > > > > guix-commits@gnu.org writes: > > > > > civodul pushed a commit to branch master > > > in repository guix. > > > > > > commit 23152ff70f0ed4966d8207846f54c793d7cb4f86 > > > Author: Petr Hodina <phodina@protonmail.com> > > > AuthorDate: Tue Jan 4 06:58:51 2022 +0100 > > > > > > gnu: Add fwupd. > > > > > > * gnu/packages/firmware.scm (fwupd): New variable. > > > > > > Signed-off-by: Ludovic Courtès <ludo@gnu.org> > > > > Just a quick question: does this tool talks to a remote server that > > serves non-free software as well as free one? If so, it'd need to be > > patched to comply with the FSDG. > I'd be surprised if it supplied free software as well as non-free one. > > The vendor guide[1] states the following: > > Do I have to contribute any code? > > > > No, unless you're using a custom update protocol that fwupd does not > > already support. > > The user guide[2] likewise states: > > The OEM vendor is in full control over what models are supported and is > > the only entity that can add support for new hardware. > > The vendor agreement[3] further grants no freedom safe for the second – > the freedom to make unmodified copies. > > Cheers > > [1] https://fwupd.org/lvfs/docs/vendors > [2] https://fwupd.org/lvfs/docs/users > [3] https://fwupd.org/lvfs/docs/agreement > > Isn't fwupd a package manager which could technically be replaced by guix? [-- Attachment #2: Type: text/html, Size: 2403 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-09-01 6:27 ` Reza Housseini @ 2022-09-01 7:03 ` Maxime Devos 2022-09-01 7:44 ` phodina 0 siblings, 1 reply; 7+ messages in thread From: Maxime Devos @ 2022-09-01 7:03 UTC (permalink / raw) To: reza.housseini, Liliana Marie Prikler Cc: Maxim Cournoyer, guix-devel@gnu.org, phodina@protonmail.com, ludo@gnu.org [-- Attachment #1.1.1.1: Type: text/plain, Size: 1281 bytes --] On 01-09-2022 08:27, Reza Housseini wrote: > > > No, unless you're using a custom update protocol that fwupd does not > > already support. > > The user guide[2] likewise states: > > The OEM vendor is in full control over what models are supported > and is > > the only entity that can add support for new hardware. > > The vendor agreement[3] further grants no freedom safe for the > second – > the freedom to make unmodified copies. > > Cheers > > [1] https://fwupd.org/lvfs/docs/vendors > <https://fwupd.org/lvfs/docs/vendors> > [2] https://fwupd.org/lvfs/docs/users > <https://fwupd.org/lvfs/docs/users> > [3] https://fwupd.org/lvfs/docs/agreement > <https://fwupd.org/lvfs/docs/agreement> > > > Isn't fwupd a package manager which could technically be replaced by guix? IIUC, fwupd not only receives firmware updates, it also sends the firmware to the device (installing it). While Guix supports installing software, I don't think it supports installing firmware in specific (at least, not yet). And to extend Guix with support for installing firmware, I expect it would use a tool like fwupd to actually send the updated firmware to the hardware. Greetings, Maxime. [-- Attachment #1.1.1.2: Type: text/html, Size: 2191 bytes --] [-- Attachment #1.1.2: OpenPGP public key --] [-- Type: application/pgp-keys, Size: 929 bytes --] [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 236 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-09-01 7:03 ` Maxime Devos @ 2022-09-01 7:44 ` phodina 0 siblings, 0 replies; 7+ messages in thread From: phodina @ 2022-09-01 7:44 UTC (permalink / raw) To: maximedevos, reza.housseini, liliana.prikler Cc: maxim.cournoyer, guix-devel, ludo [-- Attachment #1: Type: text/plain, Size: 2095 bytes --] > No, unless you're using a custom update protocol that fwupd does not > already support. The user guide[2] likewise states: > The OEM vendor is in full control over what models are supported and is > the only entity that can add support for new hardware. The vendor agreement[3] further grants no freedom safe for the second – the freedom to make unmodified copies. Cheers [1] https://fwupd.org/lvfs/docs/vendors [2] https://fwupd.org/lvfs/docs/users [3] https://fwupd.org/lvfs/docs/agreement Isn't fwupd a package manager which could technically be replaced by guix? IIUC, fwupd not only receives firmware updates, it also sends the firmware to the device (installing it). While Guix supports installing software, I don't think it supports installing firmware in specific (at least, not yet). And to extend Guix with support for installing firmware, I expect it would use a tool like fwupd to actually send the updated firmware to the hardware. Greetings, Maxime. As Maxime pointed out it's more than just package manager as it installs the firmware for the device (through specific interface). I'd also rather not port this functionality directly into Guix. Rather as was my intention and Maxime's thought the Guix will use this tool to update the firmware. So maybe create we can create some Guile API that will call fwupd. This however needs further discussion as not all devices support "identification". By that I mean you can't simply query the HW for ID and the version of firmware. Also there might be the issue with number of applicable firmware updates due to the wear levelong of the storage technology. Or some other limitation. Also this firmware update should be pushed only when necessary, not on every guix system reconfigure. This way we can use it the same way as other distros use it and gain the advantage of having it tested on more HW. The other question concerns the firmware itself. There are open source versions [1] and proprietary (Lenovo, Dell ...). So we need to support only the libre version. [1] https://wiki.postmarketos.org/wiki/Fwupd ---- Petr [-- Attachment #2: Type: text/html, Size: 2439 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-08-31 13:26 ` 04/04: gnu: Add fwupd Maxim Cournoyer 2022-08-31 14:58 ` Liliana Marie Prikler @ 2022-09-01 13:42 ` Denis 'GNUtoo' Carikli 2022-09-01 20:35 ` Maxim Cournoyer 1 sibling, 1 reply; 7+ messages in thread From: Denis 'GNUtoo' Carikli @ 2022-09-01 13:42 UTC (permalink / raw) To: Maxim Cournoyer; +Cc: guix-devel, phodina, ludo [-- Attachment #1: Type: text/plain, Size: 1700 bytes --] Hi, On Wed, 31 Aug 2022 09:26:21 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote: > > commit 23152ff70f0ed4966d8207846f54c793d7cb4f86 > > Author: Petr Hodina <phodina@protonmail.com> > > AuthorDate: Tue Jan 4 06:58:51 2022 +0100 > > > > gnu: Add fwupd. > > > > * gnu/packages/firmware.scm (fwupd): New variable. > > > > Signed-off-by: Ludovic Courtès <ludo@gnu.org> > > Just a quick question: does this tool talks to a remote server that > serves non-free software as well as free one? If so, it'd need to be > patched to comply with the FSDG. It does. By default it at least uses the LVFS repository which has nonfree software. I don't remember if it also has other repositories or if there was a way to easily download updates from the repository without fwupd or LVFS. It is at least possible to search for specific software in LVFS at this address: https://fwupd.org/lvfs/search?value=microcode You also have UEFI updates and so on there, so it's pretty clear that there is some nonfree software. And we actually have the opposite issue here: It is way harder to find firmware updates that are fully free and that they can at least in theory be built with 100% free software on top of FSDG compliant distributions. Maybe small free software firmwares like the colorhug firmware could be OK. Somebody would need to check the dependencies for build the firmware update. Bigger firmwares like with firmwares using Coreboot are probably not OK because while coreboot is under the GPL, to work on recent hardware nonfree software is likely to be used (like microcode updates, Intel FSP, nonfree AGESA, etc). Denis. [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: 04/04: gnu: Add fwupd. 2022-09-01 13:42 ` Denis 'GNUtoo' Carikli @ 2022-09-01 20:35 ` Maxim Cournoyer 0 siblings, 0 replies; 7+ messages in thread From: Maxim Cournoyer @ 2022-09-01 20:35 UTC (permalink / raw) To: Denis 'GNUtoo' Carikli; +Cc: guix-devel, phodina, ludo Hello Denis, Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> writes: > Hi, > > On Wed, 31 Aug 2022 09:26:21 -0400 > Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote: >> > commit 23152ff70f0ed4966d8207846f54c793d7cb4f86 >> > Author: Petr Hodina <phodina@protonmail.com> >> > AuthorDate: Tue Jan 4 06:58:51 2022 +0100 >> > >> > gnu: Add fwupd. >> > >> > * gnu/packages/firmware.scm (fwupd): New variable. >> > >> > Signed-off-by: Ludovic Courtès <ludo@gnu.org> >> >> Just a quick question: does this tool talks to a remote server that >> serves non-free software as well as free one? If so, it'd need to be >> patched to comply with the FSDG. > It does. > > By default it at least uses the LVFS repository which has nonfree > software. I don't remember if it also has other repositories or if > there was a way to easily download updates from the repository > without fwupd or LVFS. > > It is at least possible to search for specific software in LVFS at this > address: https://fwupd.org/lvfs/search?value=microcode > > You also have UEFI updates and so on there, so it's pretty clear that > there is some nonfree software. > > And we actually have the opposite issue here: It is way harder to find > firmware updates that are fully free and that they can at least in > theory be built with 100% free software on top of FSDG compliant > distributions. > > Maybe small free software firmwares like the colorhug firmware could be > OK. Somebody would need to check the dependencies for build the > firmware update. > > Bigger firmwares like with firmwares using Coreboot are probably not > OK because while coreboot is under the GPL, to work on recent > hardware nonfree software is likely to be used (like microcode updates, > Intel FSP, nonfree AGESA, etc). Thanks. With this in mind, I've disabled the default "remotes", which seem to be the metadata for specifying which remote server to interrogate for firmware. Users knowing what they want can enable them manually. See commit 4d361a6b5147e3f91573e9d3c8c540a233e7e142. Testers welcome! Thanks, Maxim ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-09-01 20:37 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <166194391661.31756.9547474130907902222@vcs2.savannah.gnu.org> [not found] ` <20220831110517.76C23C04F0B@vcs2.savannah.gnu.org> 2022-08-31 13:26 ` 04/04: gnu: Add fwupd Maxim Cournoyer 2022-08-31 14:58 ` Liliana Marie Prikler 2022-09-01 6:27 ` Reza Housseini 2022-09-01 7:03 ` Maxime Devos 2022-09-01 7:44 ` phodina 2022-09-01 13:42 ` Denis 'GNUtoo' Carikli 2022-09-01 20:35 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.