kernel 5.9 won't boot on my system

Begonnen von vayu, 2020/10/26, 20:11:05

Vorheriges Thema - Nächstes Thema

towo

Zitatit would be good if release of the 5.9er could wait until the updated driver is available.

And here is the problem, no one knows, if there will such driver available in short time.
I'm not willing to hold back kernel 5.9 only because nvidia blob is not working.
Kernel 5.9 has too important functions that I want or can withhold it for all others.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dibl

Ich verstehe.

Please, can we have a warning when 5.9 is about to be released, so we can do the pinning?

Thank you.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

vayu

I imagine everyone has noticed  towo 5.9 kernels have been working with nvidia just shortly after this. I'm up to 5.9.11 now.

dibl

"Working" -- yes, but with no CUDA, as I learned on this thread:

https://forum.siduction.org/index.php?topic=8125.0
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

towo

Not exactly right, the driver 455.45.01 works indeed fully on kernel 5.9, now even with cuda.
You can find this driver in debian/experimental.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dibl

Zitat von: towoNot exactly right, the driver 455.45.01 works indeed fully on kernel 5.9, now even with cuda.

Well ... hmmmmmmm. I installed 455.45.01 this morning, and checked for the nvidia-uvm module.  No nvidia-uvm.  My hardware is only a few years old -- but maybe it doesn't support cuda.  Thanks.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

towo

You could look, in the dkms.conf if the uvm-module is activated there.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dibl

I think it is activated, but maybe something is not working correctly.  Here are the modules in dkms.conf:

BUILT_MODULE_NAME[0]="nvidia"
DEST_MODULE_NAME[0]="$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/updates/dkms"

BUILT_MODULE_NAME[1]="nvidia-modeset"
DEST_MODULE_NAME[1]="$PACKAGE_NAME-modeset"
DEST_MODULE_LOCATION[1]="/updates/dkms"

BUILT_MODULE_NAME[2]="nvidia-drm"
DEST_MODULE_NAME[2]="$PACKAGE_NAME-drm"
DEST_MODULE_LOCATION[2]="/updates/dkms"

BUILT_MODULE_NAME[3]="nvidia-uvm"
DEST_MODULE_NAME[3]="$PACKAGE_NAME-uvm"
DEST_MODULE_LOCATION[3]="/updates/dkms"


And here is the output of the search for nvidia modules:

don@dibl-patience:~$ lsmod | grep nvidia
nvidia_drm             57344  6
drm_kms_helper        258048  1 nvidia_drm
nvidia_modeset       1220608  17 nvidia_drm
nvidia              28286976  1018 nvidia_modeset
drm                   618496  9 drm_kms_helper,nvidia_drm


My hardware:

Graphics:  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 455.45.01
           Display: x11 server: X.Org 1.20.9 driver: nvidia resolution: 1: 1920x1200~60Hz 2: 1920x1080~60Hz
           OpenGL: renderer: GeForce GTX 1060 6GB/PCIe/SSE2 v: 4.6.0 NVIDIA 455.45.01

System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

towo

Was it build?

modinfo nvidia-uvm

It is not loaded by default, it will be loaded, if you fire up a application, which use cuda.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

dibl

don@dibl-patience:~$ sudo modinfo nvidia-uvm
[sudo] password for don:
modinfo: ERROR: Module nvidia-uvm not found.


Zitatit will be loaded, if you fire up a application, which use cuda.

I don't think I have any application that uses cuda -- that's for serious games, correct?

I have not seen any error in any package while working in KDE/Plasma.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

terroreek

Zitat von: dibl in 2020/11/26, 17:12:12
don@dibl-patience:~$ sudo modinfo nvidia-uvm
[sudo] password for don:
modinfo: ERROR: Module nvidia-uvm not found.


Zitatit will be loaded, if you fire up a application, which use cuda.

I don't think I have any application that uses cuda -- that's for serious games, correct?

I have not seen any error in any package while working in KDE/Plasma.
No not serious games, its more used for things like machine learning or video encoding.  For example if you want to user blender or davinci resolve you need cuda.  Playing games works fine.