I'm trying to compile my own FreeBSD kernel for my HP Pavilion g4 (2012) laptop. I have tried everything, including recompiling the GENERIC kernel to see if there was anything wrong in my configuration file. It turns out that, after I booted with the Verbose option enabled, I got the error message shown in the title, plus these other four lines:
so there wasn't anything wrong with my configuration file, but with the module's code?
Well, if I try to boot without the i915kms kernel module I get the same error also.
And while recompiling the kernel without COMPAT_LINUXKPI makes it actually boot, i have video issues (screen tearing, unable to change screen brightness) because I can't load the video drivers without it and for some reason the WITNESS option gets enabled even though it's not mentioned anywhere in the configuration file.
Then, recompiling it again with COMPAT_LINUXKPI and without DDB_CTF gives the same result.
Here is the configuration file I'm using for the kernel:
and I'm also running FreeBSD 15.0-CURRENT.
I really don't know where to continue after this, any help is appreciated. And I apologize for the newbieness too :')
Code:
failed to load CTF for linuxkpi_video.ko: 79
panic: malloc_init: type dmabuf with unsupported version 2020110501 <- this one appears without verbose enabled too
cpuid = 3
time = 1722712064
so there wasn't anything wrong with my configuration file, but with the module's code?
Well, if I try to boot without the i915kms kernel module I get the same error also.
And while recompiling the kernel without COMPAT_LINUXKPI makes it actually boot, i have video issues (screen tearing, unable to change screen brightness) because I can't load the video drivers without it and for some reason the WITNESS option gets enabled even though it's not mentioned anywhere in the configuration file.
Then, recompiling it again with COMPAT_LINUXKPI and without DDB_CTF gives the same result.
Here is the configuration file I'm using for the kernel:
freebsd kernel configuration file - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
and I'm also running FreeBSD 15.0-CURRENT.
I really don't know where to continue after this, any help is appreciated. And I apologize for the newbieness too :')