Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  kernel 5.9 won't boot on my system  (Read 4938 times)

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: kernel 5.9 won't boot on my system
« Reply #15 on: 2020/10/27, 22:18:41 »
Quote
it 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.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: kernel 5.9 won't boot on my system
« Reply #16 on: 2020/10/27, 22:46:08 »
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline vayu

  • User
  • Posts: 232
Re: kernel 5.9 won't boot on my system
« Reply #17 on: 2020/11/25, 18:21:45 »
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.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: kernel 5.9 won't boot on my system
« Reply #18 on: 2020/11/25, 20:21:00 »
"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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: kernel 5.9 won't boot on my system
« Reply #19 on: 2020/11/25, 21:16:46 »
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.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: kernel 5.9 won't boot on my system
« Reply #20 on: 2020/11/25, 23:13:30 »
Quote from: towo
Not 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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: kernel 5.9 won't boot on my system
« Reply #21 on: 2020/11/26, 07:02:06 »
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.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: kernel 5.9 won't boot on my system
« Reply #22 on: 2020/11/26, 12:09:08 »
I think it is activated, but maybe something is not working correctly.  Here are the modules in dkms.conf:

Code: [Select]
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:

Code: [Select]
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:

Code: [Select]
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: kernel 5.9 won't boot on my system
« Reply #23 on: 2020/11/26, 15:20:25 »
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.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: kernel 5.9 won't boot on my system
« Reply #24 on: 2020/11/26, 17:12:12 »
Code: [Select]
don@dibl-patience:~$ sudo modinfo nvidia-uvm
[sudo] password for don:
modinfo: ERROR: Module nvidia-uvm not found.

Quote
it 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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline terroreek

  • User
  • Posts: 202
Re: kernel 5.9 won't boot on my system
« Reply #25 on: 2020/11/28, 05:54:02 »
Code: [Select]
don@dibl-patience:~$ sudo modinfo nvidia-uvm
[sudo] password for don:
modinfo: ERROR: Module nvidia-uvm not found.

Quote
it 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.