Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 8
    Great answer – _PID= will now forever be in my toolbox. Thanks! Commented Jul 3, 2017 at 23:45
  • 2
    Unfortunately, my /etc/modules-load.d/ is empty, and it still says Failed to find module blah. What now?
    – Adrian
    Commented Oct 4, 2017 at 2:36
  • 3
    You may also want to check out journalctl _SYSTEMD_UNIT=systemd-modules-load.service. Saves looking up the PID.
    – TwoD
    Commented May 30, 2018 at 19:12
  • 2
    From user bobafetthotmail: look also in /usr/lib/modules-load.d/ for files loading modules, as there is where applications place the modules they need. The /etc/modules-load.d/ is supposed to be for user configuration files.
    – fixer1234
    Commented Sep 9, 2018 at 21:13
  • I got 0 loaded units listed.
    – West
    Commented Jul 6, 2022 at 17:39