https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283123

--- Comment #8 from Michael <m...@weis.xyz> ---
Just switched to the 14.2 be as you suggested (you were right I needed to
execute freebsd-update again - as the environment was not complete). Also
checked with uname that I was indeed in the 14.2. be.

Then I did the following:
# pkg delete drm-kmod
# pkg autoremove 

After that I switched to compiled the drm-kmod port as follows:
# cd /usr/ports/graphics/drm-kmod
# make 

This ended with error messages asking me to run make with MAKE_JOBS_UNSAFE=yes,
which I did as follows:
# make clean
# make MAKE_JOBS_UNSAFE=yes

Same thing still get errors - make output:
======================================================================================
===>  License NA accepted by the user
===>   drm-kmod-20220907_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by drm-kmod-20220907_3 for building
===>  Extracting for drm-kmod-20220907_3
===>  Patching for drm-kmod-20220907_3
===>  Configuring for drm-kmod-20220907_3
===>  Staging for drm-kmod-20220907_3
===>   drm-kmod-20220907_3 depends on package: gpu-firmware-kmod>=20220511 -
not found
===>  License NA accepted by the user
===>   gpu-firmware-kmod-20241114,1 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by gpu-firmware-kmod-20241114,1 for
building
===>  Extracting for gpu-firmware-kmod-20241114,1
===>  Patching for gpu-firmware-kmod-20241114,1
===>  Configuring for gpu-firmware-kmod-20241114,1
===>  Staging for gpu-firmware-kmod-20241114,1
===>   gpu-firmware-kmod-20241114,1 depends on package:
gpu-firmware-radeon-kmod-aruba>0 - not found
===>  License RADEON accepted by the user
===>   gpu-firmware-radeon-kmod-aruba-20220511 depends on file:
/usr/local/sbin/pkg - found
===> Fetching all distfiles required by gpu-firmware-radeon-kmod-aruba-20220511
for building
===>  Extracting for gpu-firmware-radeon-kmod-aruba-20220511
=> SHA256 Checksum OK for freebsd-drm-kmod-firmware-20220511_GH0.tar.gz.
===>  Patching for gpu-firmware-radeon-kmod-aruba-20220511
===>  Configuring for gpu-firmware-radeon-kmod-aruba-20220511
===>  Building for gpu-firmware-radeon-kmod-aruba-20220511
make: stopped in
/usr/ports/graphics/gpu-firmware-radeon-kmod/work-aruba/drm-kmod-firmware-20220511
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/graphics/gpu-firmware-radeon-kmod
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/gpu-firmware-kmod
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/drm-kmod

====================================================================================
Went back to the 14.2 errata and under open issues it says:
"drm-kmod packages compiled on FreeBSD 14.1 result in the text console being
inoperative when the kernel module is loaded. Recompiling the package from the
ports tree will restore the lost functionality. This issue will also resolve
itself after the FreeBSD 14.1 EoL, when packages for 14-STABLE will start being
built on FreeBSD 14.2-RELEASE."

So compiling the package should work.

Anyway, I tried your second suggestion (i.e. to install drm-515-kmod) and with
that pkg installed I then could kldload i915kms and start X11 successfully
under 14.2.

Do you want me to test anything else?

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

Reply via email to