From: Tobias Geerinckx-Rice <me@tobias.gr>
To: "dabbede@gmail.com" <dabbede@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: List of modules required by linux-modules
Date: Fri, 27 Jan 2023 10:31:36 +0100 [thread overview]
Message-ID: <877cx8ffvm.fsf@nckx> (raw)
In-Reply-To: <CAEwYQ4SpFmAThHRMsYsqxDYEg59ztz11YcR1tQ5Xvsn7WrAJYA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]
Hi,
dabbede@gmail.com 写道:
> I've stopped the kernel build after the config phase and I've
> inspected the resulting .config file. There's no evidence of
> CONFIG_SCSI_ISCI in there, not even "# CONFIG_SCSI_ISCI is not
> set".
CONFIG_SCSI_ISCI depends on CONFIG_SCSI_LOWLEVEL. Is it set?
That's the only possibility I see, apart from the obvious
CONFIG_SCSI.
Otherwise, share your (Guix-generated, final) .config.
> It's not clear why this happens with my custom build and not
> with linux-libre...
> Can you help me debug this issue?
> Moreover, where is created the list of module required by
> "linux-modules" ?
I'm confused by your explicit reference to
gnu/build/linux-modules[.scm], which provides a set of mechanisms
to work with modules. It *should* not set policies or ‘require’
any ones in particular. Does it?
Do you mean ‘%base-initrd-modules’ in
<https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/linux-initrd.scm#n342>?
This static list can be frustrating, but we can easily remove
elements from it or even replace it entirely:
(operating-system
…
(initrd-modules
((@ (rnrs lists) remove) "isci" %base-initrd-modules))
…)
What I suggest you do instead (because it's what I do to my
kernels :-) is simply ship a ‘%xenomai-initrd-modules’ variable
along with your ‘xenomai-linux’ package, keep them in perfect
harmony yourself, and ask users to use both.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2023-01-27 10:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-17 8:22 List of modules required by linux-modules dabbede
2023-01-26 18:57 ` dabbede
2023-01-27 9:31 ` Tobias Geerinckx-Rice [this message]
2023-01-27 21:34 ` dabbede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877cx8ffvm.fsf@nckx \
--to=me@tobias.gr \
--cc=dabbede@gmail.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.