Happy new year, all,
Running into an issue, which, I believe should be a simple one. I upgraded to 15.0-RELEASE last month, on all of my systems. Everything has been working well, except, at this point, I am unable to upgrade my desktop machine, which runs an nVidia GPU. When trying to upgrade, it wants to update the driver packages, but not the kernel mods:
When I try to upgrade nvidia-kmod, it says "already at the latest version" however, freshports.org shows that 580.119.02_1 is available in the latest repo. I checked
My
I pulled up
Is there a way/should i be pointing to
Thanks.
Running into an issue, which, I believe should be a simple one. I upgraded to 15.0-RELEASE last month, on all of my systems. Everything has been working well, except, at this point, I am unable to upgrade my desktop machine, which runs an nVidia GPU. When trying to upgrade, it wants to update the driver packages, but not the kernel mods:
Code:
$ sudo pkg upgrade
...
nvidia-driver: 580.105.08 -> 580.119.02_1 [FreeBSD-ports]
nvidia-settings: 580.105.08 -> 580.119.02 [FreeBSD-ports]
nvidia-xconfig: 580.105.08 -> 580.119.02 [FreeBSD-ports]
...
When I try to upgrade nvidia-kmod, it says "already at the latest version" however, freshports.org shows that 580.119.02_1 is available in the latest repo. I checked
pkg repos, and got the following result:
Code:
FreeBSD-ports: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-ports-kmods: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_latest_0",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
FreeBSD-base: {
url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
enabled : no,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkgbase-15"
}
My
/usr/local/etc/pkg/repos/FreeBSD.conf is configured as such:
Code:
FreeBSD-ports: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
enabled: yes,
}
FreeBSD-ports-kmods: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}"
enabled: yes,
}
I pulled up
https://pkg.freebsd.org/FreeBSD:15:amd64/kmods_latest_0/ and https://pkg.freebsd.org/FreeBSD:15:amd64/kmods_latest/, and noticed that while the dates are the same, the times are a few minutes off, and the sizes of data.pkg and packagesite.pkg differ by a couple of hundred bytes.Is there a way/should i be pointing to
kmods_latest instead of kmods_latest_0? And will the system then find the nvidia_kmod module?Thanks.