Hi Matt,

On Sat, Jan 21, 2012 at 5:55 PM, Matt Burgess
<[email protected]> wrote:
> Hi all,
>
> When running the following command...
>
> for NIC in /sys/class/net/* ; do
>    INTERFACE=${NIC##*/} udevadm test --action=add $NIC
> done
>
> ... I see the following output:
>
> run_command: calling: test
> adm_test: version 178
> builtin_kmod_init: load module index
> index_mm_open: No such file or directory

You are missing a ".bin" file at /lib/modules/$(uname -r)/. Do you
have all these 3 files below?

modules.alias.bin
modules.dep.bin
modules.symbols.bin

Yes, the message is a bit misleading, I have a patch pending for that
that will be part of kmod 5.


Thanks
Lucas De Marchi
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to