hello,
i have tried upgrading my system for the first time.
I did freebsd-update fetch and install 3 times, rebooted inbetween. Then i did freebsd-update upgrade -r 14.3-RELEASE and rebooted when it was done. I got these errors when trying to kldload i915kms.
The solution was to add the FreeBSD-kmods repo to /usr/local/etc/pkg/repos/latest.conf.
But according to this comment that shouldnt have been necessary. So now i am confused if i have upgraded correctly.
[~] $ freebsd-version -kru
14.3-RELEASE-p2
14.3-RELEASE-p2
14.3-RELEASE-p2
Could anyone explain to me why this was necessary?
i have tried upgrading my system for the first time.
I did freebsd-update fetch and install 3 times, rebooted inbetween. Then i did freebsd-update upgrade -r 14.3-RELEASE and rebooted when it was done. I got these errors when trying to kldload i915kms.
The solution was to add the FreeBSD-kmods repo to /usr/local/etc/pkg/repos/latest.conf.
Code:
FreeBSD-kmods {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",
enabled: yes,
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
mirror_type: "srv"
}
But according to this comment that shouldnt have been necessary. So now i am confused if i have upgraded correctly.
[~] $ freebsd-version -kru
14.3-RELEASE-p2
14.3-RELEASE-p2
14.3-RELEASE-p2
Could anyone explain to me why this was necessary?