I downloaded 410 driver and installed and then cuda and cudnn also as per the requirement i.e 10 .
But even after that when i run nvidia-smi the drivers seem to be off.
Please run nvidia-bug-report.sh as root and attach the resulting .gz file to your post. Hovering the mouse over an existing post will reveal a paperclip icon.
Yes, the driver is running, and it sees all other cards (1080 Ti, 1080, 1070, Titan) fine, but the 2080 is only seen as “Device 1e82” (or “Device 1ad8” for the audio part).
$ nvidia-smi --query | fgrep 'Product Name'
Product Name : GeForce GTX 1080 Ti
Product Name : GeForce GTX 1080 Ti
Product Name : GeForce GTX 1080
Product Name : GeForce GTX 1070
Product Name : GeForce GTX TITAN
is displayed doesn’t matter, this comes from the pci id db which isn’t updated with the RTX name yet. nvidia-smi should display it, though.
Please run nvidia-bug-report.sh as root and attach the resulting .gz file to your post. Hovering the mouse over an existing post of yours will reveal a paperclip icon. https://devtalk.nvidia.com/default/topic/1043347/announcements/attaching-files-to-forum-topics-posts/
journalctl -b -0:
Dec 22 21:27:35 xyz ureadahead[393]: ureadahead:/lib/systemd/system/nvidia-persistenced.service: No such file or directory
Dec 22 21:27:35 xyz ureadahead[393]: ureadahead:/lib/modules/4.15.0-43-generic/updates/dkms/nvidia-uvm.ko: No such file or directory
Dec 22 21:27:36 xyz kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 240
Dec 22 21:27:36 xyz kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 415.25 Wed Dec 12 10:22:08 CST 2018 (using threaded interrupts)
Dec 22 21:27:36 xyz kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 415.25 Wed Dec 12 10:02:42 CST 2018
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 2
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000400] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:04:00.0 on minor 3
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 4
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000600] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:06:00.0 on minor 5
Dec 22 21:27:36 xyz kernel: [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
Dec 22 21:27:36 xyz kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 6
Dec 23 08:46:33 xyz kernel: NVRM: GPU at PCI:0000:07:00: GPU-dbfdc874-a5f0-876f-50c4-baf8f5d8879e
Dec 23 08:46:33 xyz kernel: NVRM: GPU Board Serial Number:
Dec 23 08:46:33 xyz kernel: NVRM: Xid (PCI:0000:07:00): 61, 0c06(2f88) 00000000 00000000
Dec 23 08:46:57 xyz kernel: NVRM: RmInitAdapter failed! (0x53:0x65:1914)
Dec 23 08:46:57 xyz kernel: NVRM: rm_init_adapter failed for device bearing minor number 5
Dec 23 08:46:33 xyz kernel: NVRM: GPU at PCI:0000:07:00: GPU-dbfdc874-a5f0-876f-50c4-baf8f5d8879e
Dec 23 08:46:33 xyz kernel: NVRM: GPU Board Serial Number:
Dec 23 08:46:33 xyz kernel: NVRM: Xid (PCI:0000:07:00): 61, 0c06(2f88) 00000000 00000000
Dec 23 08:46:57 xyz kernel: NVRM: RmInitAdapter failed! (0x53:0x65:1914)
Dec 23 08:46:57 xyz kernel: NVRM: rm_init_adapter failed for device bearing minor number 5
Looks like a driver bug, the RTX can’t be initialized. Things to do to narrow it down:
run the nvidia persistenced on startup (should be done in any case since you’ve no X running)
downgrade the driver to 410.x
check with the RTX as only card in the system, also in another slot
You should also mail the log with a description of the problem to linux-bugs[at]nvidia.com
Running dual RTX 2080 on Ubuntu 18.04 and having driver issues, cannot change resolution from 800x600, X Server won’t load (just brings up empty box or does nothing).
Have installed cuda 10-1 local deb file, bug report attached.
I’m dual boot with windows 10. Please advise, thanks.
“…pre-installation script failed…” - OK
“Register kernel with DKMS” - no(?)
“Install without signing” - no (yes fails)
“This certificate must be must be added to a key database…” - OK
"The signed key module failed to load because the kernel does not trust any key…“install the the signed key anyway?” - OK
“Install 32bit compatability?” - OK
“Install nvidia-config utility?” - Yes
“Successfully updated…”
“ERROR: the kernel module failed to load… not signed by a key…”
reboot
nvidia-smi
“…failed to communicate with driver…”
Have tried with 418.30 driver with same results - which did you use?
Do you mean 410.78 - I don’t see a 410.48?
Also people seem to be saying that you can install the cuda 10-1 without drivers, is there a command line to trigger this as there is nothing on the GUI installer???
If you’re using the cuda .deb, you can install cuda without the driver using
sudo apt-get install cuda-toolkit-10-1
You can’t use the 410 driver with cuda 10.1 anyway since the bundled driver (418.39) is always the minimum version that works. So you can only upgrade to 418.39.
Do you have secure boot enabled? If so, disable it in bios so you can install and use an unsigned driver.
Secure boot enabled but it installed ok. It just asked for an additional password.
I tried switching off secure boot and now the PC won’t post - d’oh
Is this an issue with windows 10 dual boot?
Might be a dual boot issue.
If you already created and enrolled a signing key on Ubuntu install, you can try to use it to sign the modules with the .run installer.
The Ubuntu keys should be