-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modprobe: ERROR: could not insert 'nv_peer_mem': Invalid argument #116
Comments
Hi, Does anyone have any suggestion for this? |
I solved this issue by installing ubuntu 20.04 and nividia driver 470. |
Hi, I am running into the same issue. My machine has the following specifications
I get the same modprobe error. dmesg spits out:
Any assistance would be appreciated! |
Hi, There is a module called nvidia-peermem which is the same module as nv_peer_mem and provided in the proprietary drivers with version >= 470. But if you specifically want to use nv_peer_mem, I think you will need to downgrade nvidia driver to nividia driver 470 and ubuntu 20, which worked in my case. Hope this is helpful. |
Hello,
I am trying to install nv_peer_memory module to my machine with the following specifications:
OS: Ubuntu 22.04.1
GPU: Nvidia Tesla K40c
Nvidia Driver Version: 470.199.02:
MLNX Driver Version: MLNX_OFED_LINUX-23.07-0.5.1.2
RNIC: Mellanox Connectx-4
I get the following error when I run
sudo dpkg -i nvidia-peer-memory-dkms_1.2-0_all.deb
:depmod... modprobe: ERROR: could not insert 'nv_peer_mem': Invalid argument dpkg: error processing package nvidia-peer-memory-dkms (--install): installed nvidia-peer-memory-dkms package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: nvidia-peer-memory-dkms
output of
ls -l /lib/modules
:total 12
drwxr-xr-x 2 root root 4096 Nov 1 21:30 5.17.0-1035-oem
drwxr-xr-x 5 root root 4096 Nov 1 21:30 6.2.0-26-generic
drwxr-xr-x 6 root root 4096 Nov 3 21:48 6.2.0-36-generic
output of
ls -l /usr/src/ofa_kernel/
:total 4
lrwxrwxrwx 1 root root 16 Nov 3 21:48 default -> 6.2.0-36-generic
drwxr-xr-x 3 root root 4096 Nov 3 17:38 x86_64
Can you please help me solve this issue?
Thanks and regards
The text was updated successfully, but these errors were encountered: