I’m currently using Ubuntu 22.04 LTS, and my Kernel version 5.19.0.35 is no longer responsive after trying to install the Nvidia driver 525 recommended by my terminal with the command ‘ubuntu-drivers devices’.
By not responsive I mean, whenever I try to boot it, I’m only left with a black screen with an unresponsive blinking underscore in the upper left corner, and pressing Ctrl + Alt + F 1 - 12 does nothing, and it’s for this reason that I wonder if reinstalling the kernel is a good option, and also how to do it properly, I’ve only found older posts and I need something more updated.
Just as an extra bit of context, my GPU is a Geforce 1650 Mobile, and my computer a Lenovo Gaming 3 15ARH05.
'lspci | grep VGA' output:
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile] (rev ff)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
'find /dev -group video' output:
/dev/media0
/dev/video1
/dev/video0
/dev/fb0
'glxinfo | grep -i vendor' output:
Error: unable to open display
'lsmod | grep nouveau' output:
nouveau 2367488 0
mxm_wmi 16384 1 nouveau
drm_ttm_helper 16384 2 amdgpu,nouveau
ttm 98304 3 amdgpu,drm_ttm_helper,nouveau
drm_display_helper 184320 2 amdgpu,nouveau
drm_kms_helper 200704 5 drm_display_helper,amdgpu,nouveau
i2c_algo_bit 16384 2 amdgpu,nouveau
drm 581632 9 gpu_sched,drm_kms_helper,drm_display_helper,amdgpu,drm_ttm_helper,ttm,n ouveau
wmi 32768 4 wmi_bmof,ideapad_laptop,mxm_wmi,nouveau
video 65536 2 ideapad_laptop,nouveau
Used these commands in kernel v. 5.19.0.35 recovery mode to see what driver was installed, perhaps I had none and that's why GUI wasn't even loading, these were the results.
Thanks.