Looking Glass: /dev/kvmfr0 not created at boot time

Hi,
I have a problem with looking glass, that the /dev/kvmfr0 is not created at boot.
this is what’s inside dmesg at boot:

[   10.304228] kvmfr: creating 0 static devices
[   10.304260] kvmfr: kvmfr_module_init: module loaded

However if I do a rmmod && modprobe it works:

$ sudo rmmod kvmfr && sudo modprobe kvmfr static_size_mb=128
[...]
[  138.928000] kvmfr: creating 1 static devices
[  138.935298] kvmfr: kvmfr_module_init: module loaded

After that everything is fine… so what could be the cause?

Thanks
Andrea

Please consult your distribution’s documentation. It looks like you incuded kvmfr into the initramfs, but not the modules.d rules for it.

That worked, thanks.