Re: Custom kernel module woes

2018-04-08 Thread Marius Bakke
Thorsten Wilms writes: > Now if anyone knows or can figure out how *exactly* to turn XTS's -*- > into a {M}, that would still be good to know. A script that turns any > kernel configuration into a guix-sd-safe one, or changes to make these > gymnastics unnecessary would be

Missing platform_device.h in linux-libre-headers

2018-04-08 Thread Eleven
I’m trying to compile some extra kernel module for my guixsd, however the headers files needed, `modules.h` and `platform_device.h` was not found. After redefining the linux-libra-headers package, update the version to 4.15.13 which is the version of the kernel I’m currently running, I get

Re: Missing platform_device.h in linux-libre-headers

2018-04-08 Thread Mark H Weaver
Hi, Eleven writes: > I’m trying to compile some extra kernel module for my guixsd, however > the headers files needed, `modules.h` and `platform_device.h` was not > found. After redefining the linux-libra-headers package, update the > version to 4.15.13 which is the version