emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34902: closed (Kernel module not found at boot tim


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34902: closed (Kernel module not found at boot time due to hyphen/underscore mismatch)
Date: Fri, 16 Aug 2019 21:11:03 +0000

Your message dated Fri, 16 Aug 2019 23:10:15 +0200
with message-id <address@hidden>
and subject line Re: bug#34902: guix cannot find a module on boot
has caused the debbugs.gnu.org bug report #34902,
regarding Kernel module not found at boot time due to hyphen/underscore mismatch
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
34902: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guix cannot find a module on boot Date: Mon, 18 Mar 2019 10:17:14 +0100 User-agent: Roundcube Webmail/1.3.8
Hi!

I've installed the Guix system on my cubietruck yesterday, but had some difficulties. At first, the root partition was not available at boot, so I got a repl with a message saying that /dev/mmcblk0p1 was not available. I added the following to my guix config file:

(initrd-modules (cons "sunxi_mmc" %base-initrd-modules))

although the guix system command worked, the produced system still couldn't boot, but this time the message was that guix was unable to find sunxi_mmc.ko. Using the repl I could confirm that this module was indeed here, but under the name sunxi-mmc.ko. Using load-linux-module*, I was able to confirm that loading it made the filesystem available in /dev. In the end this line:

(initrd-modules (cons "sunxi-mmc" %base-initrd-modules))

was the right line to add, and I could properly boot my cubietruck!

The bug here is that guix should either be smarter and load sunxi-mmc.ko when it can't find sunxi_mmc.ko, or not allow me to build a system when I specify sunxi_mmc since it doesn't exist at boot time.



--- End Message ---
--- Begin Message --- Subject: Re: bug#34902: guix cannot find a module on boot Date: Fri, 16 Aug 2019 23:10:15 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hello!

Danny Milosavljevic <address@hidden> skribis:

> Maybe I'm too paranoid but can we have "guix" in the file name "modules.name"
> somewhere?  Otherwise I see it coming that upstream uses modules.name for an
> incompatible purpose and then we'd be with a guix interface that's broken
> and/or break their interface.
>
> (So much complexity for something so silly.  Honestly, I feel like E-mailing
> the upstream author and telling him what I think.  WTF :P)
>
> Should we warn when we use the fallback?  I like the defensive programming
> but I feel we shouldn't have it *silently* fall back when the database is
> broken/missing.
>
> Otherwise LGTM!

So I went ahead and pushed these patches, derived from our beautiful
patch set at <https://issues.guix.gnu.org/issue/30604>:

  c85ccf60bf linux-modules: Define and use a module name database.
  e1a9a7f275 linux-modules: Add 'load-linux-modules-from-directory'.
  2a693b69ca linux-modules: Add "modules.devname" writer.
  4f8b9d1a6f linux-modules: Add "modules.alias" writer.

The actual fix for the hyphen/underscore mismatch that Julien reported
is commit c85ccf60bf.  The “modules.devname” and “modules.alias” are
actually unused so far but (1) it was easier to preserve them, and (2)
that’ll give us an incentive to finish
<https://issues.guix.gnu.org/issue/30604>.  :-)

I added an explicit comment that “modules.name” uses a Guix-specific
format.  We can always rename it if the kernel folks decide to acquire
that file name.

Julien, could you please confirm that your initial issue is fixed?

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]