Re: Kernel modules not loading on 15-prerelease

From: bob prohaska <fbsd_at_www.zefox.net>
Date: Fri, 05 Sep 2025 14:37:02 UTC
On Thu, Sep 04, 2025 at 09:08:20AM -0700, Mark Millard wrote:
> 
> 
> I'm saying more than that: Any time you used just
> -DWITH_META_MODE you were not correctly specifying
> that META_MODE would be used: that specification
> has to be via an environment variable called
> WITH_META_MODE, not via a global make variable
> called WITH_META_MODE .

Ok, that is something I failed to grasp until now.
Apparently, my problems are that
1. world isn't updating
making
2. kernel and modules inconsistent.

There a page at https://wiki.freebsd.org/MetaMode offering 
concise instruction, dated 2021, for using WITH_META_MODE.
Is it still correct? 

Thanks for writing!

bob prohaska