linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lspci: Unable to load libkmod resources: error -12
@ 2020-12-10 23:07 Joe Buehler
  2020-12-18 14:56 ` Lucas De Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Buehler @ 2020-12-10 23:07 UTC (permalink / raw)
  To: linux-modules

When running lspci -v on Ubuntu 20.40, I get the error message:

lspci: Unable to load libkmod resources: error -12

I tracked this down to a possible libkmod issue.  The kernel I am using
has an empty modules.builtin.aliases.bin file (modules.builtin.aliases
does not exist).

kmod_load_resources() doesn't like this.  It calls index_mm_open() which
checks the file size, sees that it is less than sizeof(hdr), error
terminates, causing kmod_load_resources() to return -ENOMEM.

kmod version 27 as shipped with ubuntu 20.04

Please copy me on any responses, I am not on this list.

Joe Buehler


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-18 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10 23:07 lspci: Unable to load libkmod resources: error -12 Joe Buehler
2020-12-18 14:56 ` Lucas De Marchi
2020-12-18 15:01   ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).