Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2022 06:58:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        acpi@FreeBSD.org
Subject:   [Bug 195116] Display brightness control/resuming require acpi_video to be loaded after i915kms
Message-ID:  <bug-195116-16045-kbMIPq5AIS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195116-16045@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195116-16045@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195116

--- Comment #4 from parv <parv.0zero9+freebsd@gmail.com> ---
Apparently order matters of values assigned to a variable in /etc/rc.con. N=
ow I
have ...

kld_list=3D"filemon"
kld_list=3D"$kldlist i915kms"
kld_list=3D"$kldlist acpi_video"


... ... now the MIBs in /etc/sysctl.conf related to "hw.acpi.video.lcd0" are
not reported as unknowns.

Earlier I had ...

kld_list=3D"filemon"
kld_list=3D"$kldlist acpi_video"
kld_list=3D"$kldlist i915kms"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195116-16045-kbMIPq5AIS>