[Bug 259019] kld_list="radeonkms" in /etc/rc.conf -> kernel panic
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259019] kld_list="radeonkms" in /etc/rc.conf -> kernel panic"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 15:36:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259019
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste@freebsd.org
--- Comment #3 from Ed Maste <emaste@freebsd.org> ---
If you have a panic with
kld_list="radeonkms"
and success with
kld_list="/boot/modules/radeonkms.ko"
it sounds to me like there are at least two copies of radeonkms on this system
(one in /boot/modules/ perhaps?), one of which is old/broken/incompatible.
radeonkms should not panic regardless of whether xf86-video-ati is installed or
not - it is perfectly reasonable to install the KMS drivers to have a
high-resolution console and so that suspend/resume works, even if X is not in
use.
--
You are receiving this mail because:
You are the assignee for the bug.