Re: List of modules required by linux-modules

2023-01-27 Thread dabb...@gmail.com
Yes yes yes! That's the tip I was hoping for! I've missed CONFIG_SCSI_LOWLEVEL because I was looking for answers here: https://cateee.net/lkddb/web-lkddb/SCSI_ISCI.html. It's the first time that that database gives me wrong information... Conversely, this website is correct: https://www.kernelconfi

Re: List of modules required by linux-modules

2023-01-27 Thread Tobias Geerinckx-Rice
Hi, dabb...@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 o

Re: List of modules required by linux-modules

2023-01-26 Thread dabb...@gmail.com
Dear community, I went a little step forward but I'm still confused: by building the derivation of linux-modules in the store (for linux-libre) I've obtained the full list of modules that must be available for initrd to work (why, it's still not clear). Now, the #:extra-options key in my custom li