upgraded to the latest quarterly branch
im getting this error in dmesg
and crashes using mpv to play some youtube video
the only google search result is this posts on the forum by T-Aoki
And
So my next questions are:
kldstat grep nvidia
shows nvidia_gsp_tu10x_fw.ko isnt loaded
use kldload as root to load nvidia_gsp_tu10x_fw.ko
then run kldstat | grep nvidia
and nvidia_gsp_tu10x_fw.ko is now loaded
so the question is how to get nvidia_gsp_tu10x_fw.ko to load automatically
this is my /etc/rc.conf
and the kld_list with nvidia-modeset nvidia-drm
i dont have any nvidia settings in
some people seem to suggest using loader.conf
while other suggest using the kld_list with rc.conf
so i would have thought the fix in one of two things
1 - the kld_list in rc.conf needs another setting
in addition to nvidia-modeset nvidia-drm linux
2 - the nvidia-modeset needs to be set in the /boot/loader.conf
and not in the rc.conf kld_list so it loads the nvidia_gsp_tu10x_fw.ko module
i have always used the kld_list in rc.conf with nvidia
rather the loader.conf
freebsd root config
github.com
nv-sglrun nvidia-smi output
im getting this error in dmesg
and crashes using mpv to play some youtube video
Code:
firmware_get_flags: insufficient privileges to load firmware image nvidia_gsp_tu10x_fw
the only google search result is this posts on the forum by T-Aoki
Your screenshot shows that nvidia-drm.ko is not loaded.I have restarted from scratch....and it worked...I've been able to use the new driver and the new drm-61.ko. Unfortunately kde6 and wayland still don't work.
View attachment 19981
The new driver and the new drm.ko work worst than the older ones with kde6 and wayland.
View attachment 19982
And
nvidia-smi
is complaining firmware_get_flags: insufficient privileges to load firmware image nvidia_gsp_tu10x_fw
.So my next questions are:
- If you
kldload nvidia-drm
(as root), does it pull in nvidia-modeset.ko...
kldstat grep nvidia
shows nvidia_gsp_tu10x_fw.ko isnt loaded
Code:
kldstat| grep nvidia
14 2 0xffffffff837f9000 1507d8 nvidia-modeset.ko
15 2 0xffffffff83a00000 52ef728 nvidia.ko
18 1 0xffffffff83988000 149b0 nvidia-drm.ko
use kldload as root to load nvidia_gsp_tu10x_fw.ko
Code:
su -
kldload nvidia_gsp_tu10x_fw.ko
then run kldstat | grep nvidia
Code:
# kldstat | grep nvidia
14 2 0xffffffff837f9000 1507d8 nvidia-modeset.ko
15 2 0xffffffff83a00000 52ef728 nvidia.ko
18 1 0xffffffff83988000 149b0 nvidia-drm.ko
67 1 0xffffffff89600000 1b13538 nvidia_gsp_tu10x_fw.ko
and nvidia_gsp_tu10x_fw.ko is now loaded
so the question is how to get nvidia_gsp_tu10x_fw.ko to load automatically
this is my /etc/rc.conf
Code:
/etc/rc.conf
and the kld_list with nvidia-modeset nvidia-drm
Code:
kld_list="nvidia-modeset nvidia-drm linux linux64 i915kms ext2fs mac_priority fusefs vmm nmdm"
i dont have any nvidia settings in
Code:
/boot/loader.conf
some people seem to suggest using loader.conf
while other suggest using the kld_list with rc.conf
There's a FreeBSD recommendation to use /boot/loader.conf for
Is this use of loader.conf appropriate (with FreeBSD 13.0-RELEASE), or somewhat archaic?
loader.conf(5)
nvidia
(with the latest driver for NVIDIA).Is this use of loader.conf appropriate (with FreeBSD 13.0-RELEASE), or somewhat archaic?
loader.conf(5)
- Cath O'Deray
- drm kernel module loader loader.conf nvidia rc.conf release unanswered
- Replies: 8
- Forum: Display Servers
so i would have thought the fix in one of two things
1 - the kld_list in rc.conf needs another setting
in addition to nvidia-modeset nvidia-drm linux
2 - the nvidia-modeset needs to be set in the /boot/loader.conf
and not in the rc.conf kld_list so it loads the nvidia_gsp_tu10x_fw.ko module
i have always used the kld_list in rc.conf with nvidia
rather the loader.conf
freebsd root config
GitHub - NapoleonWils0n/freebsd-root-xps: freebsd root dotfiles for dell xps 15 2019
freebsd root dotfiles for dell xps 15 2019. Contribute to NapoleonWils0n/freebsd-root-xps development by creating an account on GitHub.
nv-sglrun nvidia-smi output
Code:
nv-sglrun nvidia-smi
/usr/local/lib/libc6-shim/libc6.so: shim init
Mon Apr 7 22:55:55 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.124.04 Driver Version: 570.124.04 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce GTX 1650 Off | 00000000:01:00.0 Off | N/A |
| N/A 53C P8 1W / 50W | 1MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+