Hello,
I have an HP OMEN Ryzen 7 4800 with a GeForce GTX 1660Ti running a dual boot with Windows 10 and Linux - Ubuntu 20.04.2 LTS with 5.8 kernel.
In Windows everything work with no problem.
In Linux however, the Nvidia drivers do not seem to load even though the card itself is recognized by the OS and the driver 450 is installed as well.
The main reason I need to get the card to work is to connect the laptop to an external display.
Please note that it is the first time I am using Linux and I use it strictly for a Data Science class where we are pretty much required to use Linux. Also, I can’t miss any classes so it is really important to be extremely cautious with everything I do.
I have spent lots of hours looking for a solution online so far, and even though I tried a few things nothing worked.
Kernel:
5.8.0-41-generic
lspci -k | grep -A 2 -i "VGA"
shows:
01:00.0 VGA compatible controller: NVIDIA Corporation TU116M [GeForce GTX 1660 Ti Mobile] (rev a1)
DeviceName: NVIDIA Graphics Device
Subsystem: Hewlett-Packard Company TU116M [GeForce GTX 1660 Ti Mobile]
–
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
DeviceName: Onboard IGD
Subsystem: Hewlett-Packard Company Renoir
lshw -C video
shows:
*-display UNCLAIMED
description: VGA compatible controller
product: TU116M [GeForce GTX 1660 Ti Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:fb000000-fbffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:f000(size=128) memory:fc000000-fc07ffff
*-display
description: VGA compatible controller
product: Renoir
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:06:00.0
version: c6
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
configuration: driver=amdgpu latency=0
resources: irq:51 memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:c000(size=256) memory:fc500000-fc57ffff
nvidia-smi
shows:
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
nvidia-settings
shows:
ERROR: NVIDIA driver is not loaded
ERROR: Unable to load info from any available system
(nvidia-settings:13322): GLib-GObject-CRITICAL **: 22:47:03.917: g_object_unref: assertion ‘G_IS_OBJECT (object)’ failed
** Message: 22:47:03.923: PRIME: No offloading required. Abort
** Message: 22:47:03.923: PRIME: is it supported? no
And also loads a blank NVIDIA X Server Settings tab.
dkms status
shows:
nvidia, 450.102.04, 5.8.0-38-generic, x86_64: installed
nvidia, 450.102.04, 5.8.0-41-generic, x86_64: installed
Please note that Secure Boot is also enabled.
Lastly, I have attached the output of nvidia-bug-report.sh
:
nvidia-bug-report.log.gz (127.4 KB)
Sorry for the long post and thank you in advance for any help!