Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #68050 > unrolled thread

Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work

Started byBastian Blank <waldi@debian.org>
First post2020-09-08 14:10 +0200
Last post2020-09-08 15:10 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.debian.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work Bastian Blank <waldi@debian.org> - 2020-09-08 14:10 +0200
    Processed: Re: Bug#969889: linux-image-5.8.0-1-amd64: fails to  load kernel modules, X does not work "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-09-08 14:10 +0200
    Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work Vincent Lefevre <vincent@vinc17.net> - 2020-09-08 14:20 +0200
      Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work Bastian Blank <waldi@debian.org> - 2020-09-08 15:10 +0200

#68050 — Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work

FromBastian Blank <waldi@debian.org>
Date2020-09-08 14:10 +0200
SubjectBug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work
Message-ID<AMKBH-3wD-1@gated-at.bofh.it>
Control: tag -1 moreinfo
Control: severity -1 important

On Tue, Sep 08, 2020 at 01:36:45PM +0200, Vincent Lefevre wrote:
> This version fails to load kernel modules (no issues with previous
> Linux kernels provided by Debian). As a consequence, X does not work.

> ** Loaded modules:
> rfcomm
> ipt_REJECT

Your system have a lot of loaded modules.  Please provide the real error
message.

Bastian

-- 
Each kiss is as the first.
		-- Miramanee, Kirk's wife, "The Paradise Syndrome",
		   stardate 4842.6

[toc] | [next] | [standalone]


#68051 — Processed: Re: Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2020-09-08 14:10 +0200
SubjectProcessed: Re: Bug#969889: linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work
Message-ID<AMKBH-3wD-3@gated-at.bofh.it>
In reply to#68050
Processing control commands:

> tag -1 moreinfo
Bug #969889 [src:linux] linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work
Added tag(s) moreinfo.
> severity -1 important
Bug #969889 [src:linux] linux-image-5.8.0-1-amd64: fails to load kernel modules, X does not work
Severity set to 'important' from 'grave'

-- 
969889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969889
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#68052

FromVincent Lefevre <vincent@vinc17.net>
Date2020-09-08 14:20 +0200
Message-ID<AMKLo-3zF-3@gated-at.bofh.it>
In reply to#68050
On 2020-09-08 13:59:07 +0200, Bastian Blank wrote:
> Control: tag -1 moreinfo
> Control: severity -1 important
> 
> On Tue, Sep 08, 2020 at 01:36:45PM +0200, Vincent Lefevre wrote:
> > This version fails to load kernel modules (no issues with previous
> > Linux kernels provided by Debian). As a consequence, X does not work.
> 
> > ** Loaded modules:
> > rfcomm
> > ipt_REJECT
> 
> Your system have a lot of loaded modules.  Please provide the real error
> message.

OK, I thought that the dmesg outout should contain it.
According to journalctl:

Sep 08 13:31:20 zira systemd-modules-load[408]: Error running install command 'modprobe nvidia-modeset ; modprobe -i nvidia-legacy-390xx-drm ' for module nvidia_drm: retcode 1
Sep 08 13:31:20 zira systemd-modules-load[408]: Failed to insert module 'nvidia_drm': Invalid argument

Indeed, /var/log/apt/term.log contains:

Setting up linux-headers-5.8.0-1-amd64 (5.8.7-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.8.0-1-amd64:
[...]
{ unset ARCH; env NV_VERBOSE=1 make -j8 modules KERNEL_UNAME=5.8.0-1-amd64; } >> /var/lib/dkms/nvidia-legacy-390xx/390.138/build/make.log 2>&1
(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.8.0-1-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-legacy-390xx/390.138/build/make.log for more information.
.
Setting up linux-headers-amd64 (5.8.7-1) ...
Setting up linux-image-amd64 (5.8.7-1) ...
Log ended: 2020-09-08  13:23:01

(note that this error was not forwarded to aptitude).

and /var/lib/dkms/nvidia-legacy-390xx/390.138/build/make.log contains:

[...]
FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads'
make[3]: *** [/usr/src/linux-headers-5.8.0-1-common/scripts/Makefile.modpost:111: /var/lib/dkms/nvidia-legacy-390xx/390.138/build/Module.symvers] Error 1
make[2]: *** [/usr/src/linux-headers-5.8.0-1-common/Makefile:1681: modules] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-5.8.0-1-amd64'
make[1]: *** [Makefile:185: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.8.0-1-common'
make: *** [Makefile:81: modules] Error 2

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

[toc] | [prev] | [next] | [standalone]


#68054

FromBastian Blank <waldi@debian.org>
Date2020-09-08 15:10 +0200
Message-ID<AMLxM-45a-3@gated-at.bofh.it>
In reply to#68052
Control: reassign -1 src:nvidia-graphics-drivers-legacy-390xx

On Tue, Sep 08, 2020 at 02:14:54PM +0200, Vincent Lefevre wrote:
> Sep 08 13:31:20 zira systemd-modules-load[408]: Error running install command 'modprobe nvidia-modeset ; modprobe -i nvidia-legacy-390xx-drm ' for module nvidia_drm: retcode 1

No module called nvidia-legacy-390xx-drm is shipped with the kernel.  So
no bug here.  I re-assigned the bug to the hopefully correct package.

Bastian

-- 
Genius doesn't work on an assembly line basis.  You can't simply say,
"Today I will be brilliant."
		-- Kirk, "The Ultimate Computer", stardate 4731.3

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web