Hello,
I try to check if FreeBSD 16 (pkg mode) work with Nvidia latest drivers, but have some problems.
Installation:
sway: no gpu found
nvidia-smi : No devices were found
in dmesg at that time:
but under root it works and found GPU
groups for my user contains wheel and video already
How can i fix this issue ? (I know that stable driver and stable system using is answer, but...)
Thx, for your patience.
I try to check if FreeBSD 16 (pkg mode) work with Nvidia latest drivers, but have some problems.
Installation:
Bash:
pkg update
pkg upgrade
pkg install nvidia-drm-latest-kmod-devel nvidia-driver-devel nvidia-settings
Bash:
acquiring duplicate lock of same type: "os.rwlock_sx"
1st os.rwlock_sx @ nvidia_os.c:777
2nd os.rwlock_sx @ nvidia_os.c:777
stack backtrace:
#0 0xffffffff80c54c1c at witness_debugger+0x6c
#1 0xffffffff80be4580 at _sx_xlock+0x60
#2 0xffffffff849391e2 at os_acquire_rwlock_write+0x32
#3 0xffffffff84619690 at _nv049023rm+0x10
nvidia0: <NVIDIA GeForce RTX 4080 SUPER> on vgapci0
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 595.58.03
Bash:
# kldstat
3 1 0xffffffff83a68000 14c2f8 nvidia-modeset.ko
4 1 0xffffffff83c00000 5b78790 nvidia.ko
sway: no gpu found
nvidia-smi : No devices were found
in dmesg at that time:
Bash:
firmware_get_flags: insufficient privileges to load firmware image nvidia_gsp_ga10x_fw
NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x61:0x56:2726)
nvidia0: NVRM: rm_init_adapter() failed!
but under root it works and found GPU
groups for my user contains wheel and video already
How can i fix this issue ? (I know that stable driver and stable system using is answer, but...)
Thx, for your patience.