> missing modules for #: uio_pdrv_genirq
Hi Gabriel,
I just ran into this as well while 'guix deploy'-ing to a Raspberry Pi. Maybe
you have resolved it already but the message comes from safety-checks? in
machine-ssh-configuration, which verifies that modules for configured
filesystems are loa
> missing modules for #: uio_pdrv_genirq
It looks to me that, for whatever reason, the kernel is failing to find the
uio_pdrv_genirq driver module. Did the failure start on a new kernel version?
My hypothesis is that a new requirement has been placed by the kernel and you
need to compile that m
Hi
I've been developing for/on a Raspi and successfully built images and deployed
to the machine, but at some point in time deployment failed with this message:
missing modules for #: uio_pdrv_genirq
I am not sure what had changed in my code base that would lead to this error,
and I am somewha