Hello to everyone.
I'm trying to run ComfyUI on FreeBSD 14.2 natively,using the miniconda installer and the appropriate nvidia driver + nvidia-drm-kmod. I would like to downgrade the nvidia driver shipped by default by the 14.2 (vers. 570.124.04) because I suspect that it does not work with the libc6-shim. Probably I should reinstall FreeBSD 13.1,where I'm sure that everything may work good,but it is very old and it went EOL,so the idea here is to use the 14.2 but with some ports that come from the past (like the nvidia 525.78.01 driver,the drm-kmod associated and maybe an old version of the libc6-shim). So. I have resumed an old post :
and I have installed the nvidia driver 525.78.01 succesfully. But now I should figure out how to install the nvidia-drm-kmod package or port associated with it,because the official one shipped with FreeBSD 14.2 (nvidia-drm-kmod-570.124.04) does not work at all. The error that it gives when I try to kld load it is :
So,where I can get the missing piece of software that I need ? thanks.
I'm trying to run ComfyUI on FreeBSD 14.2 natively,using the miniconda installer and the appropriate nvidia driver + nvidia-drm-kmod. I would like to downgrade the nvidia driver shipped by default by the 14.2 (vers. 570.124.04) because I suspect that it does not work with the libc6-shim. Probably I should reinstall FreeBSD 13.1,where I'm sure that everything may work good,but it is very old and it went EOL,so the idea here is to use the 14.2 but with some ports that come from the past (like the nvidia 525.78.01 driver,the drm-kmod associated and maybe an old version of the libc6-shim). So. I have resumed an old post :
and I have installed the nvidia driver 525.78.01 succesfully. But now I should figure out how to install the nvidia-drm-kmod package or port associated with it,because the official one shipped with FreeBSD 14.2 (nvidia-drm-kmod-570.124.04) does not work at all. The error that it gives when I try to kld load it is :
Code:
KLD nvidia-drm.ko: depends on nvidia_modeset - not available or version mismatch
linker_load_file: /boot/modules/nvidia-drm.ko - unsupported file type
So,where I can get the missing piece of software that I need ? thanks.