I have a PC with GeForce RTX 4080. I installed ubuntu 22.04 and nvidia-driver-525. After installation I ran nvidia-smi and got an error no devices were found.
I tried install 535, 545 beta driver versions, but nvidia-smi still answer no devices were found.
Then I tried install Windows 10 and 545 driver version. The system is working, driver detects GPU.
Secure boot disabled.
What should I do to make the driver detect the GPU in Ubuntu?
I’ve read threads with similar problems, but haven’t found a solution.
RmInitAdapter failed! (0x26:0x56:1469)
That’s a nvidia linux driver specific error, means it doesn’t like your bios. Please check for a bios update first, if that doesn’t help, you might try the “-open” nvidia driver version with the appropriate kernel parameter set.
When nvidia-driver recognized GPU, I tried install CUDA 11.6 for my project. And CUDA-installer deleted nvidia-driver-525-open, nvidia-kernel-source-525-open and nvidia-dkms-525-open.
That’s some homebrew cuda packaging, looks like it’s built for WSL2. Can’t help you with that but not even necessary since cuda 11.6 won’t work with your Ada gen gpu. You should use cuda 12 with that.