https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195116
--- Comment #5 from parv <parv.0zero9+free...@gmail.com> --- That's what I get for not copying-pasta. There were too many technical errors in previous 💩response. I will be grateful if the comment #3 is stricken out|hidden|deleted.🙇‍♂️ In any case, corrected response ... Apparently order matters of values assigned to a variable in /etc/rc.conf. Now I have ... kld_list="filemon" kld_list="$kld_list i915kms" kld_list="$kld_list acpi_video" ... ... now the brightness related "hw.acpi.video.lcd0" MIBs in /etc/sysctl.conf are not reported as unknowns. Earlier I had ... kld_list="filemon" kld_list="$kld_list acpi_video" kld_list="$kld_list i915kms" -- You are receiving this mail because: You are the assignee for the bug.