Cant manage install RTX 3070 drivers and CUDA

Hi
I am trying to cuda with no success
I see that my graphics card is properly connected over windows
on ubuntu - no luck

I am attaching the logs:
cuda installer log:
[ 1887.741780] nvidia-nvlink: Nvlink Core is being initialized, major device number 507

[ 1887.742330] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=none:owns=none
[ 1887.742347] NVRM: The NVIDIA GPU 0000:01:00.0
NVRM: (PCI ID: 10de:249d) installed in this system has
NVRM: fallen off the bus and is not responding to commands.
[ 1887.742385] nvidia: probe of 0000:01:00.0 failed with error -1
[ 1887.742396] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 1887.742396] NVRM: None of the NVIDIA devices were initialized.
[ 1887.742484] nvidia-nvlink: Unregistered the Nvlink Core, major device number 507
ERROR: Installation has failed. Please see the file ‘/var/log/nvidia-installer.log’ for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.

nvidia_installer.log

Kernel module compilation complete.
ERROR: Unable to load the kernel module ‘nvidia.ko’. This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources, with a version of gcc that differs from the one used to build the target kernel, or if another driver, such as nouveau, is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA device(s), or no NVIDIA device installed in this system is supported by this NVIDIA Linux graphics driver release.

Please see the log entries ‘Kernel module load error’ and ‘Kernel messages’ at the end of the file ‘/var/log/nvidia-installer.log’ for more information.
→ Kernel module load error: No such device
→ Kernel messages:
[ 96.759040] nvidia_uvm: Unknown symbol nvUvmInterfaceSessionDestroy (err -2)
[ 96.759043] nvidia_uvm: Unknown symbol nvUvmInterfaceDupMemory (err -2)
[ 96.759045] nvidia_uvm: Unknown symbol nvUvmInterfaceDeviceDestroy (err -2)
[ 96.759048] nvidia_uvm: Unknown symbol nvUvmInterfaceAddressSpaceCreate (err -2)
[ 96.759051] nvidia_uvm: Unknown symbol nvUvmInterfaceUnregisterGpu (err -2)
[ 96.759053] nvidia_uvm: Unknown symbol nvUvmInterfaceAddressSpaceDestroy (err -2)
[ 96.759056] nvidia_uvm: Unknown symbol nvUvmInterfaceRegisterUvmCallbacks (err -2)
[ 96.759059] nvidia_uvm: Unknown symbol nvUvmInterfacePmaPinPages (err -2)
[ 96.759062] nvidia_uvm: Unknown symbol nvUvmInterfaceChannelAllocate (err -2)
[ 96.759065] nvidia_uvm: Unknown symbol nvUvmInterfaceGetP2PCaps (err -2)
[ 96.759067] nvidia_uvm: Unknown symbol nvUvmInterfaceEnableAccessCntr (err -2)
[ 96.759072] nvidia_uvm: Unknown symbol nvUvmInterfacePmaUnregisterEvictionCallbacks (err -2)
[ 96.759075] nvidia_uvm: Unknown symbol nvUvmInterfaceDupAllocation (err -2)
[ 96.759078] nvidia_uvm: Unknown symbol nvUvmInterfacePmaAllocPages (err -2)
[ 96.759082] nvidia_uvm: Unknown symbol nvUvmInterfaceSessionCreate (err -2)
[ 1887.741780] nvidia-nvlink: Nvlink Core is being initialized, major device number 507

[ 1887.742330] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=none,decodes=none:owns=none
[ 1887.742347] NVRM: The NVIDIA GPU 0000:01:00.0
NVRM: (PCI ID: 10de:249d) installed in this system has
NVRM: fallen off the bus and is not responding to commands.
[ 1887.742385] nvidia: probe of 0000:01:00.0 failed with error -1
[ 1887.742396] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 1887.742396] NVRM: None of the NVIDIA devices were initialized.
[ 1887.742484] nvidia-nvlink: Unregistered the Nvlink Core, major device number 507
ERROR: Installation has failed. Please see the file ‘/var/log/nvidia-installer.log’ for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.

As for pci devices - I cant find the GFXcard

omulla@omulla-HP-ZBook-Studio:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 9a60 (rev 01)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 249d (rev a1)

Thanks for the help

Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

nvidia-bug-report.log.gz (4.9 MB)
Attached
Thanks

It’s a bug in the current 5.13 ubuntu kernel. Please try switching to the 5.10-oem kernel:
https://wiki.ubuntu.com/Kernel/OEMKernel

1 Like

Thank you!
5.10 is working