WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] drivers: how to find kernel built-ins?  (Read 6151 times)

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1453
Re: [Solved] drivers: how to find kernel built-ins?
« Reply #15 on: August 17, 2020, 08:57:53 AM »
One last question about this, if you guys will indulge me.

I see a directory named  /sys/module/acpi/  which I'm assuming means that the acpi kernel module is loaded and active. But to my surprise, there is no builtin module of that name (i.e., no "acpi.ko" in modules.builtin) nor is there an external module of that name (i.e., no plain "acpi" in the output of lsmod). How can that be? I thought there was no third option: A kernel module must either be builtin or external, no?

P.S. I guess not everything listed in /sys/module/ is a kernel module? If that's the case, it's par for the course. Almost everything in life (including computing) turns out to be more complex than it seems.
« Last Edit: August 17, 2020, 09:14:06 AM by GNUser »