Re: Guix deploy fails claiming some module missing

2024-02-04 Thread Fredrik Simón
> 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

Re: Guix deploy fails claiming some module missing

2024-01-20 Thread Marek Paśnikowski
> 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

Guix deploy fails claiming some module missing

2024-01-16 Thread Wicki Gabriel (wicg)
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