Created
December 15, 2024 10:38
FreeBSD 14.2-RELEASE with kmods_latest_2 at priority 5, 2024-12-15 10:22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@fourteen-pkgbase:~ # date ; uptime ; bectl list -c creation | |
Sun Dec 15 09:22:28 GMT 2024 | |
9:22AM up 1 min, 1 user, load averages: 0.41, 0.14, 0.05 | |
BE Active Mountpoint Space Created | |
original - - 458M 2024-07-10 02:29 | |
fourteen-pkgbase - - 8.81G 2024-07-10 02:46 | |
kde6 - - 8.17G 2024-07-21 15:45 | |
14.2r R - 24.5G 2024-11-23 07:53 | |
14.2r-20241215-1011 N / 110M 2024-12-15 09:13 | |
root@fourteen-pkgbase:~ # bectl activate 14.2r-20241215-1011 | |
Successfully activated boot environment 14.2r-20241215-1011 | |
root@fourteen-pkgbase:~ # pkg delete -qy drm-kmod ; pkg autoremove -qy ; pkg orphans | |
Updating FreeBSD-ports repository catalogue... | |
FreeBSD-ports repository is up to date. | |
Updating FreeBSD-base repository catalogue... | |
FreeBSD-base repository is up to date. | |
Updating FreeBSD-kmods repository catalogue... | |
FreeBSD-kmods repository is up to date. | |
Updating local-poudriere repository catalogue... | |
local-poudriere repository is up to date. | |
All repositories are up to date. | |
compat-libraries-20241215085839 ? orphaned: compat/libraries | |
root@fourteen-pkgbase:~ # pkg install -qUy -r FreeBSD-ports drm-kmod | |
===== | |
Message from drm-61-kmod-6.1.92.1401000_3: | |
-- | |
The drm-61-kmod port can be enabled for amdgpu (for AMD | |
GPUs starting with the HD7000 series / Tahiti) or i915kms (for Intel | |
APUs starting with HD3000 / Sandy Bridge) through kld_list in | |
/etc/rc.conf. radeonkms for older AMD GPUs can be loaded and there are | |
some positive reports if EFI boot is NOT enabled. | |
For amdgpu: kld_list="amdgpu" | |
For Intel: kld_list="i915kms" | |
For radeonkms: kld_list="radeonkms" | |
Please ensure that all users requiring graphics are members of the | |
"video" group. | |
Please note that this package was built for FreeBSD 14.1. | |
If this is not your current running version, please rebuild | |
it from ports to prevent panics when loading the module. | |
root@fourteen-pkgbase:~ # ee /usr/local/etc/pkg/repos/FreeBSD-kmods.conf | |
root@fourteen-pkgbase:~ # pkg -vv | grep -B 1 -e url -e priority | |
FreeBSD-ports: { | |
url : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/latest", | |
enabled : yes, | |
priority : 0, | |
-- | |
FreeBSD-base: { | |
url : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/base_release_2", | |
enabled : yes, | |
priority : 0, | |
-- | |
FreeBSD-kmods: { | |
url : "pkg+https://pkg.freebsd.org/FreeBSD:14:amd64/kmods_latest_2", | |
enabled : yes, | |
priority : 5, | |
-- | |
local-poudriere: { | |
url : "file:///usr/local/poudriere/data/packages/fourteen-default", | |
enabled : yes, | |
priority : 3 | |
root@fourteen-pkgbase:~ # uname -bmvKU | |
FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64 1402000 1402000 4f83741c36da87fe6226d4043930a4ea79801b8e | |
root@fourteen-pkgbase:~ # pkg upgrade -U | |
Checking for upgrades (6 candidates): 100% | |
Processing candidates (6 candidates): 100% | |
Checking integrity... done (0 conflicting) | |
Your packages are up to date. | |
root@fourteen-pkgbase:~ # pkg upgrade -Uy -r FreeBSD-kmods | |
Checking for upgrades (4 candidates): 100% | |
Processing candidates (4 candidates): 100% | |
Checking integrity... done (0 conflicting) | |
The following 4 package(s) will be affected (of 0 checked): | |
Installed packages to be UPGRADED: | |
drm-61-kmod: 6.1.92.1401000_3 -> 6.1.92.1402000_3 [FreeBSD-kmods] | |
gpu-firmware-amd-kmod-aldebaran: 20230625.1401000_2 -> 20230625.1402000_2 [FreeBSD-kmods] | |
gpu-firmware-intel-kmod-skylake: 20230625.1401000 -> 20230625.1402000 [FreeBSD-kmods] | |
gpu-firmware-radeon-kmod-aruba: 20220511.1401000 -> 20220511.1402000 [FreeBSD-kmods] | |
Number of packages to be upgraded: 4 | |
[1/4] Upgrading gpu-firmware-radeon-kmod-aruba from 20220511.1401000 to 20220511.1402000... | |
[1/4] Extracting gpu-firmware-radeon-kmod-aruba-20220511.1402000: 100% | |
[2/4] Upgrading drm-61-kmod from 6.1.92.1401000_3 to 6.1.92.1402000_3... | |
[2/4] Extracting drm-61-kmod-6.1.92.1402000_3: 100% | |
[3/4] Upgrading gpu-firmware-amd-kmod-aldebaran from 20230625.1401000_2 to 20230625.1402000_2... | |
[3/4] Extracting gpu-firmware-amd-kmod-aldebaran-20230625.1402000_2: 100% | |
[4/4] Upgrading gpu-firmware-intel-kmod-skylake from 20230625.1401000 to 20230625.1402000... | |
[4/4] Extracting gpu-firmware-intel-kmod-skylake-20230625.1402000: 100% | |
root@fourteen-pkgbase:~ # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment