On Sun, Dec 19, 2021 at 09:35:52PM +0100, Vivien Kraus via Bug reports for GNU
Guix wrote:
> On master, I can’t reconfigure my system, because the linux-modules.drv
> fails with the following error:
[...]
> gnu/build/linux-modules.scm:257:5: kernel module not found "simplefb"
> "/gnu/store/1ai7m
Dear Guix team,
I am using linux-libre in version 4.19. In this version there are no
modules named framebuffer_coreboot and simplefb.
So system reconfiguration complains about framebuffer_corebook being not
found.
I of course applied the workaround (specifying initrd-modules with
%base-ini
On Wed, Dec 22, 2021 at 08:25:27PM +0100, Tobias Geerinckx-Rice wrote:
> This.
Well, I guess this episode demonstrates that people are using 5.15,
5.10, and not much else. It's useful information.
> > I'm inclined to just revert the commit that introduced the regression
> > until we have a better
unknown users
of the conflicting DRM module, I mean.
Kind regards,
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.
Hi Leo,
On 2021-12-22 19:28, Leo Famulari wrote:
Or all linux-libre packages aside from the 5.15 series?
This.
I'm inclined to just revert the commit that introduced the regression
until we have a better solution...
I think this is merely trading one regression for another, IMO
*slightly*
On Tue, Dec 21, 2021 at 11:38:44PM +0100, Tobias Geerinckx-Rice via Bug reports
for GNU Guix wrote:
> (initrd-modules
>;; This cannot be built as a module for linux-libre-lts.
>((@ (srfi srfi-1) delete) "simplefb" %base-initrd-modules))
Sorry if this question has already been answered, b
Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道:
I see two reasonable solutions.
By the way, I think a better solution longer-term is to merge
these tightly-coupled kernel attributes into a single object:
(kernel (linux-libre-configuration
(package linux-libre-lts …)
Vivien,
Thanks for the report! Sorry it took me a while to get back to
you.
As discussed in #guix, an immediate work-around is:
(initrd-modules
;; This cannot be built as a module for linux-libre-lts.
((@ (srfi srfi-1) delete) "simplefb" %base-initrd-modules))
I'm not sure what to do
Dear guix,
On master, I can’t reconfigure my system, because the linux-modules.drv
fails with the following error:
Backtrace:
17 (primitive-load "/gnu/store/bvjcb7jbwlky0czin8p66949mil?")
In ice-9/eval.scm:
619:8 16 (_ #f)
626:19 15 (_ #)
293:34 14 (_ #(# #))
In srfi/srfi-1.s