On 11/11/25 21:38, Mario Limonciello wrote:
Thanks. I'm aware of this and working with upstream on patches.

After exposing your package to a chroot with more kernel headers installed, I noticed that it's failing on any kernel >= 6.13.

Additionally it fails on the -cloud kernel flavors in 6.12, too, due to lack of drm_* symbols. This you can fix by adding the following line to your dkms.conf (that file seems to get generated by the upstream build system):

  BUILD_EXCLUSIVE_CONFIG="CONFIG_DRM"

This will skip building the package for any kernel lacking CONFIG_DRM.


Andreas

Reply via email to