Skip to content

Commit

Permalink
Show kernel module icons even without modules present on filesystem
Browse files Browse the repository at this point in the history
This is common on Arch Linux systems when the kernel is updated (the
running kernel modules are removed from disk).

This table was created using modules from Linux 6.3.8, with the same
rules as the fallback mechanism uses (longest string prefix match), and
is updatable using the sync manager.
  • Loading branch information
lpereira committed Jul 30, 2023
1 parent 45fa969 commit a2ac044
Show file tree
Hide file tree
Showing 5 changed files with 3,400 additions and 37 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ set(HARDINFO_RESOURCES
"data/edid.ids"
"data/ieee_oui.ids"
"data/pci.ids.min"
"data/kernel-module-icons.json"
)

set(HARDINFO_MANPAGES
Expand Down
Loading

1 comment on commit a2ac044

@UrbanDesimator
Copy link

@UrbanDesimator UrbanDesimator commented on a2ac044 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see the module icons in hardinfo.
Im really pleased the project is moving forward, I use the benchmark functions alot to get a fast view of config-changes/new-release of rt-kernels.
Thank you all

Please sign in to comment.