Hi,
the messages are back again. I removed the drm-61-kmod
and install the package drm-515-kmod. Now it worked.
See you soon
Manfred
On 04.12.24 16:07, Manfred Koch wrote:
Hello Matias,
I am using drm-61-kmod (package). My repo is FreeBSD: { url:
"pkg+http://pkg.FreeBSD.org/${ABI}/latest" }
I changed the repos as you said in 2 release_2 pkg repo
with your proposed settings and install it with:
pkg install -fr FreeBSD_release_2 drm-kmod. Afterwards pkg update, pkg
upgrade
There were updates and upgrades. All is well.
Then I rebooted the system, but there are no messages about shutdown
or services
on the screen. So I used my repo again and remove the
FreeBSD_release_2 drm-kmod.
What is the difference to your repo settings? I pretty new to FreeBSD.
Thanks a lot to you
Manfred
On 03.12.24 21:47, Matias Pizarro wrote:
Hi Manfred,
Are you using drm-kmod?
If so, I think you might be bitten by the text console getting
disabled when drm-kmod from packages (built on 14.1) running on 14.2.
This results in the text console freezing after drm-kmod is loaded
which matches your symptoms.
Possible fixes:
1. build drm-kmod from ports:
* cd /usr/ports/graphics/drm-kmod/ && make install clean
(or whatever version you are using e.g. drm-61-kmod)
2. install package from release_2 pkg repo
* configure the repo (my config as an example:
# cat /usr/local/etc/pkg/repos/FreeBSD_release_2.conf
FreeBSD_release_2: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_2",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes,
priority: 100
}
* install the package as root
pkg install -fr FreeBSD_release_2 drm-kmod
For context, see https://www.freebsd.org/releases/14.2R/errata/
|"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."
Let us know if this does not help
Best,
M.
On 03-Dec-2024 20:41, Manfred Koch wrote:
Hi,
today I upgraded from 14.1-RELEASE TO 14.2-RELEASE .
I run Xorg and xdm. Since the upgrade to 14.2-RELEASE all the
nice shutdown messages and boot messages about which service
was started, are gone.
Please can somebody help
Manfred