Not able to install nvidia driver on Ubuntu 20.04 with geforce 3050ti

i am having a trouble to install the nvidia driver in ubuntu 20.04. I have seen many post related to this problem but didnt get the solution yet. first i think that because of upgrage ubuntu kernel to 6.0.8 but i doensnt work another every kernel.
Please help me.

other command which i executed ----
01:00.0 VGA compatible controller: NVIDIA Corporation Device 25e0 (rev a1)

sudo prime-select nvidia
Info: selecting the nvidia profile
Deleting /lib/modprobe.d/nvidia-runtimepm.conf
Updating the initramfs. Please wait for the operation to complete:
Done

lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 25e0 (rev a1)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 1681 (rev 02)

sudo lshw -C display
*-display
description: VGA compatible controller
product: NVIDIA Corporation
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: /dev/fb0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list fb
configuration: depth=32 latency=0 mode=2560x1600 visual=truecolor xres=2560 yres=1600
resources: iomemory:7e0-7df iomemory:7f0-7ef memory:80000000-80ffffff memory:7e00000000-7effffffff memory:7f00000000-7f01ffffff ioport:3000(size=128) memory:81000000-8107ffff
*-display
description: VGA compatible controller
product: Advanced Micro Devices, Inc. [AMD/ATI]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:05:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
configuration: driver=amdgpu latency=0
resources: iomemory:7f0-7ef iomemory:7f0-7ef irq:49 memory:7f10000000-7f1fffffff memory:7f20000000-7f201fffff ioport:10

and i attach both files.
sudo dmesg >dmesg.txt
sudo lspci -xxx -vv -d 10de:* >lspci.txt

dmesg.txt (101.3 KB)

and i have ldeadpad-5-pro-16 ryzen 6800hs geforce 3050ti

sudo lspci -xxx -vv -d 10de:* >lspci.txt
lspci.txt (5.2 KB)

The kernel package youā€™re using is incompatible. Please return to the stock 5.15 kernel or use the liquorix ppa to get a compatble, newer one.
If that doesnā€™t help, please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

1 Like

my labtop had some problem with keyboard. cpu ryzen 6000 series are not working on linux kernel 5.15. So i have to use linux kernel 5.19 or 6.0.x.
Is there any way to install the nvidia driver with a 5.19 or 6.0 kernel?
Thank you for answer.

Like said, use the liquorix ppa for that.
You might also have to install a newer firmware package manually
https://packages.ubuntu.com/de/jammy/linux-firmware

1 Like

Is 6.0.9 kernel the same as licelix ppa?
and if i install a newer firmware package, can i use kernel 6.0.8?
Thank you for answer

I donā€™t understand your question. The liquorix ppa is currently delivering kernel 6.0.5
https://launchpad.net/~damentz/+archive/ubuntu/liquorix
https://www.linuxcapable.com/how-to-install-liquorix-linux-kernel-on-ubuntu-20-04/

1 Like

if i install liquorix kernel liquorix ppa, Do I dont have to install a newer firmware (linux-firmware)?
Or am I Install liquorix kernel and install firmware?

Both is needed for brand new hardware.

1 Like

I am so sorry to ask you so much.
In linux-firmware install, After downloading .deb file Is this all have to do dpkg -i [ķŒØķ‚¤ģ§€ģ“ė¦„.deb] this command?
And all of this install, In install nvidia Can i use ā€˜sudo ubuntu-drivers autoinstallā€™ ?
Or which driver version should i install?

Yes.

Rather donā€™t, this has currently a bug, installs the wrong driver, at least on 22.04. Just open Software&Drivers and choose the latest available driver (without ā€œ-openā€ in its name).

1 Like

I installed 520 and i solved it!!!
Iā€™m really glad I could solve it after a few days of hard work.
I really really want to thank you for your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.