[Bug 289320] graphics/drm-66-kmod: Page fault on 16-CURRENT after 16-CURRENT rename
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289320] graphics/drm-66-kmod: Page fault on 16-CURRENT"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Sep 2025 06:19:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289320
Cy Schubert <cy@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Affects Only Me |Affects Some People
--- Comment #6 from Cy Schubert <cy@FreeBSD.org> ---
I have worked around the problem. This is not a final solution but a
circumvention.
cd /usr/ports/graphics/gpu-firmware-kmod
make
cd $WRKSRC/drm-kmod-firmware-20230625_8/amdgpukmsfw-files
In my case this is
/export/wrkdir/amd64/usr/ports/graphics/gpu-firmware-amd-kmod/work-aldebaran/drm-kmod-firmware-20230625_8/amdgpukmsfw-files
mkdir /boot/firmware/amdgpu
cp * /boot/firmware/amdgpu
kldload amdgpu will load the appropriate firmware.
The problem was discovered by booting verbose, capturing the dump, then looking
at the captured dmesg buffer to see what it was barfing on.
Reinstalling graphics/gpu-firmware-amd-kmod on the new 16-CURRENT system does
not fix the problem but this is where the problem lies.
The workaround is clunky but it will get us over the hump until a permanent
solution is found.
I've bumped the severity from only affects me to affects some people, as it
appears others are interested.
--
You are receiving this mail because:
You are the assignee for the bug.